From 05a186a68f00206c74b3db8005b7afd578651803 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 12:17:27 +0200 Subject: [PATCH 01/10] setup @relative-ci/agent --- .gitignore | 3 + gatsby-config.ts | 9 +++ package.json | 1 + yarn.lock | 162 +++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 169 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 17635a7fd3..581583d3c3 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,6 @@ yarn-error.log src/__generated__/ .idea/ + +.next/ +out/ diff --git a/gatsby-config.ts b/gatsby-config.ts index a84f9f222d..cb3590b789 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -1,4 +1,13 @@ import type { GatsbyConfig } from "gatsby" +import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent" + +exports.onCreateWebpackConfig = ({ stage, actions }) => { + if (stage === "build-javascript") { + actions.setWebpackConfig({ + plugins: [new RelativeCiAgentWebpackPlugin()], + }) + } +} const config: GatsbyConfig = { siteMetadata: { diff --git a/package.json b/package.json index e6e1020032..0eb9c82836 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "timeago.js": "4.0.2" }, "devDependencies": { + "@relative-ci/agent": "4.2.8", "@svgr/webpack": "^8.0.0", "@tailwindcss/typography": "0.5.9", "@types/codemirror": "5.60.7", diff --git a/yarn.lock b/yarn.lock index df94ff3ab1..c0455782df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1577,6 +1577,19 @@ resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.6.tgz#697acea6b552167a4dd43ddd4827018aa42e0364" integrity sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw== +"@bundle-stats/plugin-webpack-filter@4.13.2": + version "4.13.2" + resolved "https://registry.yarnpkg.com/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.2.tgz#c5fa555ab5edb3725ed3f4cae67c82eca6ded08f" + integrity sha512-FU1i0DYBhIzY2hElvKSSEdazka4lpc9zP2zAYGmOmYkF6g4Omz+1DWH6a7MZv0cZhee8yIxaRNGkGy1R/llmtQ== + +"@bundle-stats/plugin-webpack-validate@4.13.2": + version "4.13.2" + resolved "https://registry.yarnpkg.com/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.2.tgz#dfcab1642117878a497d4106cb52fa5697f2dfe7" + integrity sha512-Rfdipz+uBsAIIDUo1D+ylD0RxXLCcznaxpodz9QCcd0/P5tkD8gnWh1MZcfZmLFaCnxvTyJMdKJHyjIJ7xyCbA== + dependencies: + lodash "4.17.21" + superstruct "1.0.4" + "@eslint-community/eslint-utils@^4.2.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" @@ -2565,6 +2578,23 @@ prop-types "^15.6.1" react-lifecycles-compat "^3.0.4" +"@relative-ci/agent@4.2.8": + version "4.2.8" + resolved "https://registry.yarnpkg.com/@relative-ci/agent/-/agent-4.2.8.tgz#2001b4d6d80fc082085fccf8b3ca4996928a2801" + integrity sha512-GbmBZ1LlMkLGkypOakINfSfsrI5l0USom7EFqv9EPHmcKhxWu0TIrnTBhIGPO29A8m9yLKIz9ZTzHCA1ROKF1Q== + dependencies: + "@bundle-stats/plugin-webpack-filter" "4.13.2" + "@bundle-stats/plugin-webpack-validate" "4.13.2" + core-js "3.37.1" + cosmiconfig "9.0.0" + debug "4.3.4" + dotenv "16.4.5" + env-ci "7.3.0" + fs-extra "11.2.0" + isomorphic-fetch "3.0.0" + lodash "4.17.21" + yargs "17.7.2" + "@sideway/address@^4.1.3": version "4.1.4" resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0" @@ -4344,6 +4374,15 @@ cliui@^7.0.4: strip-ansi "^6.0.0" wrap-ansi "^7.0.0" +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + clone-deep@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" @@ -4611,6 +4650,11 @@ core-js-pure@^3.23.3: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.0.tgz#7ad8a5dd7d910756f3124374b50026e23265ca9a" integrity sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA== +core-js@3.37.1: + version "3.37.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.1.tgz#d21751ddb756518ac5a00e4d66499df981a62db9" + integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw== + core-js@^2.4.0: version "2.6.11" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" @@ -4634,6 +4678,16 @@ cors@^2.8.5, cors@~2.8.5: object-assign "^4" vary "^1" +cosmiconfig@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" + integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== + dependencies: + env-paths "^2.2.1" + import-fresh "^3.3.0" + js-yaml "^4.1.0" + parse-json "^5.2.0" + cosmiconfig@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982" @@ -4923,7 +4977,7 @@ debug@2.6.9, debug@^2.6.0: dependencies: ms "2.0.0" -debug@4, debug@^4.3.2, debug@^4.3.4, debug@~4.3.2: +debug@4, debug@4.3.4, debug@^4.3.2, debug@^4.3.4, debug@~4.3.2: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -5275,6 +5329,11 @@ dotenv-expand@^5.1.0: resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== +dotenv@16.4.5: + version "16.4.5" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f" + integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== + dotenv@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c" @@ -5404,6 +5463,20 @@ entities@^4.2.0, entities@^4.3.0, entities@^4.4.0: resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174" integrity sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA== +env-ci@7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/env-ci/-/env-ci-7.3.0.tgz#737502bc7f7cc9d1863541681157b208b6683fa7" + integrity sha512-L8vK54CSjKB4pwlwx0YaqeBdUSGufaLHl/pEgD+EqnMrYCVUA8HzMjURALSyvOlC57e953yN7KyXS63qDoc3Rg== + dependencies: + execa "^5.0.0" + fromentries "^1.3.2" + java-properties "^1.0.0" + +env-paths@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== + envinfo@^7.8.1: version "7.8.1" resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" @@ -5921,7 +5994,7 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^5.1.1: +execa@^5.0.0, execa@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== @@ -6279,6 +6352,11 @@ fresh@0.5.2: resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= +fromentries@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a" + integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg== + fs-constants@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" @@ -6289,6 +6367,15 @@ fs-exists-cached@1.0.0, fs-exists-cached@^1.0.0: resolved "https://registry.yarnpkg.com/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz#cf25554ca050dc49ae6656b41de42258989dcbce" integrity sha1-zyVVTKBQ3EmuZla0HeQiWJidy84= +fs-extra@11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" @@ -6862,7 +6949,7 @@ gensync@^1.0.0-beta.2: resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== -get-caller-file@^2.0.1: +get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== @@ -7531,7 +7618,7 @@ immutable@~3.7.6: resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b" integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks= -import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: +import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== @@ -8073,6 +8160,14 @@ isobject@^3.0.0, isobject@^3.0.1: resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= +isomorphic-fetch@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz#0267b005049046d2421207215d45d6a262b8b8b4" + integrity sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA== + dependencies: + node-fetch "^2.6.1" + whatwg-fetch "^3.4.1" + jackspeak@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.0.3.tgz#672eb397b97744a265b5862d7762b96e8dad6e61" @@ -8082,6 +8177,11 @@ jackspeak@^2.0.3: optionalDependencies: "@pkgjs/parseargs" "^0.11.0" +java-properties@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" + integrity sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ== + javascript-stringify@^2.0.1: version "2.1.0" resolved "https://registry.yarnpkg.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz#27c76539be14d8bd128219a2d731b09337904e79" @@ -8490,7 +8590,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@~4.17.0: +lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@~4.17.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -9443,6 +9543,13 @@ node-fetch@^2.3.0: dependencies: whatwg-url "^5.0.0" +node-fetch@^2.6.1: + version "2.7.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" + integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== + dependencies: + whatwg-url "^5.0.0" + node-fetch@^2.6.9: version "2.6.11" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" @@ -9850,6 +9957,16 @@ parse-json@^5.0.0: json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" +parse-json@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== + dependencies: + "@babel/code-frame" "^7.0.0" + error-ex "^1.3.1" + json-parse-even-better-errors "^2.3.0" + lines-and-columns "^1.1.6" + parse-latin@^4.0.0: version "4.3.0" resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-4.3.0.tgz#1a70fc5601743baa06c5f12253c334fc94b4a917" @@ -11675,7 +11792,7 @@ string-width@^3.0.0: is-fullwidth-code-point "^2.0.0" strip-ansi "^5.1.0" -string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2: +string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -11846,6 +11963,11 @@ sudo-prompt@^8.2.0: resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz#cc5ef3769a134bb94b24a631cc09628d4d53603e" integrity sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw== +superstruct@1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/superstruct/-/superstruct-1.0.4.tgz#0adb99a7578bd2f1c526220da6571b2d485d91ca" + integrity sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ== + supports-color@^5.3.0: version "5.5.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" @@ -12780,6 +12902,11 @@ webpack@^5.81.0: watchpack "^2.4.0" webpack-sources "^3.2.3" +whatwg-fetch@^3.4.1: + version "3.6.20" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70" + integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg== + whatwg-url@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" @@ -12943,6 +13070,11 @@ y18n@^4.0.0: resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== +y18n@^5.0.5: + version "5.0.8" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" + integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== + yallist@^2.0.0: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" @@ -12990,6 +13122,24 @@ yargs-parser@^18.1.2: camelcase "^5.0.0" decamelize "^1.2.0" +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + +yargs@17.7.2: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + yargs@^15.3.1, yargs@^15.4.1: version "15.4.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" From 8698b922b6f936369345ecbd742bef63d2af85a0 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 12:28:14 +0200 Subject: [PATCH 02/10] add webpack-stats-plugin --- gatsby-config.ts | 9 - gatsby-node.ts | 20 +- package.json | 1 + webpack-stats.json | 267070 ++++++++++++++++++++++++++++++++++++++++++ yarn.lock | 5 + 5 files changed, 267095 insertions(+), 10 deletions(-) create mode 100644 webpack-stats.json diff --git a/gatsby-config.ts b/gatsby-config.ts index cb3590b789..a84f9f222d 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -1,13 +1,4 @@ import type { GatsbyConfig } from "gatsby" -import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent" - -exports.onCreateWebpackConfig = ({ stage, actions }) => { - if (stage === "build-javascript") { - actions.setWebpackConfig({ - plugins: [new RelativeCiAgentWebpackPlugin()], - }) - } -} const config: GatsbyConfig = { siteMetadata: { diff --git a/gatsby-node.ts b/gatsby-node.ts index 0d8753b52e..2dd6f072c4 100644 --- a/gatsby-node.ts +++ b/gatsby-node.ts @@ -12,6 +12,9 @@ require("dotenv").config({ path: `.env.${process.env.NODE_ENV}`, }) +import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent" +import { StatsWriterPlugin } from "webpack-stats-plugin" + export const createSchemaCustomization: GatsbyNode["createSchemaCustomization"] = async ({ actions }) => { const gql = String.raw @@ -537,7 +540,7 @@ export const createPages: GatsbyNode["createPages"] = async ({ } export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] = - async ({ actions }) => { + async ({ actions, stage }) => { actions.setWebpackConfig({ resolve: { fallback: { @@ -545,4 +548,19 @@ export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] = }, }, }) + if (stage === "build-javascript") { + actions.setWebpackConfig({ + plugins: [ + new RelativeCiAgentWebpackPlugin(), + new StatsWriterPlugin({ + filename: "../webpack-stats.json", + stats: { + assets: true, + chunks: true, + modules: true, + }, + }), + ], + }) + } } diff --git a/package.json b/package.json index 0eb9c82836..ee93dff8bb 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "timeago.js": "4.0.2" }, "devDependencies": { + "webpack-stats-plugin": "1.1.3", "@relative-ci/agent": "4.2.8", "@svgr/webpack": "^8.0.0", "@tailwindcss/typography": "0.5.9", diff --git a/webpack-stats.json b/webpack-stats.json new file mode 100644 index 0000000000..ed93f80723 --- /dev/null +++ b/webpack-stats.json @@ -0,0 +1,267070 @@ +{ + "name": "build-javascript", + "hash": "255f5576924363fe05b5", + "version": "5.82.1", + "time": null, + "publicPath": "/", + "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", + "assetsByChunkName": { + "app": [ + "app-d5d38c8a4fa16cdbc395.js" + ], + "webpack-runtime": [ + "webpack-runtime-896a9e52974f99ea9ad8.js" + ], + "component---src-pages-404-tsx": [ + "component---src-pages-404-tsx-79a006dd0c814d7433f8.js" + ], + "component---src-pages-blog-blog-post-post-id-tsx": [ + "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js" + ], + "component---src-pages-blog-tsx": [ + "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js" + ], + "component---src-pages-brand-tsx": [ + "component---src-pages-brand-tsx-cae13c291435463f7b0f.js" + ], + "component---src-pages-code-tsx": [ + "component---src-pages-code-tsx-ef8a0886c0184df252ef.js" + ], + "component---src-pages-conf-faq-tsx": [ + "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js" + ], + "component---src-pages-conf-gallery-tsx": [ + "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js" + ], + "component---src-pages-conf-sched-tsx": [ + "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js" + ], + "component---src-pages-conf-speak-tsx": [ + "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js" + ], + "component---src-pages-faq-tsx": [ + "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js" + ], + "component---src-pages-foundation-members-tsx": [ + "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js" + ], + "component---src-pages-index-tsx": [ + "component---src-pages-index-tsx-ac6940fefb014dc73009.js" + ], + "component---src-pages-users-tsx": [ + "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js" + ], + "component---src-templates-blog-post-tags-tsx": [ + "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js" + ], + "component---src-templates-doc-tsx": [ + "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js" + ], + "styles": [ + "styles.20234e69ed7f6c78f2c9.css" + ], + "framework": [ + "framework-5a07166f3d3625ed30d4.js" + ], + "ee9ce975": [ + "ee9ce975-7543951c13232c413aa1.js" + ], + "f65a48b9": [ + "f65a48b9-133804e58393b9f5c11f.js" + ], + "c1246470": [ + "c1246470-c8f976475e03825367f7.js" + ], + "6aa1a4e8": [ + "6aa1a4e8-ab2678fd274a9acf4f8f.js" + ], + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2": [ + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + ], + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497": [ + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + ], + "ca590772691f113e38a136d0a5eb0f0b3f2b8468": [ + "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js" + ], + "ebdd455b8c861199d615ed529c2728155d22b152": [ + "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js" + ] + }, + "assets": [ + { + "type": "asset", + "name": "static/2-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "size": 3142310, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/2.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202325_53229628480_o-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "size": 3142310, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202367_53229430268_o-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "size": 3142310, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202386_53229129601_o-f13a361d5e740851ad0492b804344d07.jpg", + "size": 3103219, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/5-03fdecfbad9958a4072eb2ff76e3e3d5.jpg", + "size": 3097438, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/5.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202335_53228256247_o-3dda6ab1194f9c00828d9db9aab88096.jpg", + "size": 3039092, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/3_53229131021_o-37c42f1bb1749ce77dd2432d0a38b0b7.jpg", + "size": 3021292, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/3_53229131021_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/11_53229130936_o-9d38085faca157423cd9a56b08f26a71.jpg", + "size": 2932863, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/11_53229130936_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphql-cover-1_53228256677_o-5e4479f01cfbf474a6db86016a8552f4.jpg", + "size": 2792744, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202333_53229504589_o-6516b179148b6d50ae76cbee72366a76.jpg", + "size": 2755628, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202378_53228255107_o-b46a32475481a765434cb94fbfa54ea7.jpg", + "size": 2698800, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202361_53229628295_o-46f1e170d6aca3cfde657be2b9f62563.jpg", + "size": 2689803, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202340_53229431183_o-a7d577b0c52caa68f9de2874a6afd0ee.jpg", + "size": 2635166, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphql-cover-2_53228256672_o-2417829da8fd4e0d97d3da6abb0b7704.jpg", + "size": 2627480, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202351_53229130151_o-9265089e4f71ddc21bb2449ca5c8ded8.jpg", + "size": 2546979, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/10_53228256862_o-0abf6fc152cd51332a24c62ce683ac8d.jpg", + "size": 2546919, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/10_53228256862_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/12_53229130901_o-16eff16ed8a66de456798c711d507bc2.jpg", + "size": 2541843, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/12_53229130901_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202387_53229628600_o-2ac92c8a332a16d88fb32e719a498677.jpg", + "size": 2499198, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202349_53228256032_o-1e8b789de498a570dc51d1ce4031347e.jpg", + "size": 2492374, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202371_53229628710_o-440308cf2b7bdc23f618c65ad261cca7.jpg", + "size": 2475696, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202312_53229431468_o-d3bf61f8e5d66c155d8a66dd5c713b8e.jpg", + "size": 2474236, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/4-6991951134e52f45d2056f4e7b2391bb.jpg", + "size": 2429106, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/4.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202355_53228255882_o-6991951134e52f45d2056f4e7b2391bb.jpg", + "size": 2429106, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202350_53229130146_o-770bfbfbbc79ac36ab2a68e43a61769c.jpg", + "size": 2412799, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202326_53229504664_o-74350c88b65b1f2489c9c48cab66ad6e.jpg", + "size": 2412509, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202327_53229430403_o-45fa74843e0f6b54efaec98cc0942227.jpg", + "size": 2411342, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202330_53229430393_o-b88d49c8ee877c843f52cdfd19a782a6.jpg", + "size": 2409156, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/2_53229431883_o-ba6b3d737dd06618aac2df8a9d83d26e.jpg", + "size": 2369482, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/2_53229431883_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202364_53229430858_o-46c8746589c68c3034c6727f8c174085.jpg", + "size": 2353819, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202315_53229431418_o-610cfeb05531db57e911c1eb5852d67a.jpg", + "size": 2353260, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/15_53228256787_o-121c53e5690b1a642c51361521707373.jpg", + "size": 2335796, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/15_53228256787_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202365_53229430258_o-c5be2321ad4f0eacedb1be7a48bb42a9.jpg", + "size": 2334354, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202314_53228256402_o-228c128a4921b5fcf54bd2ad196a7d15.jpg", + "size": 2326525, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202354_53229430998_o-b7afe7f9471b5b065dbfbad633e517c1.jpg", + "size": 2323153, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202318_53229431413_o-a9007a89da3de863347ed440a6ca88a0.jpg", + "size": 2317221, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202370_53228255572_o-1d51ca9834e9f6ce72827106d77d6ca1.jpg", + "size": 2307210, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202395_53229430163_o-c9173d798e6ffa93de7805e5a59eae29.jpg", + "size": 2295252, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202362_53229430868_o-500a2f8980850b7bcc9997f1ca71f7d8.jpg", + "size": 2286100, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202343_53229505484_o-8d1544a05207a01ad7645cd0ea53e88c.jpg", + "size": 2282392, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202363_53229505084_o-00d6e7f5fefe60ffcf0fb324193128fd.jpg", + "size": 2268408, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/14_53228256817_o-81f63aeae38af3e3b5b8bc9b916eed4c.jpg", + "size": 2253484, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/14_53228256817_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202332_53228255222_o-68b935748ca74a80f78631a5f59409fd.jpg", + "size": 2250204, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202313_53229431453_o-b9cc14fdec761f0d0225336f8cf832f3.jpg", + "size": 2248832, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202353_53228255937_o-f17906f4b321de9729bab31d8f16ae13.jpg", + "size": 2244226, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202328_53229129426_o-b20f8aef89a3017f72c003d231ada0c5.jpg", + "size": 2233038, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-2023graphqlconf-2023_53228255062_o-85ffd08d3ebb0d09266b3a99c8f40c0d.jpg", + "size": 2232112, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/8-f03394a72f02e34f9b1c27a35b9285d1.jpg", + "size": 2220965, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/8.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202357_53228255742_o-ff163b195d5bc26696b4ba2a38297633.jpg", + "size": 2217572, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202379_53228255097_o-71662a5d23c6dde9452074c02d19767f.jpg", + "size": 2206550, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202356_53229505199_o-806afc3368bed3c68a4f1ab036615e72.jpg", + "size": 2206188, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202383_53228255462_o-5a60138c70429529b592647ca12d0974.jpg", + "size": 2200804, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/1_53229506279_o-5533e251e6de8fc443a8bfd1ac49ccb6.jpg", + "size": 2199237, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/1_53229506279_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202377_53229430648_o-a0f9ab4eb1aaab5c2d19cc393be552aa.jpg", + "size": 2198370, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202310_53229130641_o-31323151f91de4e6d4d2ddc81885c6fb.jpg", + "size": 2167949, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202359_53229129286_o-85ea11ff858d5a1dd941d87afdc2d527.jpg", + "size": 2150803, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202391_53229504714_o-ff9dac7db37cbec450f8d2519b234d2f.jpg", + "size": 2148051, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202321_53229504679_o-0311f23e59786ccc039c5d4718757c6d.jpg", + "size": 2134045, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20237_53229629480_o-d4efd23970b4cb1d146d0d2c6a3dd515.jpg", + "size": 2123824, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/31_53228256917_o-b672cfec94b553f897435adc833c247f.jpg", + "size": 2120301, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/31_53228256917_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202381_53228255092_o-6616837630cbd8917bec11db323616e1.jpg", + "size": 2117668, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/6-46b3a29a1fec69c90d7b1372aa7982f0.jpg", + "size": 2111236, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/6.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20234_53229629525_o-46b3a29a1fec69c90d7b1372aa7982f0.jpg", + "size": 2111236, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/3-ddae01cef7d0ad11fedd6f7884140248.jpg", + "size": 2106035, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/3.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202366_53229628825_o-ddae01cef7d0ad11fedd6f7884140248.jpg", + "size": 2106035, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202393_53229129511_o-417f29e49edfbfaaa617584c3418c915.jpg", + "size": 2103836, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202338_53228256132_o-9d297db9a0733518efc33303f1a184d0.jpg", + "size": 2098540, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/151_53229506084_o-6c991d12d31a26d295e44bc8f2fdaa69.jpg", + "size": 2091092, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/151_53229506084_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/18_53229629645_o-e41e028f8369172dc8b1e1891af9ca7d.jpg", + "size": 2086827, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/18_53229629645_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/1-06b3992a2ca9c077f76eef5e56aa4de6.jpg", + "size": 2061017, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/1.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202368_53229430823_o-06b3992a2ca9c077f76eef5e56aa4de6.jpg", + "size": 2061017, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20232_53229629585_o-b359501299c1f46aa004cdbeeb02df2c.jpg", + "size": 2053244, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202344_53228256077_o-bf3631260f135d46bfe9ec2430452c7d.jpg", + "size": 2050493, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202324_53228255322_o-5a71455f42de82043b5b4b77a3bcb99f.jpg", + "size": 2048105, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/7_53229506199_o-78a1e66a23996606c5ba9177fa59dc17.jpg", + "size": 2046897, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/7_53229506199_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202372_53229628695_o-59b3dee31c705555db463ad3abcea987.jpg", + "size": 2038419, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202311_53229130636_o-810900f6bc6265c8c14395b121571278.jpg", + "size": 2035548, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202339_53228256117_o-1d6791f79c41e43a1a7cc83928df359d.jpg", + "size": 2034943, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20238_53228256482_o-3d7752d6e59d7818f5f00cb7b614ba94.jpg", + "size": 2033460, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202334_53229505599_o-7f221b5ce70e668edc4a5c7a20ebf620.jpg", + "size": 2033124, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202329_53228255262_o-43aa6c7bc103c6bbff058de4c31c5c2d.jpg", + "size": 2021914, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202358_53229628875_o-28b75ed3a78d97f92139fcc7e897156a.jpg", + "size": 2009239, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202323_53229431353_o-544c2d88886cf21ba8f54be7b6cc35c4.jpg", + "size": 1993979, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202322_53229431348_o-3e30b29158cebf6034463de17e1fb04e.jpg", + "size": 1990325, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202392_53229430473_o-492dfc5219c4bfc912179ce2f9004049.jpg", + "size": 1983194, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202347_53229129301_o-ad016d33efd251b95f373e54494a5861.jpg", + "size": 1982196, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20235_53229505904_o-a736f56b987a918c4c9a9b58dcc7092d.jpg", + "size": 1978636, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202341_53229629225_o-f8330b27c5270e291cd1a25978e9a0c9.jpg", + "size": 1969204, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202317_53229431408_o-a3ae66aca1f210443f105e86ef4b11d6.jpg", + "size": 1964504, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/8_53229629805_o-4cb21f00b91a9234ee1a7af4e2b40aa6.jpg", + "size": 1955582, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/8_53229629805_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202352_53229629035_o-c63737330822c881cc887a9e177f5482.jpg", + "size": 1954513, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202390_53229628530_o-2058d6ea6bf0382b52927d19d3707687.jpg", + "size": 1953078, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202373_53229430683_o-9b86922287a6675cafeaa2ae0974d90e.jpg", + "size": 1950453, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202385_53229504819_o-4b434aedfdfc4d6010e463732f502fab.jpg", + "size": 1942612, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202342_53229130301_o-3a6466947eb087471d49edcc857bd552.jpg", + "size": 1925322, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202337_53229431268_o-f2866a9f77f63ecad24bd1d9182ad7d1.jpg", + "size": 1923619, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20233_53229431633_o-6251b6ca08b289ec31487e2dee733207.jpg", + "size": 1917417, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202348_53229130226_o-718519f1b177c7d2b186aa1befbdeb75.jpg", + "size": 1910707, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202396_53229628185_o-3bf05e49280b8da314a123d4a98ed5b5.jpg", + "size": 1910049, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202336_53229431263_o-931a08cabd04bea463270be638991181.jpg", + "size": 1908827, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202384_53229129586_o-ed9a1e4514691d05e1ee63f7f7855956.jpg", + "size": 1894146, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202375_53228255527_o-f46369bd021ede1a43f2a4882b2fecf0.jpg", + "size": 1869601, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/5_53228256882_o-1a914dc7c1bc4120e333792058497dbf.jpg", + "size": 1859091, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/5_53228256882_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20236_53229431543_o-e4b4337daff740b722d8affebe31a274.jpg", + "size": 1850029, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphql-cover-3_53228256612_o-10273002b8c7a4a56123cea87de221d4.jpg", + "size": 1840346, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202345_53229504499_o-4514bcda6f6e979a5ff34890ccb8acb7.jpg", + "size": 1820124, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/13_53229431753_o-3dcd614884d007b4500bbca780b89bfb.jpg", + "size": 1819809, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/13_53229431753_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202374_53228255537_o-3b263ece2bbdfb7657ed5bb0cedde0ef.jpg", + "size": 1817207, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202360_53229430883_o-3531320d97fb7c910547c3efc391fff4.jpg", + "size": 1813665, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202388_53229430518_o-84bd124ede8aa974d2c23f82f6f44957.jpg", + "size": 1790278, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202389_53229129526_o-768a25f98e4f7aaec56318e69bdf92d9.jpg", + "size": 1770744, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/9-2ce6ea2968e6b4847298d61d5fbc024b.jpg", + "size": 1770680, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/9.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202380_53229430623_o-d414181414836731fb059ff9df747ae8.jpg", + "size": 1694565, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202376_53229628665_o-b2ff9b9dfd4109a40eb65d093126d5d8.jpg", + "size": 1645404, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/16_53229629695_o-f1b286cd7dcb863d78d0f2aff99064bd.jpg", + "size": 1626505, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/16_53229629695_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/17_53229431688_o-4ea84d541adab3711e3691efea30e9c8.jpg", + "size": 1615394, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/17_53229431688_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202369_53229628795_o-2912559713b847a29a795aee060b0a3d.jpg", + "size": 1603874, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202316_53229130551_o-43289eb37133a3861622ffa84f622328.jpg", + "size": 1599957, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-20231_53229505964_o-1009e5c028a67ea1f3447e49e4be539c.jpg", + "size": 1479053, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202346_53229629115_o-d449fd646b0a9936fe4a8df9858f4449.jpg", + "size": 1434335, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202331_53229430378_o-be294c1e8521e4bda6f2709d7d53b895.jpg", + "size": 1424306, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202394_53228255057_o-1c56287d1dcb2cd41dc97c5c68afdc24.jpg", + "size": 1422046, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/graphqlconf-202319_53229505639_o-2de487b1f6957c0477c5a4cb505fc228.jpg", + "size": 1341667, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js", + "size": 458089, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "1d4997112a23d802092a", + "javascriptModule": false, + "minimized": true, + "related": { + "license": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.LICENSE.txt", + "sourceMap": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map" + } + }, + "chunkNames": [ + "ca590772691f113e38a136d0a5eb0f0b3f2b8468" + ], + "chunkIdHints": [ + "shared" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map", + "size": 1809270, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ca590772691f113e38a136d0a5eb0f0b3f2b8468" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 694 + ], + "isOverSizeLimit": false + }, + { + "type": "license", + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.LICENSE.txt", + "size": 225, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "extractedComments": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [], + "isOverSizeLimit": false + } + ], + "chunks": [ + 694 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/AmsterdamGraphQL.58c30fa9.svg", + "size": 236944, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Partners/AmsterdamGraphQL.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "c1246470" + ], + "auxiliaryChunkIdHints": [ + "lib" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 389 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/BangkokGraphQL.58c30fa9.svg", + "size": 236944, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Partners/BangkokGraphQL.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "6aa1a4e8" + ], + "auxiliaryChunkIdHints": [ + "lib" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 33 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "c1246470-c8f976475e03825367f7.js", + "size": 233980, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "c8f976475e03825367f7", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "c1246470-c8f976475e03825367f7.js.map" + } + }, + "chunkNames": [ + "c1246470" + ], + "chunkIdHints": [ + "lib" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "c1246470-c8f976475e03825367f7.js.map", + "size": 236389, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "c1246470" + ], + "auxiliaryChunkIdHints": [ + "lib" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 389 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 389 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js", + "size": 233962, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "ab2678fd274a9acf4f8f", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "6aa1a4e8-ab2678fd274a9acf4f8f.js.map" + } + }, + "chunkNames": [ + "6aa1a4e8" + ], + "chunkIdHints": [ + "lib" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js.map", + "size": 236361, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "6aa1a4e8" + ], + "auxiliaryChunkIdHints": [ + "lib" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 33 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 33 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js", + "size": 218663, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "2b4dd9795258058b8ae9", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map" + } + }, + "chunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "chunkIdHints": [ + "shared" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map", + "size": 352313, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 54 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "f65a48b9-133804e58393b9f5c11f.js", + "size": 173087, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "133804e58393b9f5c11f", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "f65a48b9-133804e58393b9f5c11f.js.map" + } + }, + "chunkNames": [ + "f65a48b9" + ], + "chunkIdHints": [ + "lib" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "f65a48b9-133804e58393b9f5c11f.js.map", + "size": 692365, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "f65a48b9" + ], + "auxiliaryChunkIdHints": [ + "lib" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 126 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 126 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "framework-5a07166f3d3625ed30d4.js", + "size": 140741, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "5a07166f3d3625ed30d4", + "javascriptModule": false, + "minimized": true, + "related": { + "license": "framework-5a07166f3d3625ed30d4.js.LICENSE.txt", + "sourceMap": "framework-5a07166f3d3625ed30d4.js.map" + } + }, + "chunkNames": [ + "framework" + ], + "chunkIdHints": [ + "framework" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "framework-5a07166f3d3625ed30d4.js.map", + "size": 355630, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "framework" + ], + "auxiliaryChunkIdHints": [ + "framework" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 774 + ], + "isOverSizeLimit": false + }, + { + "type": "license", + "name": "framework-5a07166f3d3625ed30d4.js.LICENSE.txt", + "size": 721, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "extractedComments": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [], + "isOverSizeLimit": false + } + ], + "chunks": [ + 774 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/TypeGraphQL.a49ebe88.svg", + "size": 103284, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Partners/TypeGraphQL.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "styles.20234e69ed7f6c78f2c9.css", + "size": 98010, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "20234e69ed7f6c78f2c9", + "minimized": true + }, + "chunkNames": [ + "styles" + ], + "chunkIdHints": [ + "styles" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [ + 312 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js", + "size": 84090, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "7760512b99d003283a78", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + } + }, + "chunkNames": [ + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497" + ], + "chunkIdHints": [ + "shared" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map", + "size": 249589, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 349 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 349 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "app-d5d38c8a4fa16cdbc395.js", + "size": 83664, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "d5d38c8a4fa16cdbc395", + "javascriptModule": false, + "minimized": true, + "related": { + "license": "app-d5d38c8a4fa16cdbc395.js.LICENSE.txt", + "sourceMap": "app-d5d38c8a4fa16cdbc395.js.map" + } + }, + "chunkNames": [ + "app" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "app-d5d38c8a4fa16cdbc395.js.map", + "size": 285440, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "app" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 143 + ], + "isOverSizeLimit": false + }, + { + "type": "license", + "name": "app-d5d38c8a4fa16cdbc395.js.LICENSE.txt", + "size": 256, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "extractedComments": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [], + "isOverSizeLimit": false + } + ], + "chunks": [ + 143 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/WunderGraph.a8e2c990.svg", + "size": 36383, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Sponsors/WunderGraph.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js", + "size": 26163, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "16eb2f7a63e838cd581e", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js.map" + } + }, + "chunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js.map", + "size": 92047, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-gallery-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 995 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 995 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/GraphQLWeekly.96d773e6.svg", + "size": 21530, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Partners/GraphQLWeekly.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js", + "size": 16989, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "f75d3b7528a936a0b9d1", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js.map" + } + }, + "chunkNames": [ + "component---src-pages-foundation-members-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js.map", + "size": 68861, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-foundation-members-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 482 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 482 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-index-tsx-ac6940fefb014dc73009.js", + "size": 15414, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "ac6940fefb014dc73009", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-index-tsx-ac6940fefb014dc73009.js.map" + } + }, + "chunkNames": [ + "component---src-pages-index-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-index-tsx-ac6940fefb014dc73009.js.map", + "size": 31368, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-index-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 691 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 691 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/Postman.7d4450ff.svg", + "size": 13937, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Sponsors/Postman.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js", + "size": 13079, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "b022b55c34426bf52693", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js.map" + } + }, + "chunkNames": [ + "component---src-pages-conf-speak-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js.map", + "size": 20888, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-speak-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 585 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 585 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/Graphabase.95248309.svg", + "size": 13054, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Sponsors/Graphabase.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-brand-tsx-cae13c291435463f7b0f.js", + "size": 13050, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "cae13c291435463f7b0f", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-brand-tsx-cae13c291435463f7b0f.js.map" + } + }, + "chunkNames": [ + "component---src-pages-brand-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-brand-tsx-cae13c291435463f7b0f.js.map", + "size": 22674, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-brand-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 786 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 786 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js", + "size": 12083, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "caed14955372bfbef457", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + } + }, + "chunkNames": [ + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2" + ], + "chunkIdHints": [ + "shared" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map", + "size": 34315, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 671 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 671 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "static/StepZen.0d57b5ac.svg", + "size": 11829, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "sourceFilename": "static/img/conf/Sponsors/StepZen.svg" + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "auxiliaryChunkIdHints": [ + "shared" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 54 + ], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-code-tsx-ef8a0886c0184df252ef.js", + "size": 8805, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "ef8a0886c0184df252ef", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-code-tsx-ef8a0886c0184df252ef.js.map" + } + }, + "chunkNames": [ + "component---src-pages-code-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-code-tsx-ef8a0886c0184df252ef.js.map", + "size": 26855, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-code-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 463 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 463 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js", + "size": 8648, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "a83f3fbfe0de3ea37415", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js.map" + } + }, + "chunkNames": [ + "component---src-pages-conf-faq-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js.map", + "size": 13382, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-faq-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 489 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 489 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js", + "size": 8174, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "97bbdcd4b4dd69051351", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js.map" + } + }, + "chunkNames": [ + "component---src-templates-doc-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js.map", + "size": 26446, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-templates-doc-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 532 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 532 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "webpack-runtime-896a9e52974f99ea9ad8.js", + "size": 6130, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "896a9e52974f99ea9ad8", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "webpack-runtime-896a9e52974f99ea9ad8.js.map" + } + }, + "chunkNames": [ + "webpack-runtime" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "webpack-runtime-896a9e52974f99ea9ad8.js.map", + "size": 24344, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "webpack-runtime" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 658 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 658 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "954-7d89d583ee4c73a3206d.js", + "size": 3625, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "7d89d583ee4c73a3206d", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "954-7d89d583ee4c73a3206d.js.map" + } + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "954-7d89d583ee4c73a3206d.js.map", + "size": 8195, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 954 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 954 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js", + "size": 2670, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "e9475a0f37143e28d9eb", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js.map" + } + }, + "chunkNames": [ + "component---src-pages-faq-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js.map", + "size": 8215, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-faq-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 288 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 288 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js", + "size": 2239, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "a6afbb4ddf12ae41bf20", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js.map" + } + }, + "chunkNames": [ + "component---src-pages-blog-blog-post-post-id-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js.map", + "size": 7153, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-blog-blog-post-post-id-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 111 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 111 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js", + "size": 2092, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "12db87ce85bea166b2d6", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js.map" + } + }, + "chunkNames": [ + "component---src-templates-blog-post-tags-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js.map", + "size": 6454, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-templates-blog-post-tags-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 64 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 64 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js", + "size": 2046, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "74b0ca47efa71c036f77", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js.map" + } + }, + "chunkNames": [ + "component---src-pages-blog-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js.map", + "size": 6293, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-blog-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 410 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 410 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js", + "size": 1494, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "9a14157c35b7d89f1294", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js.map" + } + }, + "chunkNames": [ + "component---src-pages-conf-sched-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js.map", + "size": 3328, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-conf-sched-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 827 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 827 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js", + "size": 1473, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "a7cbe2fb178c79a5286c", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js.map" + } + }, + "chunkNames": [ + "component---src-pages-users-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js.map", + "size": 2912, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-users-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 24 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 24 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "ee9ce975-7543951c13232c413aa1.js", + "size": 1188, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "7543951c13232c413aa1", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "ee9ce975-7543951c13232c413aa1.js.map" + } + }, + "chunkNames": [ + "ee9ce975" + ], + "chunkIdHints": [ + "lib" + ], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "ee9ce975-7543951c13232c413aa1.js.map", + "size": 511969, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "ee9ce975" + ], + "auxiliaryChunkIdHints": [ + "lib" + ], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 409 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 409 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + }, + { + "type": "asset", + "name": "component---src-pages-404-tsx-79a006dd0c814d7433f8.js", + "size": 571, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "immutable": true, + "contenthash": "79a006dd0c814d7433f8", + "javascriptModule": false, + "minimized": true, + "related": { + "sourceMap": "component---src-pages-404-tsx-79a006dd0c814d7433f8.js.map" + } + }, + "chunkNames": [ + "component---src-pages-404-tsx" + ], + "chunkIdHints": [], + "auxiliaryChunkNames": [], + "auxiliaryChunkIdHints": [], + "filteredRelated": 0, + "related": [ + { + "type": "sourceMap", + "name": "component---src-pages-404-tsx-79a006dd0c814d7433f8.js.map", + "size": 992, + "emitted": false, + "comparedForEmit": false, + "cached": true, + "info": { + "development": true + }, + "chunkNames": [], + "chunkIdHints": [], + "auxiliaryChunkNames": [ + "component---src-pages-404-tsx" + ], + "auxiliaryChunkIdHints": [], + "related": {}, + "chunks": [], + "auxiliaryChunks": [ + 218 + ], + "isOverSizeLimit": false + } + ], + "chunks": [ + 218 + ], + "auxiliaryChunks": [], + "isOverSizeLimit": false + } + ], + "chunks": [ + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 1829, + "sizes": { + "javascript": 1829 + }, + "names": [ + "component---src-pages-users-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js" + ], + "auxiliaryFiles": [ + "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js.map" + ], + "hash": "c5276f639867d4fc4da3", + "childrenByOrder": {}, + "id": 24, + "siblings": [ + 312, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1822-1919", + "request": "./../../../src/pages/users.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: lib) (name: 6aa1a4e8)", + "size": 234645, + "sizes": { + "javascript": 234645 + }, + "names": [ + "6aa1a4e8" + ], + "idHints": [ + "lib" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "6aa1a4e8-ab2678fd274a9acf4f8f.js" + ], + "auxiliaryFiles": [ + "6aa1a4e8-ab2678fd274a9acf4f8f.js.map", + "static/BangkokGraphQL.58c30fa9.svg" + ], + "hash": "bd5ef0db244f744d2655", + "childrenByOrder": {}, + "id": 33, + "siblings": [ + 54, + 312, + 389, + 409, + 489, + 585, + 827, + 995 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1084-1191", + "request": "./../../../src/pages/conf/sched.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1235-1342", + "request": "./../../../src/pages/conf/speak.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:780-883", + "request": "./../../../src/pages/conf/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:929-1040", + "request": "./../../../src/pages/conf/gallery.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: shared) (name: ebdd455b8c861199d615ed529c2728155d22b152)", + "size": 319368, + "sizes": { + "javascript": 319368 + }, + "names": [ + "ebdd455b8c861199d615ed529c2728155d22b152" + ], + "idHints": [ + "shared" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js" + ], + "auxiliaryFiles": [ + "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map", + "static/GraphQLWeekly.96d773e6.svg", + "static/Graphabase.95248309.svg", + "static/Postman.7d4450ff.svg", + "static/StepZen.0d57b5ac.svg", + "static/TypeGraphQL.a49ebe88.svg", + "static/WunderGraph.a8e2c990.svg" + ], + "hash": "c98988a8b0a78e130fdf", + "childrenByOrder": {}, + "id": 54, + "siblings": [ + 33, + 312, + 389, + 409, + 489, + 585, + 827, + 995 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1084-1191", + "request": "./../../../src/pages/conf/sched.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1235-1342", + "request": "./../../../src/pages/conf/speak.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:780-883", + "request": "./../../../src/pages/conf/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:929-1040", + "request": "./../../../src/pages/conf/gallery.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 3096, + "sizes": { + "javascript": 3096 + }, + "names": [ + "component---src-templates-blog-post-tags-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js" + ], + "auxiliaryFiles": [ + "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js.map" + ], + "hash": "a989845ab8ae34441c20", + "childrenByOrder": {}, + "id": 64, + "siblings": [ + 312, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1971-2095", + "request": "./../../../src/templates/{BlogPost.tags}.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 3410, + "sizes": { + "javascript": 3410 + }, + "names": [ + "component---src-pages-blog-blog-post-post-id-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js" + ], + "auxiliaryFiles": [ + "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js.map" + ], + "hash": "edf27651518634e37b78", + "childrenByOrder": {}, + "id": 111, + "siblings": [ + 126, + 312, + 349, + 671, + 694 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:205-336", + "request": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: lib) (name: f65a48b9)", + "size": 400195, + "sizes": { + "javascript": 400195 + }, + "names": [ + "f65a48b9" + ], + "idHints": [ + "lib" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "f65a48b9-133804e58393b9f5c11f.js" + ], + "auxiliaryFiles": [ + "f65a48b9-133804e58393b9f5c11f.js.map" + ], + "hash": "1401248e2f62d51d293d", + "childrenByOrder": {}, + "id": 126, + "siblings": [ + 111, + 288, + 312, + 349, + 463, + 532, + 671, + 694 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1379-1472", + "request": "./../../../src/pages/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:205-336", + "request": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:2136-2237", + "request": "./../../../src/templates/doc.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:643-738", + "request": "./../../../src/pages/code.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": true, + "entry": false, + "recorded": false, + "size": 154227, + "sizes": { + "javascript": 154227 + }, + "names": [ + "app" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "app-d5d38c8a4fa16cdbc395.js" + ], + "auxiliaryFiles": [ + "app-d5d38c8a4fa16cdbc395.js.map" + ], + "hash": "76defec4b5a2636c059d", + "childrenByOrder": {}, + "id": 143, + "siblings": [ + 658, + 774 + ], + "parents": [], + "children": [ + 24, + 33, + 54, + 64, + 111, + 126, + 218, + 288, + 312, + 349, + 389, + 409, + 410, + 463, + 482, + 489, + 532, + 585, + 671, + 691, + 694, + 786, + 827, + 954, + 995 + ], + "origins": [ + { + "module": "", + "moduleIdentifier": "", + "moduleName": "", + "loc": "app", + "request": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app" + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 657, + "sizes": { + "javascript": 657 + }, + "names": [ + "component---src-pages-404-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-404-tsx-79a006dd0c814d7433f8.js" + ], + "auxiliaryFiles": [ + "component---src-pages-404-tsx-79a006dd0c814d7433f8.js.map" + ], + "hash": "535a0a77145b18213a69", + "childrenByOrder": {}, + "id": 218, + "siblings": [ + 312, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:56-149", + "request": "./../../../src/pages/404.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 4199, + "sizes": { + "javascript": 4199 + }, + "names": [ + "component---src-pages-faq-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js" + ], + "auxiliaryFiles": [ + "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js.map" + ], + "hash": "ac3c3b534df08fa678b5", + "childrenByOrder": {}, + "id": 288, + "siblings": [ + 126, + 312, + 349, + 671, + 694 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1379-1472", + "request": "./../../../src/pages/faq.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": false, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: styles) (name: styles)", + "size": 123943, + "sizes": { + "css/mini-extract": 123943 + }, + "names": [ + "styles" + ], + "idHints": [ + "styles" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "styles.20234e69ed7f6c78f2c9.css" + ], + "auxiliaryFiles": [], + "hash": "70682d1c5a57d2e8dc0a", + "childrenByOrder": {}, + "id": 312, + "siblings": [ + 24, + 33, + 54, + 64, + 111, + 126, + 218, + 288, + 349, + 389, + 409, + 410, + 463, + 482, + 489, + 532, + 585, + 671, + 691, + 694, + 786, + 827, + 995 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1084-1191", + "request": "./../../../src/pages/conf/sched.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1235-1342", + "request": "./../../../src/pages/conf/speak.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1379-1472", + "request": "./../../../src/pages/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1524-1647", + "request": "./../../../src/pages/foundation/members.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1686-1783", + "request": "./../../../src/pages/index.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1822-1919", + "request": "./../../../src/pages/users.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1971-2095", + "request": "./../../../src/templates/{BlogPost.tags}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:205-336", + "request": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:2136-2237", + "request": "./../../../src/templates/doc.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:374-469", + "request": "./../../../src/pages/blog.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:508-605", + "request": "./../../../src/pages/brand.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:56-149", + "request": "./../../../src/pages/404.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:643-738", + "request": "./../../../src/pages/code.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:780-883", + "request": "./../../../src/pages/conf/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:929-1040", + "request": "./../../../src/pages/conf/gallery.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: shared) (name: 0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497)", + "size": 167894, + "sizes": { + "javascript": 167894 + }, + "names": [ + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497" + ], + "idHints": [ + "shared" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + ], + "auxiliaryFiles": [ + "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + ], + "hash": "e18615e27cdb441c4a1c", + "childrenByOrder": {}, + "id": 349, + "siblings": [ + 111, + 126, + 288, + 312, + 463, + 532, + 671, + 691, + 694 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1379-1472", + "request": "./../../../src/pages/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1686-1783", + "request": "./../../../src/pages/index.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:205-336", + "request": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:2136-2237", + "request": "./../../../src/templates/doc.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:643-738", + "request": "./../../../src/pages/code.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: lib) (name: c1246470)", + "size": 234669, + "sizes": { + "javascript": 234669 + }, + "names": [ + "c1246470" + ], + "idHints": [ + "lib" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "c1246470-c8f976475e03825367f7.js" + ], + "auxiliaryFiles": [ + "c1246470-c8f976475e03825367f7.js.map", + "static/AmsterdamGraphQL.58c30fa9.svg" + ], + "hash": "70ea7ea97e0b7441a2d5", + "childrenByOrder": {}, + "id": 389, + "siblings": [ + 33, + 54, + 312, + 409, + 489, + 585, + 827, + 995 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1084-1191", + "request": "./../../../src/pages/conf/sched.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1235-1342", + "request": "./../../../src/pages/conf/speak.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:780-883", + "request": "./../../../src/pages/conf/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:929-1040", + "request": "./../../../src/pages/conf/gallery.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: lib) (name: ee9ce975)", + "size": 492915, + "sizes": { + "javascript": 492915 + }, + "names": [ + "ee9ce975" + ], + "idHints": [ + "lib" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "ee9ce975-7543951c13232c413aa1.js" + ], + "auxiliaryFiles": [ + "ee9ce975-7543951c13232c413aa1.js.map" + ], + "hash": "a75ef051f4afc6d58bee", + "childrenByOrder": {}, + "id": 409, + "siblings": [ + 33, + 54, + 312, + 389, + 489, + 585, + 827, + 995 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1084-1191", + "request": "./../../../src/pages/conf/sched.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1235-1342", + "request": "./../../../src/pages/conf/speak.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:780-883", + "request": "./../../../src/pages/conf/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:929-1040", + "request": "./../../../src/pages/conf/gallery.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 3047, + "sizes": { + "javascript": 3047 + }, + "names": [ + "component---src-pages-blog-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js" + ], + "auxiliaryFiles": [ + "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js.map" + ], + "hash": "a2fffc11801a249744fb", + "childrenByOrder": {}, + "id": 410, + "siblings": [ + 312, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:374-469", + "request": "./../../../src/pages/blog.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 15009, + "sizes": { + "javascript": 15009 + }, + "names": [ + "component---src-pages-code-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-code-tsx-ef8a0886c0184df252ef.js" + ], + "auxiliaryFiles": [ + "component---src-pages-code-tsx-ef8a0886c0184df252ef.js.map" + ], + "hash": "e54280aeb823490dd532", + "childrenByOrder": {}, + "id": 463, + "siblings": [ + 126, + 312, + 349, + 671, + 694 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:643-738", + "request": "./../../../src/pages/code.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 44758, + "sizes": { + "javascript": 44758 + }, + "names": [ + "component---src-pages-foundation-members-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js" + ], + "auxiliaryFiles": [ + "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js.map" + ], + "hash": "b8315933b2d5bda4fbed", + "childrenByOrder": {}, + "id": 482, + "siblings": [ + 312, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1524-1647", + "request": "./../../../src/pages/foundation/members.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 10388, + "sizes": { + "javascript": 10388 + }, + "names": [ + "component---src-pages-conf-faq-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js" + ], + "auxiliaryFiles": [ + "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js.map" + ], + "hash": "920aaa3ebb940c6e81b9", + "childrenByOrder": {}, + "id": 489, + "siblings": [ + 33, + 54, + 312, + 389, + 409 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:780-883", + "request": "./../../../src/pages/conf/faq.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 13680, + "sizes": { + "javascript": 13680 + }, + "names": [ + "component---src-templates-doc-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js" + ], + "auxiliaryFiles": [ + "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js.map" + ], + "hash": "076826bf1e65a7d67d70", + "childrenByOrder": {}, + "id": 532, + "siblings": [ + 126, + 312, + 349, + 671, + 694 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:2136-2237", + "request": "./../../../src/templates/doc.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 15318, + "sizes": { + "javascript": 15318 + }, + "names": [ + "component---src-pages-conf-speak-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js" + ], + "auxiliaryFiles": [ + "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js.map" + ], + "hash": "504063533beaa3edd53c", + "childrenByOrder": {}, + "id": 585, + "siblings": [ + 33, + 54, + 312, + 389, + 409 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1235-1342", + "request": "./../../../src/pages/conf/speak.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": true, + "entry": true, + "recorded": false, + "size": 12821, + "sizes": { + "runtime": 12821 + }, + "names": [ + "webpack-runtime" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "webpack-runtime-896a9e52974f99ea9ad8.js" + ], + "auxiliaryFiles": [ + "webpack-runtime-896a9e52974f99ea9ad8.js.map" + ], + "hash": "6a488763204ed71dd164", + "childrenByOrder": {}, + "id": 658, + "siblings": [ + 143, + 774 + ], + "parents": [], + "children": [ + 24, + 33, + 54, + 64, + 111, + 126, + 218, + 288, + 312, + 349, + 389, + 409, + 410, + 463, + 482, + 489, + 532, + 585, + 671, + 691, + 694, + 786, + 827, + 954, + 995 + ], + "origins": [ + { + "module": "", + "moduleIdentifier": "", + "moduleName": "", + "loc": "app", + "request": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app" + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: shared) (name: 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "size": 21447, + "sizes": { + "javascript": 21447 + }, + "names": [ + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2" + ], + "idHints": [ + "shared" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + ], + "auxiliaryFiles": [ + "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + ], + "hash": "e965e6663cb95935e877", + "childrenByOrder": {}, + "id": 671, + "siblings": [ + 24, + 64, + 111, + 126, + 218, + 288, + 312, + 349, + 410, + 463, + 482, + 532, + 691, + 694, + 786 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1379-1472", + "request": "./../../../src/pages/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1524-1647", + "request": "./../../../src/pages/foundation/members.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1686-1783", + "request": "./../../../src/pages/index.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1822-1919", + "request": "./../../../src/pages/users.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1971-2095", + "request": "./../../../src/templates/{BlogPost.tags}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:205-336", + "request": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:2136-2237", + "request": "./../../../src/templates/doc.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:374-469", + "request": "./../../../src/pages/blog.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:508-605", + "request": "./../../../src/pages/brand.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:56-149", + "request": "./../../../src/pages/404.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:643-738", + "request": "./../../../src/pages/code.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 20283, + "sizes": { + "javascript": 20283 + }, + "names": [ + "component---src-pages-index-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-index-tsx-ac6940fefb014dc73009.js" + ], + "auxiliaryFiles": [ + "component---src-pages-index-tsx-ac6940fefb014dc73009.js.map" + ], + "hash": "4f8c27da4eb61e4cb015", + "childrenByOrder": {}, + "id": 691, + "siblings": [ + 312, + 349, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1686-1783", + "request": "./../../../src/pages/index.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: shared) (name: ca590772691f113e38a136d0a5eb0f0b3f2b8468)", + "size": 1156783, + "sizes": { + "javascript": 1156783 + }, + "names": [ + "ca590772691f113e38a136d0a5eb0f0b3f2b8468" + ], + "idHints": [ + "shared" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js" + ], + "auxiliaryFiles": [ + "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map" + ], + "hash": "00b3e02f7a781da6bb7f", + "childrenByOrder": {}, + "id": 694, + "siblings": [ + 111, + 126, + 288, + 312, + 349, + 463, + 532, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1379-1472", + "request": "./../../../src/pages/faq.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:205-336", + "request": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:2136-2237", + "request": "./../../../src/templates/doc.tsx", + "moduleId": 5418 + }, + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:643-738", + "request": "./../../../src/pages/code.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": true, + "entry": false, + "recorded": false, + "reason": "split chunk (cache group: framework) (name: framework)", + "size": 147918, + "sizes": { + "javascript": 147918 + }, + "names": [ + "framework" + ], + "idHints": [ + "framework" + ], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "framework-5a07166f3d3625ed30d4.js" + ], + "auxiliaryFiles": [ + "framework-5a07166f3d3625ed30d4.js.map" + ], + "hash": "f7316bbbb109309b142f", + "childrenByOrder": {}, + "id": 774, + "siblings": [ + 143, + 658 + ], + "parents": [], + "children": [ + 24, + 33, + 54, + 64, + 111, + 126, + 218, + 288, + 312, + 349, + 389, + 409, + 410, + 463, + 482, + 489, + 532, + 585, + 671, + 691, + 694, + 786, + 827, + 954, + 995 + ], + "origins": [ + { + "module": "", + "moduleIdentifier": "", + "moduleName": "", + "loc": "app", + "request": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app" + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 18113, + "sizes": { + "javascript": 18113 + }, + "names": [ + "component---src-pages-brand-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-brand-tsx-cae13c291435463f7b0f.js" + ], + "auxiliaryFiles": [ + "component---src-pages-brand-tsx-cae13c291435463f7b0f.js.map" + ], + "hash": "17ab968c08df31d8842e", + "childrenByOrder": {}, + "id": 786, + "siblings": [ + 312, + 671 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:508-605", + "request": "./../../../src/pages/brand.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 1975, + "sizes": { + "javascript": 1975 + }, + "names": [ + "component---src-pages-conf-sched-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js" + ], + "auxiliaryFiles": [ + "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js.map" + ], + "hash": "d1d551f76fd6e150b8f1", + "childrenByOrder": {}, + "id": 827, + "siblings": [ + 33, + 54, + 312, + 389, + 409 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:1084-1191", + "request": "./../../../src/pages/conf/sched.tsx", + "moduleId": 5418 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 3565, + "sizes": { + "javascript": 3565 + }, + "names": [], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "954-7d89d583ee4c73a3206d.js" + ], + "auxiliaryFiles": [ + "954-7d89d583ee4c73a3206d.js.map" + ], + "hash": "33f654e42d51139b9d06", + "childrenByOrder": {}, + "id": 954, + "siblings": [], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "moduleName": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "loc": "1:455-480", + "request": "web-vitals/base", + "moduleId": 538 + } + ] + }, + { + "rendered": true, + "initial": false, + "entry": false, + "recorded": false, + "size": 58909, + "sizes": { + "javascript": 58909 + }, + "names": [ + "component---src-pages-conf-gallery-tsx" + ], + "idHints": [], + "runtime": [ + "webpack-runtime" + ], + "files": [ + "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js" + ], + "auxiliaryFiles": [ + "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js.map", + "static/1-06b3992a2ca9c077f76eef5e56aa4de6.jpg", + "static/10_53228256862_o-0abf6fc152cd51332a24c62ce683ac8d.jpg", + "static/11_53229130936_o-9d38085faca157423cd9a56b08f26a71.jpg", + "static/12_53229130901_o-16eff16ed8a66de456798c711d507bc2.jpg", + "static/13_53229431753_o-3dcd614884d007b4500bbca780b89bfb.jpg", + "static/14_53228256817_o-81f63aeae38af3e3b5b8bc9b916eed4c.jpg", + "static/151_53229506084_o-6c991d12d31a26d295e44bc8f2fdaa69.jpg", + "static/15_53228256787_o-121c53e5690b1a642c51361521707373.jpg", + "static/16_53229629695_o-f1b286cd7dcb863d78d0f2aff99064bd.jpg", + "static/17_53229431688_o-4ea84d541adab3711e3691efea30e9c8.jpg", + "static/18_53229629645_o-e41e028f8369172dc8b1e1891af9ca7d.jpg", + "static/1_53229506279_o-5533e251e6de8fc443a8bfd1ac49ccb6.jpg", + "static/2-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "static/2_53229431883_o-ba6b3d737dd06618aac2df8a9d83d26e.jpg", + "static/3-ddae01cef7d0ad11fedd6f7884140248.jpg", + "static/31_53228256917_o-b672cfec94b553f897435adc833c247f.jpg", + "static/3_53229131021_o-37c42f1bb1749ce77dd2432d0a38b0b7.jpg", + "static/4-6991951134e52f45d2056f4e7b2391bb.jpg", + "static/5-03fdecfbad9958a4072eb2ff76e3e3d5.jpg", + "static/5_53228256882_o-1a914dc7c1bc4120e333792058497dbf.jpg", + "static/6-46b3a29a1fec69c90d7b1372aa7982f0.jpg", + "static/7_53229506199_o-78a1e66a23996606c5ba9177fa59dc17.jpg", + "static/8-f03394a72f02e34f9b1c27a35b9285d1.jpg", + "static/8_53229629805_o-4cb21f00b91a9234ee1a7af4e2b40aa6.jpg", + "static/9-2ce6ea2968e6b4847298d61d5fbc024b.jpg", + "static/graphql-cover-1_53228256677_o-5e4479f01cfbf474a6db86016a8552f4.jpg", + "static/graphql-cover-2_53228256672_o-2417829da8fd4e0d97d3da6abb0b7704.jpg", + "static/graphql-cover-3_53228256612_o-10273002b8c7a4a56123cea87de221d4.jpg", + "static/graphqlconf-202310_53229130641_o-31323151f91de4e6d4d2ddc81885c6fb.jpg", + "static/graphqlconf-202311_53229130636_o-810900f6bc6265c8c14395b121571278.jpg", + "static/graphqlconf-202312_53229431468_o-d3bf61f8e5d66c155d8a66dd5c713b8e.jpg", + "static/graphqlconf-202313_53229431453_o-b9cc14fdec761f0d0225336f8cf832f3.jpg", + "static/graphqlconf-202314_53228256402_o-228c128a4921b5fcf54bd2ad196a7d15.jpg", + "static/graphqlconf-202315_53229431418_o-610cfeb05531db57e911c1eb5852d67a.jpg", + "static/graphqlconf-202316_53229130551_o-43289eb37133a3861622ffa84f622328.jpg", + "static/graphqlconf-202317_53229431408_o-a3ae66aca1f210443f105e86ef4b11d6.jpg", + "static/graphqlconf-202318_53229431413_o-a9007a89da3de863347ed440a6ca88a0.jpg", + "static/graphqlconf-202319_53229505639_o-2de487b1f6957c0477c5a4cb505fc228.jpg", + "static/graphqlconf-20231_53229505964_o-1009e5c028a67ea1f3447e49e4be539c.jpg", + "static/graphqlconf-202321_53229504679_o-0311f23e59786ccc039c5d4718757c6d.jpg", + "static/graphqlconf-202322_53229431348_o-3e30b29158cebf6034463de17e1fb04e.jpg", + "static/graphqlconf-202323_53229431353_o-544c2d88886cf21ba8f54be7b6cc35c4.jpg", + "static/graphqlconf-202324_53228255322_o-5a71455f42de82043b5b4b77a3bcb99f.jpg", + "static/graphqlconf-202325_53229628480_o-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "static/graphqlconf-202326_53229504664_o-74350c88b65b1f2489c9c48cab66ad6e.jpg", + "static/graphqlconf-202327_53229430403_o-45fa74843e0f6b54efaec98cc0942227.jpg", + "static/graphqlconf-202328_53229129426_o-b20f8aef89a3017f72c003d231ada0c5.jpg", + "static/graphqlconf-202329_53228255262_o-43aa6c7bc103c6bbff058de4c31c5c2d.jpg", + "static/graphqlconf-20232_53229629585_o-b359501299c1f46aa004cdbeeb02df2c.jpg", + "static/graphqlconf-202330_53229430393_o-b88d49c8ee877c843f52cdfd19a782a6.jpg", + "static/graphqlconf-202331_53229430378_o-be294c1e8521e4bda6f2709d7d53b895.jpg", + "static/graphqlconf-202332_53228255222_o-68b935748ca74a80f78631a5f59409fd.jpg", + "static/graphqlconf-202333_53229504589_o-6516b179148b6d50ae76cbee72366a76.jpg", + "static/graphqlconf-202334_53229505599_o-7f221b5ce70e668edc4a5c7a20ebf620.jpg", + "static/graphqlconf-202335_53228256247_o-3dda6ab1194f9c00828d9db9aab88096.jpg", + "static/graphqlconf-202336_53229431263_o-931a08cabd04bea463270be638991181.jpg", + "static/graphqlconf-202337_53229431268_o-f2866a9f77f63ecad24bd1d9182ad7d1.jpg", + "static/graphqlconf-202338_53228256132_o-9d297db9a0733518efc33303f1a184d0.jpg", + "static/graphqlconf-202339_53228256117_o-1d6791f79c41e43a1a7cc83928df359d.jpg", + "static/graphqlconf-20233_53229431633_o-6251b6ca08b289ec31487e2dee733207.jpg", + "static/graphqlconf-202340_53229431183_o-a7d577b0c52caa68f9de2874a6afd0ee.jpg", + "static/graphqlconf-202341_53229629225_o-f8330b27c5270e291cd1a25978e9a0c9.jpg", + "static/graphqlconf-202342_53229130301_o-3a6466947eb087471d49edcc857bd552.jpg", + "static/graphqlconf-202343_53229505484_o-8d1544a05207a01ad7645cd0ea53e88c.jpg", + "static/graphqlconf-202344_53228256077_o-bf3631260f135d46bfe9ec2430452c7d.jpg", + "static/graphqlconf-202345_53229504499_o-4514bcda6f6e979a5ff34890ccb8acb7.jpg", + "static/graphqlconf-202346_53229629115_o-d449fd646b0a9936fe4a8df9858f4449.jpg", + "static/graphqlconf-202347_53229129301_o-ad016d33efd251b95f373e54494a5861.jpg", + "static/graphqlconf-202348_53229130226_o-718519f1b177c7d2b186aa1befbdeb75.jpg", + "static/graphqlconf-202349_53228256032_o-1e8b789de498a570dc51d1ce4031347e.jpg", + "static/graphqlconf-20234_53229629525_o-46b3a29a1fec69c90d7b1372aa7982f0.jpg", + "static/graphqlconf-202350_53229130146_o-770bfbfbbc79ac36ab2a68e43a61769c.jpg", + "static/graphqlconf-202351_53229130151_o-9265089e4f71ddc21bb2449ca5c8ded8.jpg", + "static/graphqlconf-202352_53229629035_o-c63737330822c881cc887a9e177f5482.jpg", + "static/graphqlconf-202353_53228255937_o-f17906f4b321de9729bab31d8f16ae13.jpg", + "static/graphqlconf-202354_53229430998_o-b7afe7f9471b5b065dbfbad633e517c1.jpg", + "static/graphqlconf-202355_53228255882_o-6991951134e52f45d2056f4e7b2391bb.jpg", + "static/graphqlconf-202356_53229505199_o-806afc3368bed3c68a4f1ab036615e72.jpg", + "static/graphqlconf-202357_53228255742_o-ff163b195d5bc26696b4ba2a38297633.jpg", + "static/graphqlconf-202358_53229628875_o-28b75ed3a78d97f92139fcc7e897156a.jpg", + "static/graphqlconf-202359_53229129286_o-85ea11ff858d5a1dd941d87afdc2d527.jpg", + "static/graphqlconf-20235_53229505904_o-a736f56b987a918c4c9a9b58dcc7092d.jpg", + "static/graphqlconf-202360_53229430883_o-3531320d97fb7c910547c3efc391fff4.jpg", + "static/graphqlconf-202361_53229628295_o-46f1e170d6aca3cfde657be2b9f62563.jpg", + "static/graphqlconf-202362_53229430868_o-500a2f8980850b7bcc9997f1ca71f7d8.jpg", + "static/graphqlconf-202363_53229505084_o-00d6e7f5fefe60ffcf0fb324193128fd.jpg", + "static/graphqlconf-202364_53229430858_o-46c8746589c68c3034c6727f8c174085.jpg", + "static/graphqlconf-202365_53229430258_o-c5be2321ad4f0eacedb1be7a48bb42a9.jpg", + "static/graphqlconf-202366_53229628825_o-ddae01cef7d0ad11fedd6f7884140248.jpg", + "static/graphqlconf-202367_53229430268_o-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "static/graphqlconf-202368_53229430823_o-06b3992a2ca9c077f76eef5e56aa4de6.jpg", + "static/graphqlconf-202369_53229628795_o-2912559713b847a29a795aee060b0a3d.jpg", + "static/graphqlconf-20236_53229431543_o-e4b4337daff740b722d8affebe31a274.jpg", + "static/graphqlconf-202370_53228255572_o-1d51ca9834e9f6ce72827106d77d6ca1.jpg", + "static/graphqlconf-202371_53229628710_o-440308cf2b7bdc23f618c65ad261cca7.jpg", + "static/graphqlconf-202372_53229628695_o-59b3dee31c705555db463ad3abcea987.jpg", + "static/graphqlconf-202373_53229430683_o-9b86922287a6675cafeaa2ae0974d90e.jpg", + "static/graphqlconf-202374_53228255537_o-3b263ece2bbdfb7657ed5bb0cedde0ef.jpg", + "static/graphqlconf-202375_53228255527_o-f46369bd021ede1a43f2a4882b2fecf0.jpg", + "static/graphqlconf-202376_53229628665_o-b2ff9b9dfd4109a40eb65d093126d5d8.jpg", + "static/graphqlconf-202377_53229430648_o-a0f9ab4eb1aaab5c2d19cc393be552aa.jpg", + "static/graphqlconf-202378_53228255107_o-b46a32475481a765434cb94fbfa54ea7.jpg", + "static/graphqlconf-202379_53228255097_o-71662a5d23c6dde9452074c02d19767f.jpg", + "static/graphqlconf-20237_53229629480_o-d4efd23970b4cb1d146d0d2c6a3dd515.jpg", + "static/graphqlconf-202380_53229430623_o-d414181414836731fb059ff9df747ae8.jpg", + "static/graphqlconf-202381_53228255092_o-6616837630cbd8917bec11db323616e1.jpg", + "static/graphqlconf-202383_53228255462_o-5a60138c70429529b592647ca12d0974.jpg", + "static/graphqlconf-202384_53229129586_o-ed9a1e4514691d05e1ee63f7f7855956.jpg", + "static/graphqlconf-202385_53229504819_o-4b434aedfdfc4d6010e463732f502fab.jpg", + "static/graphqlconf-202386_53229129601_o-f13a361d5e740851ad0492b804344d07.jpg", + "static/graphqlconf-202387_53229628600_o-2ac92c8a332a16d88fb32e719a498677.jpg", + "static/graphqlconf-202388_53229430518_o-84bd124ede8aa974d2c23f82f6f44957.jpg", + "static/graphqlconf-202389_53229129526_o-768a25f98e4f7aaec56318e69bdf92d9.jpg", + "static/graphqlconf-20238_53228256482_o-3d7752d6e59d7818f5f00cb7b614ba94.jpg", + "static/graphqlconf-202390_53229628530_o-2058d6ea6bf0382b52927d19d3707687.jpg", + "static/graphqlconf-202391_53229504714_o-ff9dac7db37cbec450f8d2519b234d2f.jpg", + "static/graphqlconf-202392_53229430473_o-492dfc5219c4bfc912179ce2f9004049.jpg", + "static/graphqlconf-202393_53229129511_o-417f29e49edfbfaaa617584c3418c915.jpg", + "static/graphqlconf-202394_53228255057_o-1c56287d1dcb2cd41dc97c5c68afdc24.jpg", + "static/graphqlconf-202395_53229430163_o-c9173d798e6ffa93de7805e5a59eae29.jpg", + "static/graphqlconf-202396_53229628185_o-3bf05e49280b8da314a123d4a98ed5b5.jpg", + "static/graphqlconf-2023graphqlconf-2023_53228255062_o-85ffd08d3ebb0d09266b3a99c8f40c0d.jpg" + ], + "hash": "1829b39cba2a8fb4bb0c", + "childrenByOrder": {}, + "id": 995, + "siblings": [ + 33, + 54, + 312, + 389, + 409 + ], + "parents": [ + 143, + 658, + 774 + ], + "children": [], + "origins": [ + { + "module": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "loc": "1:929-1040", + "request": "./../../../src/pages/conf/gallery.tsx", + "moduleId": 5418 + } + ] + } + ], + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 19881, + "sizes": { + "javascript": 19881 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "name": "./.cache/production-app.js + 5 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "index": 0, + "preOrderIndex": 0, + "index2": 91, + "postOrderIndex": 91, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5824, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": "entry", + "active": true, + "explanation": "", + "userRequest": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app", + "loc": "app", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [], + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-react-router-scroll/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/api-runner-browser.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/emitter.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/loader.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/page-renderer.js: Module ./.cache/public-page-renderer-prod.js is referenced from these modules with unsupported syntax: ./.cache/public-page-renderer.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/react-dom-utils.js: Module ./.cache/public-page-renderer-prod.js is referenced from these modules with unsupported syntax: ./.cache/public-page-renderer.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/redirect-utils.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/slice/context.js: Module ./.cache/gatsby-browser-entry.js is referenced from different chunks by these modules: ./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js, ./src/Containers/Sections/Hero/index.tsx, ./src/Containers/Sections/WhosUsing/index.tsx, ./src/components/BlogPost/index.tsx, ./src/components/BlogPostPreview/index.tsx, ./src/components/BlogSidebar/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/DocsSidebar/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/components/Header/index.tsx, ./src/components/Link/index.tsx, ./src/components/Seo/index.tsx, ./src/pages/conf/gallery.tsx, ./src/pages/conf/sched.tsx", + "ModuleConcatenation bailout: Cannot concat with ./.cache/static-query.js: Module ./.cache/gatsby-browser-entry.js is referenced from different chunks by these modules: ./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js, ./src/Containers/Sections/Hero/index.tsx, ./src/Containers/Sections/WhosUsing/index.tsx, ./src/components/BlogPost/index.tsx, ./src/components/BlogPostPreview/index.tsx, ./src/components/BlogSidebar/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/DocsSidebar/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/components/Header/index.tsx, ./src/components/Link/index.tsx, ./src/components/Seo/index.tsx, ./src/pages/conf/gallery.tsx, ./src/pages/conf/sched.tsx", + "ModuleConcatenation bailout: Cannot concat with ./.cache/strip-prefix.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js: Module ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js is referenced from different chunks by these modules: ./src/components/Marked/MiniGraphiQL.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is referenced from different chunks by these modules: ./src/components/BlogSidebar/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-link/dist/index.modern.mjs: Module ./.cache/gatsby-browser-entry.js is referenced from different chunks by these modules: ./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js, ./src/Containers/Sections/Hero/index.tsx, ./src/Containers/Sections/WhosUsing/index.tsx, ./src/components/BlogPost/index.tsx, ./src/components/BlogPostPreview/index.tsx, ./src/components/BlogSidebar/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/DocsSidebar/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/components/Header/index.tsx, ./src/components/Link/index.tsx, ./src/components/Seo/index.tsx, ./src/pages/conf/gallery.tsx, ./src/pages/conf/sched.tsx" + ], + "depth": 0, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8636, + "sizes": { + "javascript": 8636 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "index": 0, + "preOrderIndex": 0, + "index2": 91, + "postOrderIndex": 91, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": null, + "issuerName": null, + "issuerPath": null, + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [], + "providedExports": [], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:95-165" + ], + "depth": 0 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7428, + "sizes": { + "javascript": 7428 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "index": 85, + "preOrderIndex": 85, + "index2": 85, + "postOrderIndex": 85, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "1:408-489", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "2:343-357", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "12:1728-1740", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "12:1846-1864", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "RouteUpdates", + "init", + "shouldUpdateScroll" + ], + "providedExports": [ + "RouteUpdates", + "init", + "maybeGetBrowserRedirect", + "shouldUpdateScroll" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:17-176" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3015, + "sizes": { + "javascript": 3015 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "name": "./.cache/ensure-resources.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "index": 88, + "preOrderIndex": 88, + "index2": 88, + "postOrderIndex": 88, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./ensure-resources", + "loc": "1:726-774", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ensure-resources", + "loc": "12:657-672", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:187-5:942" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "json", + "layer": null, + "size": 12, + "sizes": { + "javascript": 12 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", + "index": 90, + "preOrderIndex": 90, + "index2": 89, + "postOrderIndex": 89, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "$virtual/match-paths.json", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "$virtual/match-paths.json", + "loc": "2:137-147", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [], + "optimizationBailout": [], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 326, + "sizes": { + "javascript": 326 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", + "name": "./.cache/route-announcer-props.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", + "index": 86, + "preOrderIndex": 86, + "index2": 84, + "postOrderIndex": 84, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "issuerName": "./.cache/navigation.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./route-announcer-props", + "loc": "1:275-332", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./route-announcer-props", + "loc": "29:1201-1220", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "RouteAnnouncerProps" + ], + "providedExports": [ + "RouteAnnouncerProps" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-234" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 464, + "sizes": { + "javascript": 464 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", + "name": "./node_modules/shallow-compare/es/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", + "index": 89, + "preOrderIndex": 89, + "index2": 87, + "postOrderIndex": 87, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "issuerName": "./.cache/ensure-resources.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "name": "./.cache/ensure-resources.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "shallow-compare", + "loc": "1:143-187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "shallow-compare", + "loc": "5:180-194", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1160, + "sizes": { + "javascript": 1160 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "index": 1, + "preOrderIndex": 1, + "index2": 83, + "postOrderIndex": 83, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3092, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../api-runner-browser", + "loc": "1:516-561", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../api-runner-browser", + "loc": "12:540-549", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "1:200-244", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:291-300", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:432-441", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "11:86-95", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "20:420-429", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../api-runner-browser", + "loc": "1:516-561", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../api-runner-browser", + "loc": "12:540-549", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "1:83-127", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:653-662", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "1:200-244", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:291-300", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:432-441", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "11:86-95", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "20:420-429", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "1:69-128", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:203-212", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "2:422-436", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "4:3-12", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "31:103-112", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "31:531-540", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "33:104-113", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "module": "./.cache/register-service-worker.js", + "moduleName": "./.cache/register-service-worker.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "resolvedModule": "./.cache/register-service-worker.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "1:0-44", + "moduleId": 9939, + "resolvedModuleId": 9939 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "module": "./.cache/register-service-worker.js", + "moduleName": "./.cache/register-service-worker.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "resolvedModule": "./.cache/register-service-worker.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "1:372-381", + "moduleId": 9939, + "resolvedModuleId": 9939 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "module": "./.cache/register-service-worker.js", + "moduleName": "./.cache/register-service-worker.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "resolvedModule": "./.cache/register-service-worker.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "7:0-9", + "moduleId": 9939, + "resolvedModuleId": 9939 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "module": "./.cache/register-service-worker.js", + "moduleName": "./.cache/register-service-worker.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "resolvedModule": "./.cache/register-service-worker.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "13:0-9", + "moduleId": 9939, + "resolvedModuleId": 9939 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "module": "./.cache/register-service-worker.js", + "moduleName": "./.cache/register-service-worker.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "resolvedModule": "./.cache/register-service-worker.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "13:146-155", + "moduleId": 9939, + "resolvedModuleId": 9939 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "module": "./.cache/register-service-worker.js", + "moduleName": "./.cache/register-service-worker.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "resolvedModule": "./.cache/register-service-worker.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser", + "loc": "13:226-235", + "moduleId": 9939, + "resolvedModuleId": 9939 + } + ], + "usedExports": [ + "apiRunner", + "apiRunnerAsync" + ], + "providedExports": [ + "apiRunner", + "apiRunnerAsync" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-54", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 24311, + "sizes": { + "javascript": 24311 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "name": "./.cache/loader.js + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "index": 13, + "preOrderIndex": 13, + "index2": 32, + "postOrderIndex": 32, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1975, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "module": "./.cache/api-runner-browser.js", + "moduleName": "./.cache/api-runner-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "resolvedModule": "./.cache/api-runner-browser.js", + "type": "cjs full require", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:110-142", + "moduleId": 3092, + "resolvedModuleId": 3092 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:94-143", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:479-498", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:747-766", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:995-1010", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:1082-1106", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:0-29", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:52-66", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:94-143", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "11:155-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "17:42-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:94-143", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:479-498", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:747-766", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:995-1010", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:1082-1106", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:94-143", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "11:155-170", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "17:42-66", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:613-726", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "2:112-122", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "2:165-174", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "2:330-342", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "12:760-781", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "12:803-818", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "22:77-98", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "29:271-295", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "module": "./.cache/public-page-renderer-prod.js", + "moduleName": "./.cache/public-page-renderer-prod.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "resolvedModule": "./.cache/public-page-renderer-prod.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:25-54", + "moduleId": 224, + "resolvedModuleId": 224 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "module": "./.cache/public-page-renderer-prod.js", + "moduleName": "./.cache/public-page-renderer-prod.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "resolvedModule": "./.cache/public-page-renderer-prod.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./loader", + "loc": "1:173-192", + "moduleId": 224, + "resolvedModuleId": 224 + } + ], + "usedExports": [ + "PageResourceStatus", + "ProdLoader", + "default", + "getSliceResults", + "getStaticQueryResults", + "publicLoader", + "setLoader" + ], + "providedExports": [ + "BaseLoader", + "PageResourceStatus", + "ProdLoader", + "default", + "getSliceResults", + "getStaticQueryResults", + "publicLoader", + "setLoader" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/emitter.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./.cache/find-path.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react-server-dom-webpack/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js: Module ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js is referenced from different chunks by these modules: ./src/components/Marked/MiniGraphiQL.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js: Module ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js is referenced from different chunks by these modules: ./src/pages/code.tsx" + ], + "depth": 1, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 22916, + "sizes": { + "javascript": 22916 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "index": 13, + "preOrderIndex": 13, + "index2": 32, + "postOrderIndex": 32, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "PageResourceStatus", + "ProdLoader", + "default", + "getSliceResults", + "getStaticQueryResults", + "publicLoader", + "setLoader" + ], + "providedExports": [ + "BaseLoader", + "PageResourceStatus", + "ProdLoader", + "default", + "getSliceResults", + "getStaticQueryResults", + "publicLoader", + "setLoader" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 3:3-7:24" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1395, + "sizes": { + "javascript": 1395 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", + "name": "./.cache/prefetch.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", + "index": 18, + "preOrderIndex": 18, + "index2": 11, + "postOrderIndex": 11, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "issuerName": "./.cache/loader.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "module": "./.cache/loader.js", + "moduleName": "./.cache/loader.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./prefetch", + "loc": "1:209-248", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "module": "./.cache/loader.js", + "moduleName": "./.cache/loader.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./prefetch", + "loc": "69:56-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "module": "./.cache/loader.js", + "moduleName": "./.cache/loader.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./prefetch", + "loc": "75:603-617", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:1011-1104" + ], + "depth": 2 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 190, + "sizes": { + "javascript": 190 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", + "name": "./node_modules/react/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", + "index": 16, + "preOrderIndex": 16, + "index2": 8, + "postOrderIndex": 8, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7294, + "issuerId": null, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "19:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "24:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "32:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "41:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "46:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "54:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "63:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "68:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "76:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "85:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "90:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "98:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "107:47-57", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "112:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "120:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "129:45-55", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "134:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "142:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "151:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "156:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "164:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "173:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "178:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "186:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "195:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "200:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "208:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "217:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "222:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "230:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "239:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "244:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "252:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "261:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "266:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "274:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "283:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "288:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "296:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "305:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "310:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "318:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "327:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "332:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "340:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "349:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "354:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "362:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "371:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "376:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "384:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "393:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "398:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "406:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "415:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "420:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "428:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "437:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "442:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "450:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "459:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "464:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "472:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "481:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "486:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "494:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "503:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "508:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "516:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "525:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "530:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "538:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "547:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "552:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "560:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "569:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "574:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "582:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "591:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "596:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "604:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "613:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "618:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "626:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "635:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "640:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "648:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "657:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "662:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "670:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "675:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "682:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "689:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "696:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "703:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "710:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "717:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "724:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "731:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "742:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "747:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "755:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "760:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "767:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "774:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "781:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "788:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "795:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "802:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "809:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "816:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "823:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "830:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "837:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "844:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "851:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "858:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "865:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "872:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "879:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "886:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "893:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "900:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "907:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "914:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "921:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "928:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "935:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "946:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "951:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "959:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "968:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "973:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "981:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "990:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "995:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1003:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1008:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1016:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1024:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1032:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1040:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1048:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1056:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1064:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1072:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1080:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1088:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1096:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1104:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1112:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1120:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1128:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1136:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1144:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1152:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1160:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1168:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1176:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1184:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1192:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1200:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1208:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1220:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1225:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1233:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1240:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1247:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1254:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1261:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1268:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1275:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1282:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1289:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1296:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1303:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1310:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1317:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1324:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1331:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1338:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1345:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1352:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1359:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1366:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1373:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1380:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1387:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1394:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1401:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1408:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1415:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1422:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1429:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1436:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1443:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1450:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1457:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1468:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1473:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1481:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1486:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1492:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1498:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1504:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1510:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1516:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1522:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1528:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1534:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1540:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1546:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1552:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1558:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1564:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1570:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1576:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1582:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1588:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1594:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1600:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1606:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1612:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1618:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1624:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1630:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1636:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1646:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1651:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1659:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1668:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1673:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1681:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1688:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1695:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1702:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1709:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1716:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1723:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1730:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1737:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1744:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1751:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1758:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1765:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1772:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1781:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1786:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1794:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1803:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1808:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1816:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1821:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1829:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1837:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1845:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1853:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1861:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1869:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1877:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1885:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1893:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1901:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1909:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1917:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1925:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1933:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1941:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1949:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1957:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1965:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1973:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1981:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1989:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "1997:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2005:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2013:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2021:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2033:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2038:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2046:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2055:27-37", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2060:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2068:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2077:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2082:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2090:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2099:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2104:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2112:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2121:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2126:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2134:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2143:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2148:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2156:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2165:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2170:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2178:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2187:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2192:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2200:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2209:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2214:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2222:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2231:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2236:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2244:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2253:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2258:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2266:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2275:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2280:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2288:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2297:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2302:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2310:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2319:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2324:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2332:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2341:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2346:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2354:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2363:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2368:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2376:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2385:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2390:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2398:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2407:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2412:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2420:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2429:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2434:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2442:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2451:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2456:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2464:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2473:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2478:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2486:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2495:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2500:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2508:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2517:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2522:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2530:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2539:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2544:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2552:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2561:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2566:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2574:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2583:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2588:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2596:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2605:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2610:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2618:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2627:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2632:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2640:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2649:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2654:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2662:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2671:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2676:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2684:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2693:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2698:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2706:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2715:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2720:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2728:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2737:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2742:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2750:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2759:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2764:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2772:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2781:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2786:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2794:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2803:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2808:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2816:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2825:41-51", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2830:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2838:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2847:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2852:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2860:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2869:44-54", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2874:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2882:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2887:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2894:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2899:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2907:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2916:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2921:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2929:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2938:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2943:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2951:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2960:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2965:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2973:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2982:41-51", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2987:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "2995:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3004:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3009:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3017:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3026:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3031:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3039:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3048:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3053:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3061:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3070:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3075:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3083:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3092:45-55", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3097:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3105:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3114:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3119:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3127:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3136:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3141:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3149:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3158:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3163:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3171:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3180:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3185:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3193:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3202:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3207:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3215:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3224:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3229:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3237:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3246:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3251:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3259:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3268:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3273:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3281:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3290:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3295:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3303:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3312:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3317:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3325:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3334:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3339:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3347:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3356:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3361:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3369:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3378:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3383:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3391:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3400:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3405:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3413:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3422:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3427:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3435:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3444:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3449:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3457:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3466:41-51", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3471:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3479:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3488:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3493:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3501:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3510:27-37", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3515:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3523:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3532:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3537:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3545:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3552:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3557:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3565:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3574:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3579:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3587:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3596:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3601:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3609:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3618:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3623:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3631:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3640:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3645:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3653:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3662:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3667:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3675:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3684:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3689:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3697:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3706:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3711:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3719:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3724:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3729:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3734:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3739:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3744:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3749:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3754:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3759:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3764:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3769:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3774:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3779:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3784:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3789:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3794:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3799:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3804:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3809:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3814:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3819:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3824:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3829:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3834:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3843:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3848:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3856:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3865:44-54", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3870:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3878:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3887:42-52", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3892:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3900:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3909:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3914:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3922:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3931:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3936:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3944:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3949:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3958:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3963:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3971:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3980:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3985:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "3993:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4002:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4007:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4015:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4024:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4029:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4037:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4046:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4051:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4059:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4068:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4073:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4081:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4090:43-53", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4095:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4103:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4112:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4117:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4125:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4134:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4139:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4147:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4156:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4161:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4169:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4178:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4183:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4191:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4200:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4205:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4213:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4222:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4227:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4235:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4244:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4249:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4257:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4266:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4271:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4279:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4288:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4293:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4301:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4310:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4315:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4323:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4332:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4337:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4345:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4354:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4359:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4367:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4376:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4381:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4389:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4396:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4401:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4409:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4416:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4421:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4429:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4438:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4443:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4451:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4460:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4465:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4473:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4482:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4487:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4495:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4504:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4509:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4517:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4526:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4531:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4539:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4548:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4553:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4561:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4570:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4575:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4583:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4592:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4597:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4605:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4610:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4615:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4620:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4629:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4634:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4642:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4651:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4656:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4664:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4673:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4678:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4686:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4695:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4700:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4708:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4717:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4722:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4730:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4739:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4744:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4752:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4761:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4766:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4774:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4783:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4788:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4796:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4805:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4810:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4818:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4827:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4832:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4840:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4849:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4854:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4862:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4871:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4876:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4884:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4893:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4898:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4906:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4915:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4920:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4928:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4937:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4942:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4950:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4959:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4964:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4972:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4981:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4986:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "4994:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5003:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5008:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5016:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5025:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5030:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5038:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5047:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5052:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5060:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5069:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5074:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5082:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5091:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5096:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5104:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5113:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5118:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5126:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5135:44-54", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5140:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5148:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5157:43-53", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5162:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5170:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5179:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5184:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5192:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5201:43-53", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5206:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5214:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5223:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5228:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5236:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5245:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5250:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5258:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5267:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5272:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5280:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5289:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5294:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5302:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5311:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5316:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5324:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5333:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5338:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5346:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5355:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5360:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5368:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5377:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5382:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5390:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5399:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5404:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5412:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5421:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5426:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5434:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5443:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5448:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5456:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5465:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5470:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5478:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5487:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5492:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5500:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5509:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5514:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5522:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5531:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5536:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5544:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5553:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5558:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5566:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5575:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5580:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5588:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5597:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5602:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5610:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5619:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5624:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5632:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5641:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5646:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5654:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5663:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5668:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5676:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5685:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5690:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5698:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5707:27-37", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5712:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5720:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5729:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5734:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5742:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5751:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5756:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5764:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5773:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5778:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5786:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5795:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5800:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5808:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5817:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5822:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5830:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5839:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5844:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5852:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5861:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5866:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5874:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5881:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5886:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5894:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5903:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5908:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5916:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5925:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5930:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5938:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5947:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5952:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5960:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5969:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5974:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5982:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5991:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "5996:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6004:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6013:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6018:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6026:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6035:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6040:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6048:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6057:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6062:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6070:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6079:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6084:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6092:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6101:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6106:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6114:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6123:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6128:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6136:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6145:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6150:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6158:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6167:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6172:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6180:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6189:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6194:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6202:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6211:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6216:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6224:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6233:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6238:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6246:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6255:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6260:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6268:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6277:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6282:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6290:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6299:43-53", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6304:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6312:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6321:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6326:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6334:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6343:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6348:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6356:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6365:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6370:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6378:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6387:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6392:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6400:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6409:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6414:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6422:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6431:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6436:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6444:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6453:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6458:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6466:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6475:46-56", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6480:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6488:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6497:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6502:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6510:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6519:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6524:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6532:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6541:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6546:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6554:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6563:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6568:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6576:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6585:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6590:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6598:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6607:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6612:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6620:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6629:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6634:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6642:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6651:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6656:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6664:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6673:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6678:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6686:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6692:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6698:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6704:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6710:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6716:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6722:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6728:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6734:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6740:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6746:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6755:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6760:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6768:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6774:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6780:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6786:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6792:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6798:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6804:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6810:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6816:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6822:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6828:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6837:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6842:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6850:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6856:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6862:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6868:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6874:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6880:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6886:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6892:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6898:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6904:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6910:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6919:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6924:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6932:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6938:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6944:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6950:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6956:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6962:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6971:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6976:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6984:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6993:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "6998:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7006:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7015:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7020:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7028:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7037:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7042:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7050:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7059:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7064:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7072:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7081:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7086:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7094:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7103:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7108:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7116:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7125:48-58", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7130:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7138:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7147:46-56", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7152:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7160:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7169:47-57", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7174:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7182:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7191:45-55", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7196:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7204:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7213:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7218:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7226:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7235:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7240:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7248:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7257:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7262:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7270:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7279:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7284:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7292:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7301:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7306:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7314:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7323:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7328:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7336:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7345:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7350:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7358:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7367:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7372:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7380:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7387:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7392:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7400:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7409:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7414:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7422:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7431:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7436:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7444:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7453:43-53", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7458:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7466:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7475:41-51", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7480:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7488:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7497:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7502:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7510:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7519:27-37", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7524:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7532:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7541:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7546:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7554:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7563:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7568:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7576:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7585:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7590:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7598:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7607:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7612:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7620:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7629:28-38", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7634:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7642:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7651:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7656:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7664:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7673:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7678:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7686:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7695:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7700:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7708:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7717:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7722:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7730:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7739:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7744:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7752:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7761:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7766:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7774:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7783:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7788:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7796:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7805:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7810:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7818:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7827:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7832:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7840:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7849:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7854:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7862:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7871:39-49", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7876:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7884:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7893:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7898:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7906:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7915:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7920:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7928:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7937:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7942:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7950:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7959:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7964:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7972:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7981:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7986:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "7994:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8003:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8008:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8016:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8025:40-50", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8030:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8038:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8048:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8053:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8061:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8070:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8075:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8083:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8090:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8095:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8103:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8110:37-47", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8115:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8123:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8130:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8135:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8143:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8150:35-45", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8155:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8163:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8172:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8177:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8185:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8194:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8199:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8207:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8216:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8221:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8229:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8238:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8243:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8251:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8260:33-43", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8265:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8273:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8282:34-44", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8287:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8295:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8304:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8309:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8317:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8326:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8331:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8339:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8348:38-48", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8353:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8361:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8370:32-42", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8375:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8383:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8392:36-46", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8397:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8405:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8414:29-39", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8419:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8427:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8436:30-40", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8441:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8449:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8458:31-41", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8463:9-22", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "module": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "moduleName": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "resolvedModule": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "react", + "loc": "8471:6-19", + "moduleId": 2469, + "resolvedModuleId": 2469 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:26-45", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:36-55", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:20-39", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "25:38-57", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:33-52", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:18-37", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:87-106", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:18-37", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "38:20-39", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:18-37", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "module": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "moduleName": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:20-39", + "moduleId": 1137, + "resolvedModuleId": 1137 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:26-45", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:36-55", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:20-39", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "25:38-57", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:33-52", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:18-37", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:87-106", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:18-37", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "38:20-39", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:18-37", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "module": "./static/img/conf/Partners/BangkokGraphQL.svg", + "moduleName": "./static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/BangkokGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:20-39", + "moduleId": 926, + "resolvedModuleId": 926 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "module": "./static/img/conf/Partners/EscapeTechnologies.svg", + "moduleName": "./static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "module": "./static/img/conf/Partners/EscapeTechnologies.svg", + "moduleName": "./static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "module": "./static/img/conf/Partners/EscapeTechnologies.svg", + "moduleName": "./static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "module": "./static/img/conf/Partners/EscapeTechnologies.svg", + "moduleName": "./static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "module": "./static/img/conf/Partners/EscapeTechnologies.svg", + "moduleName": "./static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "module": "./static/img/conf/Partners/GraphQLWeekly.svg", + "moduleName": "./static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "module": "./static/img/conf/Partners/GraphQLWeekly.svg", + "moduleName": "./static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "module": "./static/img/conf/Partners/GraphQLWeekly.svg", + "moduleName": "./static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "module": "./static/img/conf/Partners/GraphQLWeekly.svg", + "moduleName": "./static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "module": "./static/img/conf/Partners/GraphQLwtf.svg", + "moduleName": "./static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLwtf.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "module": "./static/img/conf/Partners/GraphQLwtf.svg", + "moduleName": "./static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLwtf.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "module": "./static/img/conf/Partners/GraphQLwtf.svg", + "moduleName": "./static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLwtf.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:26-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:36-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "23:33-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "25:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:39-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:86-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "module": "./static/img/conf/Partners/TypeGraphQL.svg", + "moduleName": "./static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:20-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:39-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:86-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "module": "./static/img/conf/Sponsors/Graphabase.svg", + "moduleName": "./static/img/conf/Sponsors/Graphabase.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "module": "./static/img/conf/Sponsors/Hasura.svg", + "moduleName": "./static/img/conf/Sponsors/Hasura.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "module": "./static/img/conf/Sponsors/Hasura.svg", + "moduleName": "./static/img/conf/Sponsors/Hasura.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "module": "./static/img/conf/Sponsors/Hasura.svg", + "moduleName": "./static/img/conf/Sponsors/Hasura.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "module": "./static/img/conf/Sponsors/Hasura.svg", + "moduleName": "./static/img/conf/Sponsors/Hasura.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:26-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:36-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:33-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:87-106", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "module": "./static/img/conf/Sponsors/Hygraph.svg", + "moduleName": "./static/img/conf/Sponsors/Hygraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "module": "./static/img/conf/Sponsors/Inigo.svg", + "moduleName": "./static/img/conf/Sponsors/Inigo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "module": "./static/img/conf/Sponsors/Inigo.svg", + "moduleName": "./static/img/conf/Sponsors/Inigo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "module": "./static/img/conf/Sponsors/Inigo.svg", + "moduleName": "./static/img/conf/Sponsors/Inigo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "module": "./static/img/conf/Sponsors/Inigo.svg", + "moduleName": "./static/img/conf/Sponsors/Inigo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "module": "./static/img/conf/Sponsors/Neo4j.svg", + "moduleName": "./static/img/conf/Sponsors/Neo4j.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "module": "./static/img/conf/Sponsors/Neo4j.svg", + "moduleName": "./static/img/conf/Sponsors/Neo4j.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "module": "./static/img/conf/Sponsors/Neo4j.svg", + "moduleName": "./static/img/conf/Sponsors/Neo4j.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "module": "./static/img/conf/Sponsors/Neo4j.svg", + "moduleName": "./static/img/conf/Sponsors/Neo4j.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "48:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "54:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "57:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "60:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "module": "./static/img/conf/Sponsors/Postman.svg", + "moduleName": "./static/img/conf/Sponsors/Postman.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "63:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:20-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:39-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:86-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:20-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "48:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "50:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "module": "./static/img/conf/Sponsors/Solo.svg", + "moduleName": "./static/img/conf/Sponsors/Solo.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "55:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "module": "./static/img/conf/Sponsors/Stellate.svg", + "moduleName": "./static/img/conf/Sponsors/Stellate.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "module": "./static/img/conf/Sponsors/Stellate.svg", + "moduleName": "./static/img/conf/Sponsors/Stellate.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "module": "./static/img/conf/Sponsors/Stellate.svg", + "moduleName": "./static/img/conf/Sponsors/Stellate.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "module": "./static/img/conf/Sponsors/Stellate.svg", + "moduleName": "./static/img/conf/Sponsors/Stellate.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "module": "./static/img/conf/Sponsors/Stellate.svg", + "moduleName": "./static/img/conf/Sponsors/Stellate.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "module": "./static/img/conf/Sponsors/StepZen.svg", + "moduleName": "./static/img/conf/Sponsors/StepZen.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:26-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:36-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "17:20-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:38-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:33-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "32:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:87-106", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "module": "./static/img/conf/Sponsors/TheGraph.svg", + "moduleName": "./static/img/conf/Sponsors/TheGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:39-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:86-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "module": "./static/img/conf/Sponsors/TheGuild.svg", + "moduleName": "./static/img/conf/Sponsors/TheGuild.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "48:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "54:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "57:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "60:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "63:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "69:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "72:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "75:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "78:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "81:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "84:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "87:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "90:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "93:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "96:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "99:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "102:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "105:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "108:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "111:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "114:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "117:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "120:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "123:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "126:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "129:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "135:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "138:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "141:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "144:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "147:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "150:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "153:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "156:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "159:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "162:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "165:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "168:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "171:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "174:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "177:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "180:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "183:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "186:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "189:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "192:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "195:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "198:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "201:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "204:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "207:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "210:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "213:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "216:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "219:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "222:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "225:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "228:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "231:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "234:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "237:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "240:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "243:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "246:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "249:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "255:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "258:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "261:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "264:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "267:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "270:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "273:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "276:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "279:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "282:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "285:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "288:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "291:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "294:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "297:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "300:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "303:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "306:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "309:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "312:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "315:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "318:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "321:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "324:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "327:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "330:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "333:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "336:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "339:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "342:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "345:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "348:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "351:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "354:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "357:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "360:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "363:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "366:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "369:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "372:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "375:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "378:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "381:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "384:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "387:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "390:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "393:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "396:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "399:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "402:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "405:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "408:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "411:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "414:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "417:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "420:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "423:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "426:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "429:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "432:39-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "432:86-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "module": "./static/img/conf/Sponsors/WunderGraph.svg", + "moduleName": "./static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "434:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "module": "./static/img/edit.svg", + "moduleName": "./static/img/edit.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "resolvedModule": "./static/img/edit.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "module": "./static/img/edit.svg", + "moduleName": "./static/img/edit.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "resolvedModule": "./static/img/edit.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "module": "./static/img/edit.svg", + "moduleName": "./static/img/edit.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "resolvedModule": "./static/img/edit.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "module": "./static/img/logos/discord.svg", + "moduleName": "./static/img/logos/discord.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "resolvedModule": "./static/img/logos/discord.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 9962, + "resolvedModuleId": 9962 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "module": "./static/img/logos/discord.svg", + "moduleName": "./static/img/logos/discord.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "resolvedModule": "./static/img/logos/discord.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 9962, + "resolvedModuleId": 9962 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "module": "./static/img/logos/discord.svg", + "moduleName": "./static/img/logos/discord.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "resolvedModule": "./static/img/logos/discord.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:44-63", + "moduleId": 9962, + "resolvedModuleId": 9962 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "module": "./static/img/logos/github.svg", + "moduleName": "./static/img/logos/github.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "resolvedModule": "./static/img/logos/github.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 4536, + "resolvedModuleId": 4536 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "module": "./static/img/logos/github.svg", + "moduleName": "./static/img/logos/github.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "resolvedModule": "./static/img/logos/github.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 4536, + "resolvedModuleId": 4536 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "module": "./static/img/logos/github.svg", + "moduleName": "./static/img/logos/github.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "resolvedModule": "./static/img/logos/github.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 4536, + "resolvedModuleId": 4536 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "module": "./static/img/logos/stackoverflow.svg", + "moduleName": "./static/img/logos/stackoverflow.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "resolvedModule": "./static/img/logos/stackoverflow.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "module": "./static/img/logos/stackoverflow.svg", + "moduleName": "./static/img/logos/stackoverflow.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "resolvedModule": "./static/img/logos/stackoverflow.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "module": "./static/img/logos/stackoverflow.svg", + "moduleName": "./static/img/logos/stackoverflow.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "resolvedModule": "./static/img/logos/stackoverflow.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "module": "./static/img/logos/twitter.svg", + "moduleName": "./static/img/logos/twitter.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "resolvedModule": "./static/img/logos/twitter.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 4290, + "resolvedModuleId": 4290 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "module": "./static/img/logos/twitter.svg", + "moduleName": "./static/img/logos/twitter.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "resolvedModule": "./static/img/logos/twitter.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 4290, + "resolvedModuleId": 4290 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "module": "./static/img/logos/twitter.svg", + "moduleName": "./static/img/logos/twitter.svg", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "resolvedModule": "./static/img/logos/twitter.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 4290, + "resolvedModuleId": 4290 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "module": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:36-52", + "moduleId": 1432, + "resolvedModuleId": 1432 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "module": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "6:13-29", + "moduleId": 4855, + "resolvedModuleId": 4855 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "module": "./.cache/context-utils.js", + "moduleName": "./.cache/context-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "module": "./.cache/context-utils.js", + "moduleName": "./.cache/context-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:266-291", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "module": "./.cache/context-utils.js", + "moduleName": "./.cache/context-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:414-439", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "module": "./.cache/context-utils.js", + "moduleName": "./.cache/context-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:507-526", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:69-94", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:925-940", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:240-277", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:142-152", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:278-297", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "4:19-38", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:19-38", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:16-111", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-37", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:200-210", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:252-262", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:535-554", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:121-140", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:187-206", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:51-70", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:117-136", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-37", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:509-519", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:556-566", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:222-241", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "module": "./.cache/head/components/fire-callback-in-effect.js", + "moduleName": "./.cache/head/components/fire-callback-in-effect.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "resolvedModule": "./.cache/head/components/fire-callback-in-effect.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "module": "./.cache/head/components/fire-callback-in-effect.js", + "moduleName": "./.cache/head/components/fire-callback-in-effect.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "resolvedModule": "./.cache/head/components/fire-callback-in-effect.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:74-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:77-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:102-131", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:257-266", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:442-461", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:0-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:80-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:168-187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:69-94", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:446-461", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:1158-1177", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:1276-1291", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:840-859", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:860-874", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:913-932", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:994-1009", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "resolvedModule": "./.cache/head/components/fire-callback-in-effect.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-29", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "resolvedModule": "./.cache/head/components/fire-callback-in-effect.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:74-83", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:77-102", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:102-131", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:257-266", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:442-461", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:0-19", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:80-99", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:168-187", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-49", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:343-356", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:69-94", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:925-940", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:69-94", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:446-461", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:1158-1177", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:1276-1291", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:840-859", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:860-874", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:913-932", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:994-1009", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:128-153", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:39-58", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:128-147", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:200-219", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:558-577", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:637-656", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:840-859", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:928-947", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1006-1025", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1090-1109", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1186-1205", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1302-1317", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1601-1620", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1708-1727", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1774-1793", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1879-1898", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:1988-2007", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:2358-2373", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:153-172", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:209-228", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:360-372", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:380-395", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:592-611", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:300-319", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "module": "./.cache/public-page-renderer-prod.js", + "moduleName": "./.cache/public-page-renderer-prod.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "resolvedModule": "./.cache/public-page-renderer-prod.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 224, + "resolvedModuleId": 224 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "module": "./.cache/public-page-renderer-prod.js", + "moduleName": "./.cache/public-page-renderer-prod.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "resolvedModule": "./.cache/public-page-renderer-prod.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:263-282", + "moduleId": 224, + "resolvedModuleId": 224 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:240-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:142-152", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:278-297", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "4:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:16-111", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "module": "./.cache/slice/context.js", + "moduleName": "./.cache/slice/context.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "resolvedModule": "./.cache/slice/context.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 8995, + "resolvedModuleId": 8995 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "module": "./.cache/slice/context.js", + "moduleName": "./.cache/slice/context.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "resolvedModule": "./.cache/slice/context.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:65-84", + "moduleId": 8995, + "resolvedModuleId": 8995 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "module": "./.cache/slice/context.js", + "moduleName": "./.cache/slice/context.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "resolvedModule": "./.cache/slice/context.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:122-141", + "moduleId": 8995, + "resolvedModuleId": 8995 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "module": "./.cache/slice/context.js", + "moduleName": "./.cache/slice/context.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "resolvedModule": "./.cache/slice/context.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:182-201", + "moduleId": 8995, + "resolvedModuleId": 8995 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "module": "./.cache/slice/context.js", + "moduleName": "./.cache/slice/context.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "resolvedModule": "./.cache/slice/context.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:244-263", + "moduleId": 8995, + "resolvedModuleId": 8995 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:200-210", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:252-262", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:535-554", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "module": "./.cache/slice/server-slice-renderer.js", + "moduleName": "./.cache/slice/server-slice-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "module": "./.cache/slice/server-slice-renderer.js", + "moduleName": "./.cache/slice/server-slice-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:121-140", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "module": "./.cache/slice/server-slice-renderer.js", + "moduleName": "./.cache/slice/server-slice-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:187-206", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "module": "./.cache/slice/server-slice-renderer.js", + "moduleName": "./.cache/slice/server-slice-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:51-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "module": "./.cache/slice/server-slice-renderer.js", + "moduleName": "./.cache/slice/server-slice-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "resolvedModule": "./.cache/slice/server-slice-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:117-136", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:509-519", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:556-566", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:222-241", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:266-291", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:414-439", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "resolvedModule": "./.cache/context-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:507-526", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:338-357", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:358-372", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:432-451", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:417-436", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:500-519", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:686-702", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "module": "./.cache/static-query.js + 1 modules", + "moduleName": "./.cache/static-query.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:188-204", + "moduleId": 1757, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "module": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:134-150", + "moduleId": 6945, + "resolvedModuleId": 6945 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:98-107", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:386-405", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:475-494", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:535-554", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:595-614", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:656-675", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1035-1054", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1128-1147", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1191-1210", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1346-1365", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1756-1775", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2144-2163", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:277-296", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:335-354", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:392-411", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:455-474", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:503-522", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:554-573", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:628-647", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:691-710", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:755-774", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:799-818", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:854-873", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:921-940", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:986-1005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1132-1151", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1199-1218", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1267-1286", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1391-1410", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1458-1477", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1528-1547", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1671-1690", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1737-1756", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1823-1842", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:69-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:131-150", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:215-234", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:275-294", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:337-356", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:409-428", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:691-710", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:812-831", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:917-936", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:986-1005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "module": "./src/Containers/Sections/PowerFulTools/index.tsx", + "moduleName": "./src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1081-1100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:111-120", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:995-1014", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1084-1103", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1144-1163", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1212-1231", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1276-1295", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1566-1585", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1659-1678", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1718-1737", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1853-1872", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1935-1954", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1983-2002", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2061-2080", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2123-2142", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2172-2191", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2299-2318", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2348-2367", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2500-2519", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2549-2568", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:114-133", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:176-195", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:260-279", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:320-339", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:384-403", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:451-470", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:812-831", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:898-917", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1004-1023", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1063-1082", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1206-1225", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1268-1287", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1584-1603", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:103-112", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:646-665", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:727-746", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:787-806", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:862-881", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:928-947", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1278-1297", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1376-1395", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1435-1454", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1520-1539", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1815-1834", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1880-1899", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1964-1983", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:90-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:174-193", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:234-253", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:306-325", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:530-549", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:589-608", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:703-722", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:795-814", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:918-937", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1024-1043", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1139-1158", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1251-1270", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1363-1382", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1451-1470", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1565-1584", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1657-1676", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1770-1789", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1879-1898", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:107-116", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:347-366", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:409-428", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:495-514", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:555-574", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:616-635", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:680-699", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1011-1030", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1105-1124", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1166-1185", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1222-1241", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1368-1387", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1424-1443", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1482-1501", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1650-1669", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1706-1725", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1764-1783", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1952-1971", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2008-2027", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2066-2085", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2124-2143", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2182-2201", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2240-2259", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2298-2317", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2356-2375", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2417-2436", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2698-2717", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2754-2773", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2812-2831", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:128-136", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:144-153", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:626-645", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:646-660", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:690-709", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1059-1078", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "module": "./src/components/BackToTop/index.tsx", + "moduleName": "./src/components/BackToTop/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1190-1209", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-28", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:189-208", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:237-256", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:311-330", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:366-385", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-28", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:204-223", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:271-290", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:326-345", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:424-443", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:508-527", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:574-593", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:657-676", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:785-804", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:204-223", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:271-290", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:326-345", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:424-443", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:508-527", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:574-593", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:657-676", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:785-804", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-28", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:144-163", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:211-230", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:254-273", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:324-343", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:439-458", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:523-542", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:589-608", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:657-676", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:337-356", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:412-431", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:456-475", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:512-531", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:618-637", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:682-701", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:739-758", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:892-911", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:976-995", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1048-1067", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1114-1133", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1173-1192", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1238-1257", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1333-1352", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:140-159", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:188-207", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:262-281", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:329-348", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:379-398", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "module": "./src/components/Conf/Button/index.tsx", + "moduleName": "./src/components/Conf/Button/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "module": "./src/components/Conf/Button/index.tsx", + "moduleName": "./src/components/Conf/Button/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:146-165", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "module": "./src/components/Conf/Button/index.tsx", + "moduleName": "./src/components/Conf/Button/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:420-439", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "resolvedModule": "./static/img/conf/Partners/EscapeTechnologies.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLWeekly.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLwtf.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLwtf.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "resolvedModule": "./static/img/conf/Partners/GraphQLwtf.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:26-45", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:36-55", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "23:33-52", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "25:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:39-58", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:86-105", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "resolvedModule": "./static/img/conf/Partners/TypeGraphQL.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:20-39", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:39-58", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:86-105", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "resolvedModule": "./static/img/conf/Sponsors/Graphabase.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hasura.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:26-45", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:36-55", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:33-52", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:87-106", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/Hygraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Inigo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "resolvedModule": "./static/img/conf/Sponsors/Neo4j.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "48:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "54:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "57:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "60:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "resolvedModule": "./static/img/conf/Sponsors/Postman.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "63:42-61", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:20-39", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:39-58", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:86-105", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:20-39", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "48:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "50:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "resolvedModule": "./static/img/conf/Sponsors/Solo.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "55:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "resolvedModule": "./static/img/conf/Sponsors/Stellate.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "resolvedModule": "./static/img/conf/Sponsors/StepZen.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:26-45", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:36-55", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "17:20-39", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:38-57", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:33-52", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "32:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:40-59", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:87-106", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:39-58", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:86-105", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "resolvedModule": "./static/img/conf/Sponsors/TheGuild.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:38-57", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "48:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "54:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "57:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "60:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "63:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "69:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "72:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "75:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "78:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "81:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "84:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "87:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "90:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "93:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "96:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "99:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "102:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "105:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "108:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "111:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "114:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "117:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "120:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "123:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "126:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "129:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "135:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "138:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "141:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "144:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "147:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "150:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "153:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "156:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "159:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "162:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "165:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "168:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "171:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "174:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "177:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "180:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "183:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "186:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "189:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "192:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "195:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "198:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "201:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "204:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "207:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "210:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "213:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "216:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "219:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "222:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "225:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "228:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "231:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "234:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "237:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "240:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "243:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "246:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "249:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "255:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "258:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "261:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "264:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "267:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "270:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "273:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "276:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "279:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "282:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "285:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "288:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "291:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "294:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "297:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "300:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "303:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "306:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "309:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "312:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "315:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "318:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "321:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "324:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "327:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "330:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "333:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "336:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "339:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "342:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "345:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "348:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "351:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "354:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "357:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "360:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "363:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "366:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "369:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "372:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "375:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "378:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "381:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "384:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "387:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "390:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "393:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "396:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "399:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "402:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "405:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "408:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "411:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "414:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "417:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "420:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "423:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "426:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "429:19-38", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "432:39-58", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "432:86-105", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "resolvedModule": "./static/img/conf/Sponsors/WunderGraph.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "434:18-37", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:539-558", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:559-573", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:608-627", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:660-679", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:752-771", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:884-903", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:958-977", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1061-1080", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1185-1204", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1276-1295", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1322-1341", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1459-1478", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1559-1578", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1709-1728", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1843-1862", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1959-1978", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2003-2022", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:317-336", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:337-351", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:370-389", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:502-521", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:573-592", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:711-730", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:783-802", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:921-940", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:993-1012", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1151-1170", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1335-1354", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1481-1500", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1562-1581", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1711-1730", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1922-1941", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2528-2547", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2684-2703", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2846-2865", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:52-77", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:228-247", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:374-393", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:707-726", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:775-794", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1101-1120", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1181-1200", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1250-1269", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1326-1345", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1403-1422", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1520-1539", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1598-1617", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1725-1744", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1799-1818", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1936-1955", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2012-2031", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2151-2170", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2241-2260", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2367-2386", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2436-2455", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2512-2531", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2596-2615", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2737-2756", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2825-2844", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:19-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:5-14", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:294-313", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:337-356", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:516-524", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:639-658", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:765-784", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:880-899", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:965-984", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1009-1028", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1120-1139", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1175-1194", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-35", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:305-324", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:325-339", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:374-393", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:633-641", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:738-757", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:861-880", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1001-1020", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1089-1108", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1221-1240", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1340-1359", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1726-1745", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1860-1879", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1964-1983", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2014-2033", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2116-2135", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2233-2252", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2316-2335", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2396-2415", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "module": "./src/components/Conf/Layout/index.tsx", + "moduleName": "./src/components/Conf/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "resolvedModule": "./src/components/Conf/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 187, + "resolvedModuleId": 187 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "module": "./src/components/Conf/Layout/index.tsx", + "moduleName": "./src/components/Conf/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "resolvedModule": "./src/components/Conf/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:165-184", + "moduleId": 187, + "resolvedModuleId": 187 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "module": "./src/components/Conf/Section/index.tsx", + "moduleName": "./src/components/Conf/Section/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "resolvedModule": "./src/components/Conf/Section/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 5704, + "resolvedModuleId": 5704 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "module": "./src/components/Conf/Section/index.tsx", + "moduleName": "./src/components/Conf/Section/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "resolvedModule": "./src/components/Conf/Section/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:0-19", + "moduleId": 5704, + "resolvedModuleId": 5704 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "module": "./src/components/Conf/Section/index.tsx", + "moduleName": "./src/components/Conf/Section/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "resolvedModule": "./src/components/Conf/Section/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:79-98", + "moduleId": 5704, + "resolvedModuleId": 5704 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "module": "./src/components/Conf/Section/index.tsx", + "moduleName": "./src/components/Conf/Section/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "resolvedModule": "./src/components/Conf/Section/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:122-141", + "moduleId": 5704, + "resolvedModuleId": 5704 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1083-1102", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1103-1117", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1136-1155", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1189-1208", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1271-1290", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1348-1367", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1437-1456", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1514-1533", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1700-1719", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1782-1801", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1875-1894", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1960-1979", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2050-2069", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "module": "./src/components/Conf/Seo/index.tsx", + "moduleName": "./src/components/Conf/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "resolvedModule": "./src/components/Conf/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2128-2147", + "moduleId": 852, + "resolvedModuleId": 852 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:317-336", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:337-351", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:370-389", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:502-521", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:573-592", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:711-730", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:783-802", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:921-940", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:993-1012", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1151-1170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1335-1354", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1481-1500", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1562-1581", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1711-1730", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1922-1941", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2528-2547", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2684-2703", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2846-2865", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:52-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:228-247", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:374-393", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:707-726", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:775-794", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1101-1120", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1181-1200", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1250-1269", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1326-1345", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1403-1422", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1520-1539", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1598-1617", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1725-1744", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1799-1818", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1936-1955", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2012-2031", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2151-2170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2241-2260", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2367-2386", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2436-2455", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2512-2531", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2596-2615", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2737-2756", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:2825-2844", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:256-275", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:304-323", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:373-392", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:442-461", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:525-544", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:628-647", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:684-703", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:758-777", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:825-844", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:875-894", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1120-1139", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1215-1234", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1315-1334", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1414-1433", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:247-266", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:295-314", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:369-388", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:436-455", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:486-505", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:731-750", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:826-845", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:926-945", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1025-1044", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:254-273", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:300-319", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:507-526", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:604-623", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:650-669", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:782-801", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:826-845", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:884-903", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:992-1011", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1080-1099", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "module": "./src/components/FAQLayout/index.tsx", + "moduleName": "./src/components/FAQLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "module": "./src/components/FAQLayout/index.tsx", + "moduleName": "./src/components/FAQLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:145-164", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "module": "./src/components/FAQLayout/index.tsx", + "moduleName": "./src/components/FAQLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:193-212", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "module": "./src/components/FAQLayout/index.tsx", + "moduleName": "./src/components/FAQLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:267-286", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "module": "./src/components/FAQSection/index.tsx", + "moduleName": "./src/components/FAQSection/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "resolvedModule": "./src/components/FAQSection/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 6210, + "resolvedModuleId": 6210 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "module": "./src/components/FAQSection/index.tsx", + "moduleName": "./src/components/FAQSection/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "resolvedModule": "./src/components/FAQSection/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:142-161", + "moduleId": 6210, + "resolvedModuleId": 6210 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "module": "./src/components/FAQSection/index.tsx", + "moduleName": "./src/components/FAQSection/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "resolvedModule": "./src/components/FAQSection/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:217-236", + "moduleId": 6210, + "resolvedModuleId": 6210 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "module": "./src/components/FAQSection/index.tsx", + "moduleName": "./src/components/FAQSection/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "resolvedModule": "./src/components/FAQSection/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:267-286", + "moduleId": 6210, + "resolvedModuleId": 6210 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2028-2047", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2072-2091", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2119-2138", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2184-2203", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2317-2336", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2364-2383", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2420-2439", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2492-2511", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2592-2611", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2713-2732", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2789-2808", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2950-2969", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:3084-3103", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:256-275", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:304-323", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:368-387", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:437-456", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:520-539", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:637-656", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:693-712", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:767-786", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:834-853", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:884-903", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1129-1148", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1224-1243", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1324-1343", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1423-1442", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:183-202", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:230-249", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:278-297", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:346-365", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:401-420", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:452-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:450-469", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:494-513", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:587-606", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:651-670", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "resolvedModule": "./static/img/edit.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "resolvedModule": "./static/img/edit.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "resolvedModule": "./static/img/edit.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "resolvedModule": "./static/img/logos/stackoverflow.svg", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-31", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "resolvedModule": "./static/img/logos/stackoverflow.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:22-41", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "resolvedModule": "./static/img/logos/stackoverflow.svg", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:44-63", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-45", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:128-136", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:144-153", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:626-645", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:646-660", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:690-709", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1059-1078", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "resolvedModule": "./src/components/BackToTop/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1190-1209", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2028-2047", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2072-2091", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2119-2138", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2184-2203", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2317-2336", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2364-2383", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2420-2439", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2492-2511", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2592-2611", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2713-2732", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2789-2808", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2950-2969", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:3084-3103", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:183-202", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:230-249", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:278-297", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:346-365", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:401-420", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:452-471", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:314-333", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:334-348", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:367-386", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:444-463", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:581-600", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:671-690", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:910-929", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1017-1036", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1072-1091", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1138-1157", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "module": "./src/components/Link/index.tsx", + "moduleName": "./src/components/Link/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "resolvedModule": "./src/components/Link/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 2748, + "resolvedModuleId": 2748 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "module": "./src/components/Link/index.tsx", + "moduleName": "./src/components/Link/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "resolvedModule": "./src/components/Link/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:197-216", + "moduleId": 2748, + "resolvedModuleId": 2748 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "module": "./src/components/Link/index.tsx", + "moduleName": "./src/components/Link/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "resolvedModule": "./src/components/Link/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:348-367", + "moduleId": 2748, + "resolvedModuleId": 2748 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", + "module": "./src/components/Logo/index.tsx", + "moduleName": "./src/components/Logo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", + "resolvedModule": "./src/components/Logo/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 9807, + "resolvedModuleId": 9807 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", + "module": "./src/components/Logo/index.tsx", + "moduleName": "./src/components/Logo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", + "resolvedModule": "./src/components/Logo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:99-118", + "moduleId": 9807, + "resolvedModuleId": 9807 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "module": "./src/components/Marked/Header.tsx", + "moduleName": "./src/components/Marked/Header.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "module": "./src/components/Marked/Header.tsx", + "moduleName": "./src/components/Marked/Header.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:19-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "module": "./src/components/Marked/Header.tsx", + "moduleName": "./src/components/Marked/Header.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:66-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "module": "./src/components/Marked/Header.tsx", + "moduleName": "./src/components/Marked/Header.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:164-183", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:3-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:248-267", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:454-473", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:568-587", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:641-660", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:849-868", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:902-917", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:386-405", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:485-500", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "47:465-484", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "47:566-581", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "67:723-742", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:354-369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:19-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:66-85", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:164-183", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:3-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:248-267", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:454-473", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:568-587", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:641-660", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:849-868", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:902-917", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:386-405", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:485-500", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "47:465-484", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "47:566-581", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "67:723-742", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:354-369", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "6:3-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "6:270-289", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "74:207-226", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "75:110-129", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "80:91-110", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "81:87-106", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "82:89-108", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "83:87-106", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "84:88-107", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "89:173-192", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "89:414-433", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "105:111-130", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "105:202-221", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "105:897-916", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "105:1024-1043", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "106:111-130", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "106:245-264", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "106:311-330", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:122-141", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:276-295", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:340-359", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:402-421", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:564-583", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:772-791", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:990-1009", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:1167-1186", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:1255-1274", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:1491-1510", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "107:1688-1707", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "111:1063-1082", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "111:1127-1146", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:172-191", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:411-430", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:456-475", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:617-636", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:734-753", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "4:0-34", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "module": "./src/components/Prism/index.tsx + 4 modules", + "moduleName": "./src/components/Prism/index.tsx + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "332:2-11", + "moduleId": 6469, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "module": "./src/components/Search/index.tsx", + "moduleName": "./src/components/Search/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "resolvedModule": "./src/components/Search/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": 8235, + "resolvedModuleId": 8235 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "module": "./src/components/Search/index.tsx", + "moduleName": "./src/components/Search/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "resolvedModule": "./src/components/Search/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:0-9", + "moduleId": 8235, + "resolvedModuleId": 8235 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "module": "./src/components/Search/index.tsx", + "moduleName": "./src/components/Search/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "resolvedModule": "./src/components/Search/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1015-1034", + "moduleId": 8235, + "resolvedModuleId": 8235 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "module": "./src/components/Search/index.tsx", + "moduleName": "./src/components/Search/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "resolvedModule": "./src/components/Search/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1091-1110", + "moduleId": 8235, + "resolvedModuleId": 8235 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:202-221", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:222-236", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:255-274", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:352-371", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:496-515", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:587-606", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:673-692", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-31", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "6:22-41", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:18-37", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:18-37", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:73-92", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:22-41", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-31", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:22-41", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:69-88", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:119-138", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:18-37", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:99-118", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:21-40", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:22-41", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-31", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:22-41", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:69-88", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:22-41", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-40", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:22-41", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:68-87", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:149-168", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:73-92", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:252-271", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:354-373", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:100-119", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:57-76", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:453-472", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:518-537", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:81-100", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:131-150", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:208-227", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:368-387", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:50-69", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "26:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:208-227", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:253-272", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:393-412", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:438-457", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:502-521", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:589-608", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:634-653", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:794-813", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:839-858", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:923-942", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:1018-1037", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:213-232", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:258-277", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:394-413", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:439-458", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:499-518", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:583-602", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:628-647", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:856-875", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:901-920", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:1039-1058", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:47-66", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:97-116", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:163-182", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:247-266", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:354-373", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:31-50", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:76-95", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:128-147", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:195-214", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:248-267", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:319-338", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:372-391", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:417-436", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:39-58", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:93-112", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:156-175", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:34-53", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:79-98", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:135-154", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:188-207", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:245-264", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:290-309", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "50:42-61", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:48-67", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "54:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:176-195", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:221-240", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:380-399", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:425-444", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:552-571", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:168-187", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:213-232", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:342-361", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:387-406", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:526-545", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:576-595", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:650-669", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:831-850", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "64:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "70:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "74:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "79:21-40", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "87:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "96:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "102:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "108:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "116:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "122:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "128:22-41", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "130:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:193-212", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:238-257", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "132:352-371", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "134:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "136:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "136:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "136:109-128", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "136:251-270", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "138:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "140:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "140:65-84", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "140:111-130", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "140:253-272", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "142:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "144:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "144:65-84", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "144:111-130", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "144:223-242", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "146:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "148:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "150:21-40", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "150:66-85", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "150:112-131", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "150:220-239", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "152:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "154:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "154:65-84", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "154:111-130", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "154:232-251", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "156:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "156:65-84", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "156:111-130", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "156:208-227", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "158:22-41", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "158:79-98", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "158:248-267", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "163:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "168:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "173:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "173:79-98", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "173:260-279", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "175:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "180:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "185:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "190:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "195:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "200:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "205:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "210:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "212:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "214:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "214:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "214:191-210", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "214:236-255", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "214:390-409", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "216:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "221:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "226:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "232:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "237:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "243:19-38", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "248:20-39", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "250:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:63-82", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:163-182", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:208-227", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:337-356", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:382-401", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:495-514", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:540-559", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "252:708-727", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "254:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "257:22-41", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "265:6-14", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "266:22-41", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "268:18-37", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "268:66-85", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "272:82-101", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "276:42-61", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:0-50", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:6-14", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:6-14", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:90-109", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:73-92", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:45-64", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:70-89", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "41:42-61", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:70-89", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "47:50-69", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "49:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "49:79-98", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "49:169-188", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:72-91", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "51:158-177", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "53:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "53:74-93", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "53:150-169", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "55:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "55:86-105", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "55:133-152", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "57:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "64:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "64:112-131", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "67:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "77:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "79:38-57", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "89:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "89:42-56", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "89:77-96", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "92:121-140", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "97:49-68", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "127:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "129:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "136:19-38", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "147:6-14", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "155:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "158:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "160:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "162:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "162:72-91", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "162:136-155", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "162:186-205", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "164:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "166:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "168:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "168:212-231", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "170:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "170:72-91", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "172:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "175:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "175:85-104", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "178:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "178:74-93", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "181:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "181:80-99", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "184:39-58", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "186:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "188:31-50", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "193:19-38", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "198:20-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "202:24-43", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "206:20-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "209:20-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "220:24-43", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "223:20-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "225:20-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "227:73-92", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "231:26-45", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "231:46-54", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "233:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "238:23-42", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "242:63-82", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "245:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "247:37-56", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "251:20-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "254:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "256:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "258:28-47", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "260:18-37", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "260:38-46", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "260:67-86", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "263:50-69", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "266:34-53", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "269:19-38", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "272:19-38", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "272:64-83", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "275:31-50", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "278:25-44", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "280:21-40", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "280:108-127", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "285:22-41", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:252-271", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:276-295", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:45-59", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:80-99", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:823-842", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:1147-1166", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:1220-1239", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:45-59", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:80-99", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:447-466", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:172-191", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:258-277", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:82-101", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "35:52-71", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:64-83", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:51-70", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:249-268", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:45-59", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "45:80-99", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "49:19-38", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "49:154-173", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:45-59", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:80-99", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:151-170", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "56:483-502", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "59:127-146", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "59:203-222", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "59:319-338", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "62:33-52", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:25-44", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:45-59", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:80-99", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:143-162", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:237-256", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "69:183-202", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:61-80", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:552-571", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:683-702", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:746-765", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "71:915-934", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "77:22-41", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "77:73-92", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "77:125-144", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "79:18-37", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "81:18-37", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "81:83-102", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "83:31-50", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "86:18-37", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "88:44-63", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "92:34-53", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "95:22-41", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-52", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "3:19-25", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:5-14", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:294-313", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:337-356", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:516-524", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:639-658", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:765-784", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:880-899", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:965-984", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1009-1028", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1120-1139", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:1175-1194", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:22-41", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:73-92", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:19-38", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:18-37", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:18-37", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:19-38", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:74-93", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "28:22-41", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "30:18-37", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "33:40-59", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "39:22-41", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-62", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:12-31", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "6:8-27", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:12-31", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:8-27", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "358:11-30", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "360:29-38", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "370:26-35", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "371:25-34", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "372:31-40", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "373:27-36", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "374:23-32", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "629:18-37", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "631:22-41", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "633:35-54", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "634:16-35", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "636:18-37", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "637:18-37", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "637:38-52", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "641:16-35", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "642:12-31", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "643:24-43", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "644:16-35", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "645:20-39", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "646:66-85", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "647:16-35", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "648:16-35", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "688:36-44", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "689:11-30", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:22-41", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:73-92", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:125-144", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:18-37", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:93-112", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:18-37", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:118-137", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:265-284", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:427-446", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:471-490", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:586-605", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:658-677", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:18-37", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:67-86", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:23-42", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:22-41", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:146-165", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:420-439", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-40", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:25-44", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "17:25-44", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "23:25-44", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:25-44", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:45-59", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:80-99", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:175-194", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "31:103-122", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:65-84", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:384-403", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:571-590", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:913-932", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:1193-1212", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:1467-1486", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:1599-1618", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "38:25-44", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "38:45-59", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "38:80-99", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "38:469-488", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:18-37", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:118-137", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:231-250", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:334-353", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:769-788", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:840-859", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "40:1135-1154", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:107-126", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:930-949", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:1004-1023", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:1291-1310", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:117-136", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "46:514-533", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:25-44", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:45-59", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:80-99", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:158-177", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:443-462", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "52:531-550", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "58:22-41", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "62:24-43", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "62:44-52", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "64:20-39", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "66:29-48", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "73:22-41", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "73:73-92", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "73:125-144", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "75:18-37", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "77:18-37", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "77:88-107", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "79:18-37", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "79:322-341", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "79:472-491", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "81:64-83", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "83:41-60", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "85:43-62", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "87:264-283", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "90:130-149", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "92:31-50", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "95:18-37", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "97:44-63", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "101:34-53", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "104:22-41", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:22-41", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "23:18-37", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "23:68-87", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "25:18-37", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:18-37", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:100-119", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:24-43", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "43:22-41", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-38", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:353-361", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:482-491", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:820-829", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1183-1192", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:22-41", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:18-37", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:18-37", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:18-37", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:94-113", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "15:146-165", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "17:281-300", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "17:353-372", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "19:92-111", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "21:49-68", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "23:58-77", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "25:63-82", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "36:22-41", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:0-70", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1543:18-24", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1552:2-11", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1562:2-21", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1575:22-41", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:98-107", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:386-405", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:475-494", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:535-554", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:595-614", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:656-675", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1035-1054", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1128-1147", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1191-1210", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1346-1365", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1756-1775", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2144-2163", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:25-50", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:277-296", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:335-354", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:392-411", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:455-474", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:503-522", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:554-573", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:628-647", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:691-710", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:755-774", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:799-818", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:854-873", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:921-940", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:986-1005", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1132-1151", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1199-1218", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1267-1286", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1391-1410", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1458-1477", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1528-1547", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1671-1690", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1737-1756", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1823-1842", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:69-88", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:131-150", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:215-234", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:275-294", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:337-356", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:409-428", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:691-710", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:812-831", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:917-936", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:986-1005", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "resolvedModule": "./src/Containers/Sections/PowerFulTools/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1081-1100", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:111-120", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:995-1014", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1084-1103", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1144-1163", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1212-1231", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1276-1295", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1566-1585", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1659-1678", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1718-1737", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1853-1872", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1935-1954", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1983-2002", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2061-2080", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2123-2142", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2172-2191", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2299-2318", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2348-2367", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2500-2519", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2549-2568", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:114-133", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:176-195", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:260-279", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:320-339", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:384-403", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:451-470", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:812-831", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:898-917", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1004-1023", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1063-1082", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1206-1225", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1268-1287", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1584-1603", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:103-112", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:646-665", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:727-746", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:787-806", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:862-881", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:928-947", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1278-1297", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1376-1395", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1435-1454", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1520-1539", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1815-1834", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1880-1899", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1964-1983", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:90-109", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:174-193", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:234-253", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:306-325", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:530-549", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:589-608", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:703-722", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:795-814", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:918-937", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1024-1043", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1139-1158", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1251-1270", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1363-1382", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1451-1470", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1565-1584", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1657-1676", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1770-1789", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1879-1898", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-36", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:107-116", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:347-366", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:409-428", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:495-514", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:555-574", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:616-635", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:680-699", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1011-1030", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1105-1124", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1166-1185", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1222-1241", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1368-1387", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1424-1443", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1482-1501", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1650-1669", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1706-1725", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1764-1783", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1952-1971", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2008-2027", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2066-2085", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2124-2143", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2182-2201", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2240-2259", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2298-2317", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2356-2375", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2417-2436", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2698-2717", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2754-2773", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2812-2831", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:22-41", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:18-37", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "20:64-83", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:18-37", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "24:18-37", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:19-38", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:65-84", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "27:175-194", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:78-97", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "29:124-143", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "32:40-59", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:18-37", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:97-116", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:494-513", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:554-573", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:609-628", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:661-680", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:716-735", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:773-792", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "34:831-850", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:22-41", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "8:22-41", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:18-37", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "12:18-37", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:18-37", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:93-112", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:266-285", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:344-363", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "14:432-451", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:64-83", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "18:38-57", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "37:22-41", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:140-159", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:188-207", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:262-281", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:329-348", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:379-398", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:256-275", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:304-323", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:373-392", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:442-461", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:525-544", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:628-647", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:684-703", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:758-777", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:825-844", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:875-894", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1120-1139", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1215-1234", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1315-1334", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1414-1433", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:247-266", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:295-314", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:369-388", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:436-455", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:486-505", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:731-750", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:826-845", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:926-945", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1025-1044", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:254-273", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:300-319", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:507-526", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:604-623", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:650-669", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:782-801", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:826-845", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:884-903", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:992-1011", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1080-1099", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:145-164", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:193-212", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:267-286", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-25", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:256-275", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:304-323", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:368-387", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:437-456", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:520-539", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:637-656", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:693-712", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:767-786", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:834-853", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:884-903", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1129-1148", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1224-1243", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1324-1343", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1423-1442", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-26", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "42:22-41", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "44:18-37", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "68:22-41", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-31", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:22-41", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:69-88", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "11:119-138", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:18-37", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:99-118", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "16:21-40", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "22:22-41", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "module": "./src/utils/useFAQAccordion.ts", + "moduleName": "./src/utils/useFAQAccordion.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "module": "./src/utils/useFAQAccordion.ts", + "moduleName": "./src/utils/useFAQAccordion.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:353-361", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "module": "./src/utils/useFAQAccordion.ts", + "moduleName": "./src/utils/useFAQAccordion.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:482-491", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "module": "./src/utils/useFAQAccordion.ts", + "moduleName": "./src/utils/useFAQAccordion.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:820-829", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "module": "./src/utils/useFAQAccordion.ts", + "moduleName": "./src/utils/useFAQAccordion.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "resolvedModule": "./src/utils/useFAQAccordion.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:1183-1192", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1543:18-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1552:2-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1562:2-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1575:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "4:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "332:2-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "module": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "moduleName": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "resolvedModule": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "13:20-36", + "moduleId": 4448, + "resolvedModuleId": 4448 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "module": "./node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "moduleName": "./node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "resolvedModule": "./node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:19-35", + "moduleId": 9730, + "resolvedModuleId": 9730 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-24", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:24-45", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2098-2119", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2260-2281", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2326-2341", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2412-2424", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2434-2446", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2592-2603", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:2789-2804", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:4845-4855", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:4881-4895", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:5733-5734", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:5976-5991", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6437-6448", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6632-6647", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6751-6761", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6766-6774", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6779-6788", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6861-6876", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:6911-6926", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7104-7119", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7140-7155", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7350-7360", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7399-7411", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7458-7471", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7525-7536", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7583-7594", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7811-7826", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:7943-7958", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8096-8111", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8495-8510", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8655-8663", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8668-8676", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8683-8691", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8697-8705", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8720-8728", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8733-8744", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8798-8809", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:8977-8990", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9121-9136", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9313-9328", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9446-9464", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9671-9685", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9720-9735", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9859-9874", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:9930-9945", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:26-47", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:1886-1901", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:1938-1953", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:1996-2007", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:3838-3853", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:4271-4286", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:4405-4417", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:4438-4453", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:0-37", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:941-956", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:981-996", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:1081-1082", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "2:1499-1514", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "1:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "5:12-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "6:8-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "9:12-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "10:8-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "358:11-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "360:29-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "370:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "371:25-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "372:31-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "373:27-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "374:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "629:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "631:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "633:35-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "634:16-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "636:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "637:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "637:38-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "641:16-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "642:12-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "643:24-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "644:16-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "645:20-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "646:66-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "647:16-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "648:16-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "688:36-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react", + "loc": "689:11-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "Children", + "Component", + "Fragment", + "Profiler", + "PureComponent", + "StrictMode", + "Suspense", + "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", + "cloneElement", + "createContext", + "createElement", + "createFactory", + "createRef", + "forwardRef", + "isValidElement", + "lazy", + "memo", + "startTransition", + "unstable_act", + "useCallback", + "useContext", + "useDebugValue", + "useDeferredValue", + "useEffect", + "useId", + "useImperativeHandle", + "useInsertionEffect", + "useLayoutEffect", + "useMemo", + "useReducer", + "useRef", + "useState", + "useSyncExternalStore", + "useTransition", + "version" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:2-60", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2088, + "sizes": { + "javascript": 2088 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js|041a10ef8c5101b608e821140faecebd", + "name": "./.cache/emitter.js + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "index": 19, + "preOrderIndex": 19, + "index2": 13, + "postOrderIndex": 13, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8299, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "1:248-279", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "56:923-935", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "1:244-275", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "11:32-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "1:244-275", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "11:32-44", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "1:489-520", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "2:305-312", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 1, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 67, + "sizes": { + "javascript": 67 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "name": "./.cache/emitter.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "index": 19, + "preOrderIndex": 19, + "index2": 13, + "postOrderIndex": 13, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:23-44" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2021, + "sizes": { + "javascript": 2021 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", + "name": "./node_modules/mitt/dist/mitt.es.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", + "index": 20, + "preOrderIndex": 20, + "index2": 12, + "postOrderIndex": 12, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "issuerName": "./.cache/emitter.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "name": "./.cache/emitter.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "module": "./.cache/emitter.js", + "moduleName": "./.cache/emitter.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "resolvedModule": "./.cache/emitter.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "mitt", + "loc": "1:0-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "module": "./.cache/emitter.js", + "moduleName": "./.cache/emitter.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "resolvedModule": "./.cache/emitter.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "mitt", + "loc": "1:37-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11464, + "sizes": { + "javascript": 11464 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "name": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "index": 22, + "preOrderIndex": 22, + "index2": 18, + "postOrderIndex": 18, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7896, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "module": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "7:19-52", + "moduleId": 4855, + "resolvedModuleId": 4855 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "1:0-41", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "17:207-211", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "25:211-215", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "1:170-223", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "15:188-204", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "1:332-408", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "5:25-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "20:252-265", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "29:0-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "1:170-223", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "15:188-204", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "1:332-408", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "5:25-47", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "20:252-265", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "29:0-20", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "1:153-226", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "12:59-79", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "12:578-586", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "12:1899-1905", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "21:282-290", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@reach/router", + "loc": "1:65-104", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@reach/router", + "loc": "1:304-315", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:47-120", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:1551-1552", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:1902-1903", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:3854-3855", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:37-104", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:957-958", + "moduleId": 3521, + "resolvedModuleId": 3521 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "module": "./node_modules/gatsby-script/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-script/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@gatsbyjs/reach-router", + "loc": "2:1074-1075", + "moduleId": 3521, + "resolvedModuleId": 3521 + } + ], + "usedExports": true, + "providedExports": [ + "BaseContext", + "Link", + "Location", + "LocationContext", + "LocationProvider", + "Match", + "Redirect", + "Router", + "ServerLocation", + "createHistory", + "createMemorySource", + "globalHistory", + "insertParams", + "isRedirect", + "match", + "navigate", + "pick", + "redirectTo", + "resolve", + "shallowCompare", + "startsWith", + "useBaseContext", + "useLocation", + "useLocationContext", + "useMatch", + "useNavigate", + "useParams", + "validateRedirect" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:456-2075", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/invariant/browser.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/prop-types/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 308, + "sizes": { + "javascript": 308 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/strip-prefix.js", + "name": "./.cache/strip-prefix.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/strip-prefix.js", + "index": 29, + "preOrderIndex": 29, + "index2": 21, + "postOrderIndex": 21, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1505, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./strip-prefix", + "loc": "1:41-81", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./strip-prefix", + "loc": "2:22-33", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./strip-prefix", + "loc": "1:774-814", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./strip-prefix", + "loc": "12:2118-2129", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./strip-prefix", + "loc": "21:128-139", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 259, + "sizes": { + "javascript": 259 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "name": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "index": 37, + "preOrderIndex": 37, + "index2": 31, + "postOrderIndex": 31, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4578, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:247-261", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:98-167", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "9:367-381", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:0-69", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "74:230-244", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "29:276-290", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "30:58-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:0-69", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:247-261", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:0-69", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "29:276-290", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "30:58-72", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:0-69", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "12:329-343", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "12:1380-1394", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:98-167", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "9:367-381", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:85-154", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "8:171-185", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "22:60-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "46:61-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "58:63-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "1:85-154", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "8:171-185", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "22:60-74", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "46:61-75", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/inheritsLoose", + "loc": "58:63-77", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js: Module ./.cache/gatsby-browser-entry.js is referenced from different chunks by these modules: ./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js, ./src/Containers/Sections/Hero/index.tsx, ./src/Containers/Sections/WhosUsing/index.tsx, ./src/components/BlogPost/index.tsx, ./src/components/BlogPostPreview/index.tsx, ./src/components/BlogSidebar/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/DocsSidebar/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/components/Header/index.tsx, ./src/components/Link/index.tsx, ./src/components/Seo/index.tsx, ./src/pages/conf/gallery.tsx, ./src/pages/conf/sched.tsx" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 13077, + "sizes": { + "javascript": 13077 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "name": "./.cache/page-renderer.js + 4 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "index": 41, + "preOrderIndex": 41, + "index2": 43, + "postOrderIndex": 43, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4779, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./page-renderer", + "loc": "1:520-562", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./page-renderer", + "loc": "12:148-160", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "module": "./.cache/public-page-renderer-prod.js", + "moduleName": "./.cache/public-page-renderer-prod.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "resolvedModule": "./.cache/public-page-renderer-prod.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./page-renderer", + "loc": "1:54-104", + "moduleId": 224, + "resolvedModuleId": 224 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "module": "./.cache/public-page-renderer-prod.js", + "moduleName": "./.cache/public-page-renderer-prod.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "resolvedModule": "./.cache/public-page-renderer-prod.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./page-renderer", + "loc": "1:283-303", + "moduleId": 224, + "resolvedModuleId": 224 + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/api-runner-browser.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/find-path.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is referenced from different chunks by these modules: ./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js, ./src/Containers/Sections/Hero/index.tsx, ./src/Containers/Sections/WhosUsing/index.tsx, ./src/components/BlogPost/index.tsx, ./src/components/BlogPostPreview/index.tsx, ./src/components/BlogSidebar/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/DocsSidebar/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/components/Header/index.tsx, ./src/components/Link/index.tsx, ./src/components/Seo/index.tsx, ./src/pages/conf/gallery.tsx, ./src/pages/conf/sched.tsx", + "ModuleConcatenation bailout: Cannot concat with ./.cache/react-dom-utils.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/prop-types/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js: Module ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js is referenced from different chunks by these modules: ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is referenced from different chunks by these modules: ./src/components/BlogSidebar/index.tsx" + ], + "depth": 1, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1293, + "sizes": { + "javascript": 1293 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "index": 41, + "preOrderIndex": 41, + "index2": 43, + "postOrderIndex": 43, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:841-1007" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4295, + "sizes": { + "javascript": 4295 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "index": 42, + "preOrderIndex": 42, + "index2": 42, + "postOrderIndex": 42, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "issuerName": "./.cache/page-renderer.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "module": "./.cache/page-renderer.js", + "moduleName": "./.cache/page-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./head/head-export-handler-for-browser", + "loc": "1:168-242", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "module": "./.cache/page-renderer.js", + "moduleName": "./.cache/page-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./head/head-export-handler-for-browser", + "loc": "2:519-540", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "headHandlerForBrowser" + ], + "providedExports": [ + "headHandlerForBrowser" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:561-608" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 204, + "sizes": { + "javascript": 204 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "name": "./.cache/head/components/fire-callback-in-effect.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "index": 49, + "preOrderIndex": 49, + "index2": 39, + "postOrderIndex": 39, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "issuerName": "./.cache/head/head-export-handler-for-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./components/fire-callback-in-effect", + "loc": "1:269-340", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./components/fire-callback-in-effect", + "loc": "15:20-40", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "FireCallbackInEffect" + ], + "providedExports": [ + "FireCallbackInEffect" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-29" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7182, + "sizes": { + "javascript": 7182 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "name": "./.cache/head/utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "index": 50, + "preOrderIndex": 50, + "index2": 41, + "postOrderIndex": 41, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "issuerName": "./.cache/head/head-export-handler-for-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils", + "loc": "1:340-516", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "1:750-780", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "1:939-965", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:260-269", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "12:341-360", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "12:481-496", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "15:253-275", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "15:278-305", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "applyHtmlAndBodyAttributes", + "diffNodes", + "filterHeadProps", + "getValidHeadNodesAndAttributes", + "headExportValidator", + "removeHtmlAndBodyAttributes", + "removePrevHeadElements" + ], + "providedExports": [ + "applyHtmlAndBodyAttributes", + "diffNodes", + "filterHeadProps", + "getValidHeadNodesAndAttributes", + "headExportValidator", + "isElementType", + "isEqualNode", + "isValidNodeName", + "removeHtmlAndBodyAttributes", + "removePrevHeadElements", + "warnForInvalidTag" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", + "name": "./.cache/head/constants.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", + "index": 51, + "preOrderIndex": 51, + "index2": 40, + "postOrderIndex": 40, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "issuerName": "./.cache/head/utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "name": "./.cache/head/utils.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./constants", + "loc": "1:77-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./constants", + "loc": "11:286-307", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./constants", + "loc": "32:985-1010", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "VALID_NODE_NAMES" + ], + "providedExports": [ + "VALID_NODE_NAMES" + ], + "optimizationBailout": [], + "depth": 4 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 334, + "sizes": { + "javascript": 334 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "name": "./.cache/react-dom-utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "index": 43, + "preOrderIndex": 43, + "index2": 38, + "postOrderIndex": 38, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4941, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../react-dom-utils", + "loc": "1:223-269", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../react-dom-utils", + "loc": "12:395-408", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../react-dom-utils", + "loc": "1:223-269", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../react-dom-utils", + "loc": "12:395-408", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./react-dom-utils", + "loc": "2:50-95", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./react-dom-utils", + "loc": "2:236-249", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "reactDOMUtils" + ], + "providedExports": [ + "reactDOMUtils" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-24" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 348, + "sizes": { + "javascript": 348 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "index": 52, + "preOrderIndex": 52, + "index2": 53, + "postOrderIndex": 53, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9679, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-react-router-scroll", + "loc": "1:506-567", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-react-router-scroll", + "loc": "1:506-567", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-react-router-scroll", + "loc": "1:226-280", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-react-router-scroll", + "loc": "12:1794-1807", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ScrollContext", + "useScrollRestoration" + ], + "providedExports": [ + "ScrollContext", + "__esModule", + "useScrollRestoration" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3298, + "sizes": { + "javascript": 3298 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", + "name": "./.cache/static-query.js + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "index": 62, + "preOrderIndex": 62, + "index2": 57, + "postOrderIndex": 57, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1757, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./static-query", + "loc": "1:676-750", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./static-query", + "loc": "1:676-750", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./static-query", + "loc": "1:676-750", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./static-query", + "loc": "1:676-750", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./static-query", + "loc": "1:280-327", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./static-query", + "loc": "12:860-887", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "StaticQuery", + "StaticQueryContext", + "useStaticQuery" + ], + "providedExports": [ + "StaticQuery", + "StaticQueryContext", + "useStaticQuery" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 1, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2460, + "sizes": { + "javascript": 2460 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "name": "./.cache/static-query.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "index": 62, + "preOrderIndex": 62, + "index2": 57, + "postOrderIndex": 57, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "StaticQuery", + "StaticQueryContext", + "useStaticQuery" + ], + "providedExports": [ + "StaticQuery", + "StaticQueryContext", + "useStaticQuery" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:82-153" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 838, + "sizes": { + "javascript": 838 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "name": "./.cache/context-utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "index": 63, + "preOrderIndex": 63, + "index2": 56, + "postOrderIndex": 56, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "issuerName": "./.cache/static-query.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "name": "./.cache/static-query.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "module": "./.cache/static-query.js", + "moduleName": "./.cache/static-query.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./context-utils", + "loc": "1:25-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "module": "./.cache/static-query.js", + "moduleName": "./.cache/static-query.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context-utils", + "loc": "1:107-134", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "createServerOrClientContext" + ], + "providedExports": [ + "createServerOrClientContext" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 2 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 347, + "sizes": { + "javascript": 347 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "name": "./.cache/slice/context.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", + "index": 67, + "preOrderIndex": 67, + "index2": 59, + "postOrderIndex": 59, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8995, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "1:369-412", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "2:153-166", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:37-98", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:211-227", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:263-283", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:110-169", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:520-536", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:567-585", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "1:327-408", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "12:948-970", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "12:1026-1055", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "12:1110-1135", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "1:369-412", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/context", + "loc": "2:153-166", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:37-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:211-227", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "module": "./.cache/slice/inline-slice.js", + "moduleName": "./.cache/slice/inline-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "resolvedModule": "./.cache/slice/inline-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:263-283", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:110-169", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:520-536", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context", + "loc": "1:567-585", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "SlicesContext", + "SlicesMapContext", + "SlicesPropsContext", + "SlicesResultsContext" + ], + "providedExports": [ + "SlicesContext", + "SlicesMapContext", + "SlicesPropsContext", + "SlicesResultsContext" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:25-89", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7428, + "sizes": { + "javascript": 7428 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "index": 85, + "preOrderIndex": 85, + "index2": 85, + "postOrderIndex": 85, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "1:408-489", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "2:343-357", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "12:1728-1740", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./navigation", + "loc": "12:1846-1864", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "RouteUpdates", + "init", + "shouldUpdateScroll" + ], + "providedExports": [ + "RouteUpdates", + "init", + "maybeGetBrowserRedirect", + "shouldUpdateScroll" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:17-176" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2239, + "sizes": { + "javascript": 2239 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "index": 87, + "preOrderIndex": 87, + "index2": 86, + "postOrderIndex": 86, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5418, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "$virtual/async-requires", + "loc": "1:562-613", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "$virtual/async-requires", + "loc": "2:123-136", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "$virtual/async-requires", + "loc": "2:273-286", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "components" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:0-2239", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3015, + "sizes": { + "javascript": 3015 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "name": "./.cache/ensure-resources.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "index": 88, + "preOrderIndex": 88, + "index2": 88, + "postOrderIndex": 88, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./ensure-resources", + "loc": "1:726-774", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ensure-resources", + "loc": "12:657-672", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:187-5:942" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "json", + "layer": null, + "size": 12, + "sizes": { + "javascript": 12 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", + "index": 90, + "preOrderIndex": 90, + "index2": 89, + "postOrderIndex": 89, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "$virtual/match-paths.json", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "module": "./.cache/production-app.js", + "moduleName": "./.cache/production-app.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "$virtual/match-paths.json", + "loc": "2:137-147", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [], + "optimizationBailout": [], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2088, + "sizes": { + "javascript": 2088 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "name": "./.cache/register-service-worker.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", + "index": 91, + "preOrderIndex": 91, + "index2": 90, + "postOrderIndex": 90, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "issuerName": "./.cache/production-app.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9939, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "resolvedModule": "./.cache/production-app.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./register-service-worker", + "loc": "4:64-100", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [], + "optimizationBailout": [ + "Statement (IfStatement) with side effects in source code at 1:44-13:380", + "ModuleConcatenation bailout: Cannot concat with ./.cache/api-runner-browser.js: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 776, + "sizes": { + "javascript": 776 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "index": 2, + "preOrderIndex": 2, + "index2": 82, + "postOrderIndex": 82, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "issuerName": "./.cache/api-runner-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4741, + "issuerId": 3092, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "module": "./.cache/api-runner-browser-plugins.js", + "moduleName": "./.cache/api-runner-browser-plugins.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "resolvedModule": "./.cache/api-runner-browser-plugins.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "1:0-14", + "moduleId": 4741, + "resolvedModuleId": 4741 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "module": "./.cache/api-runner-browser.js", + "moduleName": "./.cache/api-runner-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "resolvedModule": "./.cache/api-runner-browser.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./api-runner-browser-plugins", + "loc": "1:14-53", + "moduleId": 3092, + "resolvedModuleId": 3092 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 1:0-14", + "Statement (ExpressionStatement) with side effects in source code at 1:0-776", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 228, + "sizes": { + "javascript": 228 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", + "name": "./node_modules/react-server-dom-webpack/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", + "index": 14, + "preOrderIndex": 14, + "index2": 10, + "postOrderIndex": 10, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "issuerName": "./.cache/loader.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 904, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react-server-dom-webpack", + "loc": "1:146-209", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react-server-dom-webpack", + "loc": "53:57-81", + "moduleId": 1975, + "resolvedModuleId": null + } + ], + "usedExports": [ + "createFromReadableStream" + ], + "providedExports": [ + "createFromFetch", + "createFromReadableStream", + "createFromXHR" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:2-79", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6913, + "sizes": { + "javascript": 6913 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/cjs/react.production.min.js", + "name": "./node_modules/react/cjs/react.production.min.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/cjs/react.production.min.js", + "index": 17, + "preOrderIndex": 17, + "index2": 7, + "postOrderIndex": 7, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", + "issuerName": "./node_modules/react/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", + "name": "./node_modules/react/index.js", + "id": 7294 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2408, + "issuerId": 7294, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", + "module": "./node_modules/react/index.js", + "moduleName": "./node_modules/react/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", + "resolvedModule": "./node_modules/react/index.js", + "type": "cjs export require", + "active": true, + "explanation": "", + "userRequest": "./cjs/react.production.min.js", + "loc": "4:2-59", + "moduleId": 7294, + "resolvedModuleId": 7294 + } + ], + "usedExports": true, + "providedExports": [ + "Children", + "Component", + "Fragment", + "Profiler", + "PureComponent", + "StrictMode", + "Suspense", + "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", + "cloneElement", + "createContext", + "createElement", + "createFactory", + "createRef", + "forwardRef", + "isValidElement", + "lazy", + "memo", + "startTransition", + "unstable_act", + "useCallback", + "useContext", + "useDebugValue", + "useDeferredValue", + "useEffect", + "useId", + "useImperativeHandle", + "useInsertionEffect", + "useLayoutEffect", + "useMemo", + "useReducer", + "useRef", + "useState", + "useSyncExternalStore", + "useTransition", + "version" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 10:13-370", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1395, + "sizes": { + "javascript": 1395 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", + "name": "./.cache/prefetch.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", + "index": 18, + "preOrderIndex": 18, + "index2": 11, + "postOrderIndex": 11, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "issuerName": "./.cache/loader.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "module": "./.cache/loader.js", + "moduleName": "./.cache/loader.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./prefetch", + "loc": "1:209-248", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "module": "./.cache/loader.js", + "moduleName": "./.cache/loader.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./prefetch", + "loc": "69:56-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "module": "./.cache/loader.js", + "moduleName": "./.cache/loader.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./prefetch", + "loc": "75:603-617", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:1011-1104" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2021, + "sizes": { + "javascript": 2021 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", + "name": "./node_modules/mitt/dist/mitt.es.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", + "index": 20, + "preOrderIndex": 20, + "index2": 12, + "postOrderIndex": 12, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "issuerName": "./.cache/emitter.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "name": "./.cache/emitter.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "module": "./.cache/emitter.js", + "moduleName": "./.cache/emitter.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "resolvedModule": "./.cache/emitter.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "mitt", + "loc": "1:0-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "module": "./.cache/emitter.js", + "moduleName": "./.cache/emitter.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", + "resolvedModule": "./.cache/emitter.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "mitt", + "loc": "1:37-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3689, + "sizes": { + "javascript": 3689 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "name": "./.cache/find-path.js + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "index": 21, + "preOrderIndex": 21, + "index2": 23, + "postOrderIndex": 23, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7802, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "1:279-359", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "26:369-382", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "45:143-151", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "45:540-548", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "45:1362-1376", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "46:59-67", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "58:108-116", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "65:81-89", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "71:198-206", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "71:533-541", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "75:113-121", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "1:127-168", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./find-path", + "loc": "2:75-90", + "moduleId": 4779, + "resolvedModuleId": null + } + ], + "usedExports": [ + "findMatchPath", + "findPath", + "grabMatchParams", + "setMatchPaths" + ], + "providedExports": [ + "cleanPath", + "findMatchPath", + "findPath", + "grabMatchParams", + "setMatchPaths" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/redirect-utils.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./.cache/strip-prefix.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is referenced from different chunks by these modules: ./src/components/BlogSidebar/index.tsx" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3407, + "sizes": { + "javascript": 3407 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "name": "./.cache/find-path.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "index": 21, + "preOrderIndex": 21, + "index2": 23, + "postOrderIndex": 23, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "issuerName": "./.cache/page-renderer.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "findMatchPath", + "findPath", + "grabMatchParams", + "setMatchPaths" + ], + "providedExports": [ + "cleanPath", + "findMatchPath", + "findPath", + "grabMatchParams", + "setMatchPaths" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:191-217" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 282, + "sizes": { + "javascript": 282 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", + "name": "./.cache/normalize-page-path.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", + "index": 30, + "preOrderIndex": 30, + "index2": 22, + "postOrderIndex": 22, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "issuerName": "./.cache/find-path.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "name": "./.cache/find-path.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "module": "./.cache/find-path.js", + "moduleName": "./.cache/find-path.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./normalize-page-path", + "loc": "1:81-134", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "module": "./.cache/find-path.js", + "moduleName": "./.cache/find-path.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./normalize-page-path", + "loc": "17:255-272", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "module": "./.cache/find-path.js", + "moduleName": "./.cache/find-path.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./normalize-page-path", + "loc": "39:185-202", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1397, + "sizes": { + "javascript": 1397 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/invariant/browser.js", + "name": "./node_modules/invariant/browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/invariant/browser.js", + "index": 23, + "preOrderIndex": 23, + "index2": 14, + "postOrderIndex": 14, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "issuerName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "name": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "id": 7896 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1143, + "issuerId": 7896, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/invariant/browser.js", + "module": "./node_modules/invariant/browser.js", + "moduleName": "./node_modules/invariant/browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/invariant/browser.js", + "resolvedModule": "./node_modules/invariant/browser.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "49:0-14", + "moduleId": 1143, + "resolvedModuleId": 1143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "invariant", + "loc": "1:71-96", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "invariant", + "loc": "1:3356-3357", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "invariant", + "loc": "1:4922-4923", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "invariant", + "loc": "1:5107-5108", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "invariant", + "loc": "1:5267-5268", + "moduleId": 7896, + "resolvedModuleId": 7896 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 49:0-14", + "Statement (ExpressionStatement) with side effects in source code at 49:0-27", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 710, + "sizes": { + "javascript": 710 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "name": "./node_modules/prop-types/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "index": 24, + "preOrderIndex": 24, + "index2": 17, + "postOrderIndex": 17, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "issuerName": "./.cache/page-renderer.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5697, + "issuerId": null, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "module": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "9:40-61", + "moduleId": 1432, + "resolvedModuleId": 1432 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:49-83", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:874-901", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:916-943", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:949-965", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:978-1005", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "module": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:220-241", + "moduleId": 6945, + "resolvedModuleId": 6945 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:0-35", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "1586:9-25", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "module": "./node_modules/iframe-resizer-react/dist/index.es.js", + "moduleName": "./node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "resolvedModule": "./node_modules/iframe-resizer-react/dist/index.es.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "1586:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "module": "./node_modules/prop-types/index.js", + "moduleName": "./node_modules/prop-types/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "resolvedModule": "./node_modules/prop-types/index.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "18:2-16", + "moduleId": 5697, + "resolvedModuleId": 5697 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:45-71", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:2849-2857", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:2861-2880", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "module": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "moduleName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "resolvedModule": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "1:6400-6419", + "moduleId": 7896, + "resolvedModuleId": 7896 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:0-26", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:1798-1806", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:1819-1827", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:1844-1850", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:4335-4341", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:4345-4364", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:4373-4379", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prop-types", + "loc": "2:4386-4394", + "moduleId": 1562, + "resolvedModuleId": 1562 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 18:2-16", + "Statement (ExpressionStatement) with side effects in source code at 18:2-59", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 516, + "sizes": { + "javascript": 516 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js|4dd0a95b2f160d26891943d383749b9f", + "name": "./.cache/redirect-utils.js + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "index": 27, + "preOrderIndex": 27, + "index2": 20, + "postOrderIndex": 20, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6073, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "1:134-191", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", + "module": "./.cache/find-path.js + 1 modules", + "moduleName": "./.cache/find-path.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "33:185-208", + "moduleId": 7802, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "1:143-200", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "1:491-514", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "5:117-140", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "30:1011-1080", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "1:143-200", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "1:491-514", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "5:117-140", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./redirect-utils.js", + "loc": "30:1011-1080", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "maybeGetBrowserRedirect" + ], + "providedExports": [ + "maybeGetBrowserRedirect" + ], + "optimizationBailout": [], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 504, + "sizes": { + "javascript": 504 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "name": "./.cache/redirect-utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "index": 27, + "preOrderIndex": 27, + "index2": 20, + "postOrderIndex": 20, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "issuerName": "./.cache/navigation.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "maybeGetBrowserRedirect" + ], + "providedExports": [ + "maybeGetBrowserRedirect" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:0-28" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "json", + "layer": null, + "size": 12, + "sizes": { + "javascript": 12 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", + "name": "./.cache/redirects.json", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", + "index": 28, + "preOrderIndex": 28, + "index2": 19, + "postOrderIndex": 19, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "issuerName": "./.cache/redirect-utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "name": "./.cache/redirect-utils.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "module": "./.cache/redirect-utils.js", + "moduleName": "./.cache/redirect-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "resolvedModule": "./.cache/redirect-utils.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./redirects.json", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "module": "./.cache/redirect-utils.js", + "moduleName": "./.cache/redirect-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "resolvedModule": "./.cache/redirect-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirects.json", + "loc": "2:66-83", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [], + "optimizationBailout": [], + "depth": 3 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1642, + "sizes": { + "javascript": 1642 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js|a3c7e5f11f19923d0c2f8171b0b3a5be", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 5 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "index": 31, + "preOrderIndex": 31, + "index2": 29, + "postOrderIndex": 29, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5785, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "1:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "4:194-212", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "1:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "32:593-611", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "1:69-146", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "46:1815-1833", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", + "module": "./.cache/loader.js + 1 modules", + "moduleName": "./.cache/loader.js + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "resolvedModule": "./.cache/loader.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "71:332-350", + "moduleId": 1975, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "1:0-77", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "4:194-212", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "1:0-77", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "32:593-611", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "1:0-78", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/toConsumableArray", + "loc": "107:16-34", + "moduleId": 6140, + "resolvedModuleId": 6140 + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 404, + "sizes": { + "javascript": 404 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "index": 31, + "preOrderIndex": 31, + "index2": 29, + "postOrderIndex": 29, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "issuerName": "./.cache/loader.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 161, + "sizes": { + "javascript": 161 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "name": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "index": 32, + "preOrderIndex": 32, + "index2": 25, + "postOrderIndex": 25, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arrayWithoutHoles.js", + "loc": "1:0-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayWithoutHoles.js", + "loc": "6:9-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 175, + "sizes": { + "javascript": 175 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/iterableToArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", + "index": 34, + "preOrderIndex": 34, + "index2": 26, + "postOrderIndex": 26, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./iterableToArray.js", + "loc": "2:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./iterableToArray.js", + "loc": "6:35-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 495, + "sizes": { + "javascript": 495 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "index": 35, + "preOrderIndex": 35, + "index2": 27, + "postOrderIndex": 27, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./unsupportedIterableToArray.js", + "loc": "3:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./unsupportedIterableToArray.js", + "loc": "6:59-85", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 207, + "sizes": { + "javascript": 207 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", + "name": "./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", + "index": 36, + "preOrderIndex": 36, + "index2": 28, + "postOrderIndex": 28, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./nonIterableSpread.js", + "loc": "4:0-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./nonIterableSpread.js", + "loc": "6:94-111", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 200, + "sizes": { + "javascript": 200 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", + "index": 33, + "preOrderIndex": 33, + "index2": 24, + "postOrderIndex": 24, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "name": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "module": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "module": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "3:33-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "4:36-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "8:86-102", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 4 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 229, + "sizes": { + "javascript": 229 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js", + "name": "./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js", + "index": 38, + "preOrderIndex": 38, + "index2": 30, + "postOrderIndex": 30, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "name": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "id": 4578 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9611, + "issuerId": 4578, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "1:0-49", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "12:17-31", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "2:0-49", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "27:11-25", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "module": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "module": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "12:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "module": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "1:0-49", + "moduleId": 4578, + "resolvedModuleId": 4578 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "module": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "5:2-16", + "moduleId": 4578, + "resolvedModuleId": 4578 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "2:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "27:11-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4295, + "sizes": { + "javascript": 4295 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "index": 42, + "preOrderIndex": 42, + "index2": 42, + "postOrderIndex": 42, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "issuerName": "./.cache/page-renderer.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "module": "./.cache/page-renderer.js", + "moduleName": "./.cache/page-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./head/head-export-handler-for-browser", + "loc": "1:168-242", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "module": "./.cache/page-renderer.js", + "moduleName": "./.cache/page-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "resolvedModule": "./.cache/page-renderer.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./head/head-export-handler-for-browser", + "loc": "2:519-540", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "headHandlerForBrowser" + ], + "providedExports": [ + "headHandlerForBrowser" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:561-608" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 619, + "sizes": { + "javascript": 619 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "name": "./node_modules/react-dom/client.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "index": 44, + "preOrderIndex": 44, + "index2": 37, + "postOrderIndex": 37, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "issuerName": "./.cache/react-dom-utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "name": "./.cache/react-dom-utils.js", + "id": 4941 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 745, + "issuerId": 4941, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "module": "./.cache/react-dom-utils.js", + "moduleName": "./.cache/react-dom-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "resolvedModule": "./.cache/react-dom-utils.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react-dom/client", + "loc": "1:77-104", + "moduleId": 4941, + "resolvedModuleId": 4941 + } + ], + "usedExports": true, + "providedExports": [ + "createRoot", + "hydrateRoot" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-29", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6043, + "sizes": { + "javascript": 6043 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "index": 53, + "preOrderIndex": 53, + "index2": 51, + "postOrderIndex": 51, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "issuerName": "./node_modules/gatsby-react-router-scroll/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1432, + "issuerId": 9679, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "module": "./node_modules/gatsby-react-router-scroll/index.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./scroll-handler", + "loc": "5:21-48", + "moduleId": 9679, + "resolvedModuleId": 9679 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "module": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./scroll-handler", + "loc": "5:21-48", + "moduleId": 4855, + "resolvedModuleId": 4855 + } + ], + "usedExports": true, + "providedExports": [ + "ScrollContext", + "ScrollHandler", + "__esModule" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-85", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 797, + "sizes": { + "javascript": 797 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "name": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", + "index": 59, + "preOrderIndex": 59, + "index2": 52, + "postOrderIndex": 52, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "issuerName": "./node_modules/gatsby-react-router-scroll/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4855, + "issuerId": 9679, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "module": "./node_modules/gatsby-react-router-scroll/index.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./use-scroll-restoration", + "loc": "7:28-63", + "moduleId": 9679, + "resolvedModuleId": 9679 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "useScrollRestoration" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4679, + "sizes": { + "javascript": 4679 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "name": "./node_modules/gatsby-link/dist/index.modern.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "index": 60, + "preOrderIndex": 60, + "index2": 55, + "postOrderIndex": 55, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "issuerName": "./.cache/navigation.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1562, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:567-643", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:567-643", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:567-643", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:567-643", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:567-643", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:567-643", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:408-443", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "5:88-97", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "1:408-443", + "moduleId": 5824, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", + "module": "./.cache/production-app.js + 5 modules", + "moduleName": "./.cache/production-app.js + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-link", + "loc": "5:88-97", + "moduleId": 5824, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Link", + "navigate", + "parsePath", + "withAssetPrefix", + "withPrefix" + ], + "providedExports": [ + "Link", + "navigate", + "parsePath", + "withAssetPrefix", + "withPrefix" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:1773-1852", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/prop-types/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is referenced from different chunks by these modules: ./src/components/BlogSidebar/index.tsx" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 838, + "sizes": { + "javascript": 838 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "name": "./.cache/context-utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", + "index": 63, + "preOrderIndex": 63, + "index2": 56, + "postOrderIndex": 56, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "issuerName": "./.cache/static-query.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "name": "./.cache/static-query.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "module": "./.cache/static-query.js", + "moduleName": "./.cache/static-query.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./context-utils", + "loc": "1:25-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "module": "./.cache/static-query.js", + "moduleName": "./.cache/static-query.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", + "resolvedModule": "./.cache/static-query.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./context-utils", + "loc": "1:107-134", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "createServerOrClientContext" + ], + "providedExports": [ + "createServerOrClientContext" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 326, + "sizes": { + "javascript": 326 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", + "name": "./.cache/route-announcer-props.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", + "index": 86, + "preOrderIndex": 86, + "index2": 84, + "postOrderIndex": 84, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "issuerName": "./.cache/navigation.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./route-announcer-props", + "loc": "1:275-332", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "module": "./.cache/navigation.js", + "moduleName": "./.cache/navigation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "resolvedModule": "./.cache/navigation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./route-announcer-props", + "loc": "29:1201-1220", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "RouteAnnouncerProps" + ], + "providedExports": [ + "RouteAnnouncerProps" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-234" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 464, + "sizes": { + "javascript": 464 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", + "name": "./node_modules/shallow-compare/es/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", + "index": 89, + "preOrderIndex": 89, + "index2": 87, + "postOrderIndex": 87, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "issuerName": "./.cache/ensure-resources.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "name": "./.cache/ensure-resources.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "shallow-compare", + "loc": "1:143-187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "module": "./.cache/ensure-resources.js", + "moduleName": "./.cache/ensure-resources.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", + "resolvedModule": "./.cache/ensure-resources.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "shallow-compare", + "loc": "5:180-194", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 657, + "sizes": { + "javascript": 657 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "name": "./src/pages/404.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "index": 94, + "preOrderIndex": 94, + "index2": 110, + "postOrderIndex": 110, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2513, + "issuerId": 5418, + "chunks": [ + 218 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/404.tsx", + "loc": "1:56-149", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-31", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-404-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-404-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 680, + "sizes": { + "javascript": 680 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "name": "./src/pages/blog/{BlogPost.postId}.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "index": 111, + "preOrderIndex": 111, + "index2": 334, + "postOrderIndex": 334, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2906, + "issuerId": 5418, + "chunks": [ + 111 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/blog/{BlogPost.postId}.tsx", + "loc": "1:205-336", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-31", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogLayout/index.tsx: Module ./src/components/BlogLayout/index.tsx is referenced from different chunks by these modules: ./src/templates/doc.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-blog-post-post-id-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-blog-post-post-id-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 883, + "sizes": { + "javascript": 883 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "name": "./src/pages/blog.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "index": 335, + "preOrderIndex": 335, + "index2": 336, + "postOrderIndex": 336, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8645, + "issuerId": 5418, + "chunks": [ + 410 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/blog.tsx", + "loc": "1:374-469", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-31", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogPostPreview/index.tsx: Module ./src/components/BlogPostPreview/index.tsx is referenced from different chunks by these modules: ./src/templates/{BlogPost.tags}.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogSidebar/index.tsx: Module ./src/components/BlogSidebar/index.tsx is referenced from different chunks by these modules: ./src/components/BlogLayout/index.tsx, ./src/templates/{BlogPost.tags}.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 18113, + "sizes": { + "javascript": 18113 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "name": "./src/pages/brand.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "index": 337, + "preOrderIndex": 337, + "index2": 337, + "postOrderIndex": 337, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4310, + "issuerId": 5418, + "chunks": [ + 786 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/brand.tsx", + "loc": "1:508-605", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-40", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-brand-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-brand-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 12208, + "sizes": { + "javascript": 12208 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "index": 338, + "preOrderIndex": 338, + "index2": 340, + "postOrderIndex": 340, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6140, + "issuerId": 5418, + "chunks": [ + 463 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/code.tsx", + "loc": "1:643-738", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "Library", + "LibraryList", + "ToolsList", + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 72:0-203", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-plugin-anchor-links/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Marked/index.tsx: Module ./src/components/Marked/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./src/utils/slug.ts: Module ./src/utils/slug.ts is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) ca590772691f113e38a136d0a5eb0f0b3f2b8468)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js: Module ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) )" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9985, + "sizes": { + "javascript": 9985 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "name": "./src/pages/conf/faq.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "index": 341, + "preOrderIndex": 341, + "index2": 368, + "postOrderIndex": 368, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7161, + "issuerId": 5418, + "chunks": [ + 489 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/conf/faq.tsx", + "loc": "1:780-883", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 7:0-75:3", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Footer/index.tsx: Module ./src/components/Conf/Footer/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Header/index.tsx: Module ./src/components/Conf/Header/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Layout/index.tsx: Module ./src/components/Conf/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Section/index.tsx: Module ./src/components/Conf/Section/index.tsx is referenced from different chunks by these modules: ./src/pages/conf/speak.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Seo/index.tsx: Module ./src/components/Conf/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 58909, + "sizes": { + "javascript": 58909 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "name": "./src/pages/conf/gallery.tsx + 126 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "index": 369, + "preOrderIndex": 369, + "index2": 496, + "postOrderIndex": 496, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2590, + "chunks": [ + 995 + ], + "assets": [ + "static/1-06b3992a2ca9c077f76eef5e56aa4de6.jpg", + "static/10_53228256862_o-0abf6fc152cd51332a24c62ce683ac8d.jpg", + "static/11_53229130936_o-9d38085faca157423cd9a56b08f26a71.jpg", + "static/12_53229130901_o-16eff16ed8a66de456798c711d507bc2.jpg", + "static/13_53229431753_o-3dcd614884d007b4500bbca780b89bfb.jpg", + "static/14_53228256817_o-81f63aeae38af3e3b5b8bc9b916eed4c.jpg", + "static/151_53229506084_o-6c991d12d31a26d295e44bc8f2fdaa69.jpg", + "static/15_53228256787_o-121c53e5690b1a642c51361521707373.jpg", + "static/16_53229629695_o-f1b286cd7dcb863d78d0f2aff99064bd.jpg", + "static/17_53229431688_o-4ea84d541adab3711e3691efea30e9c8.jpg", + "static/18_53229629645_o-e41e028f8369172dc8b1e1891af9ca7d.jpg", + "static/1_53229506279_o-5533e251e6de8fc443a8bfd1ac49ccb6.jpg", + "static/2-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "static/2_53229431883_o-ba6b3d737dd06618aac2df8a9d83d26e.jpg", + "static/3-ddae01cef7d0ad11fedd6f7884140248.jpg", + "static/31_53228256917_o-b672cfec94b553f897435adc833c247f.jpg", + "static/3_53229131021_o-37c42f1bb1749ce77dd2432d0a38b0b7.jpg", + "static/4-6991951134e52f45d2056f4e7b2391bb.jpg", + "static/5-03fdecfbad9958a4072eb2ff76e3e3d5.jpg", + "static/5_53228256882_o-1a914dc7c1bc4120e333792058497dbf.jpg", + "static/6-46b3a29a1fec69c90d7b1372aa7982f0.jpg", + "static/7_53229506199_o-78a1e66a23996606c5ba9177fa59dc17.jpg", + "static/8-f03394a72f02e34f9b1c27a35b9285d1.jpg", + "static/8_53229629805_o-4cb21f00b91a9234ee1a7af4e2b40aa6.jpg", + "static/9-2ce6ea2968e6b4847298d61d5fbc024b.jpg", + "static/graphql-cover-1_53228256677_o-5e4479f01cfbf474a6db86016a8552f4.jpg", + "static/graphql-cover-2_53228256672_o-2417829da8fd4e0d97d3da6abb0b7704.jpg", + "static/graphql-cover-3_53228256612_o-10273002b8c7a4a56123cea87de221d4.jpg", + "static/graphqlconf-202310_53229130641_o-31323151f91de4e6d4d2ddc81885c6fb.jpg", + "static/graphqlconf-202311_53229130636_o-810900f6bc6265c8c14395b121571278.jpg", + "static/graphqlconf-202312_53229431468_o-d3bf61f8e5d66c155d8a66dd5c713b8e.jpg", + "static/graphqlconf-202313_53229431453_o-b9cc14fdec761f0d0225336f8cf832f3.jpg", + "static/graphqlconf-202314_53228256402_o-228c128a4921b5fcf54bd2ad196a7d15.jpg", + "static/graphqlconf-202315_53229431418_o-610cfeb05531db57e911c1eb5852d67a.jpg", + "static/graphqlconf-202316_53229130551_o-43289eb37133a3861622ffa84f622328.jpg", + "static/graphqlconf-202317_53229431408_o-a3ae66aca1f210443f105e86ef4b11d6.jpg", + "static/graphqlconf-202318_53229431413_o-a9007a89da3de863347ed440a6ca88a0.jpg", + "static/graphqlconf-202319_53229505639_o-2de487b1f6957c0477c5a4cb505fc228.jpg", + "static/graphqlconf-20231_53229505964_o-1009e5c028a67ea1f3447e49e4be539c.jpg", + "static/graphqlconf-202321_53229504679_o-0311f23e59786ccc039c5d4718757c6d.jpg", + "static/graphqlconf-202322_53229431348_o-3e30b29158cebf6034463de17e1fb04e.jpg", + "static/graphqlconf-202323_53229431353_o-544c2d88886cf21ba8f54be7b6cc35c4.jpg", + "static/graphqlconf-202324_53228255322_o-5a71455f42de82043b5b4b77a3bcb99f.jpg", + "static/graphqlconf-202325_53229628480_o-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "static/graphqlconf-202326_53229504664_o-74350c88b65b1f2489c9c48cab66ad6e.jpg", + "static/graphqlconf-202327_53229430403_o-45fa74843e0f6b54efaec98cc0942227.jpg", + "static/graphqlconf-202328_53229129426_o-b20f8aef89a3017f72c003d231ada0c5.jpg", + "static/graphqlconf-202329_53228255262_o-43aa6c7bc103c6bbff058de4c31c5c2d.jpg", + "static/graphqlconf-20232_53229629585_o-b359501299c1f46aa004cdbeeb02df2c.jpg", + "static/graphqlconf-202330_53229430393_o-b88d49c8ee877c843f52cdfd19a782a6.jpg", + "static/graphqlconf-202331_53229430378_o-be294c1e8521e4bda6f2709d7d53b895.jpg", + "static/graphqlconf-202332_53228255222_o-68b935748ca74a80f78631a5f59409fd.jpg", + "static/graphqlconf-202333_53229504589_o-6516b179148b6d50ae76cbee72366a76.jpg", + "static/graphqlconf-202334_53229505599_o-7f221b5ce70e668edc4a5c7a20ebf620.jpg", + "static/graphqlconf-202335_53228256247_o-3dda6ab1194f9c00828d9db9aab88096.jpg", + "static/graphqlconf-202336_53229431263_o-931a08cabd04bea463270be638991181.jpg", + "static/graphqlconf-202337_53229431268_o-f2866a9f77f63ecad24bd1d9182ad7d1.jpg", + "static/graphqlconf-202338_53228256132_o-9d297db9a0733518efc33303f1a184d0.jpg", + "static/graphqlconf-202339_53228256117_o-1d6791f79c41e43a1a7cc83928df359d.jpg", + "static/graphqlconf-20233_53229431633_o-6251b6ca08b289ec31487e2dee733207.jpg", + "static/graphqlconf-202340_53229431183_o-a7d577b0c52caa68f9de2874a6afd0ee.jpg", + "static/graphqlconf-202341_53229629225_o-f8330b27c5270e291cd1a25978e9a0c9.jpg", + "static/graphqlconf-202342_53229130301_o-3a6466947eb087471d49edcc857bd552.jpg", + "static/graphqlconf-202343_53229505484_o-8d1544a05207a01ad7645cd0ea53e88c.jpg", + "static/graphqlconf-202344_53228256077_o-bf3631260f135d46bfe9ec2430452c7d.jpg", + "static/graphqlconf-202345_53229504499_o-4514bcda6f6e979a5ff34890ccb8acb7.jpg", + "static/graphqlconf-202346_53229629115_o-d449fd646b0a9936fe4a8df9858f4449.jpg", + "static/graphqlconf-202347_53229129301_o-ad016d33efd251b95f373e54494a5861.jpg", + "static/graphqlconf-202348_53229130226_o-718519f1b177c7d2b186aa1befbdeb75.jpg", + "static/graphqlconf-202349_53228256032_o-1e8b789de498a570dc51d1ce4031347e.jpg", + "static/graphqlconf-20234_53229629525_o-46b3a29a1fec69c90d7b1372aa7982f0.jpg", + "static/graphqlconf-202350_53229130146_o-770bfbfbbc79ac36ab2a68e43a61769c.jpg", + "static/graphqlconf-202351_53229130151_o-9265089e4f71ddc21bb2449ca5c8ded8.jpg", + "static/graphqlconf-202352_53229629035_o-c63737330822c881cc887a9e177f5482.jpg", + "static/graphqlconf-202353_53228255937_o-f17906f4b321de9729bab31d8f16ae13.jpg", + "static/graphqlconf-202354_53229430998_o-b7afe7f9471b5b065dbfbad633e517c1.jpg", + "static/graphqlconf-202355_53228255882_o-6991951134e52f45d2056f4e7b2391bb.jpg", + "static/graphqlconf-202356_53229505199_o-806afc3368bed3c68a4f1ab036615e72.jpg", + "static/graphqlconf-202357_53228255742_o-ff163b195d5bc26696b4ba2a38297633.jpg", + "static/graphqlconf-202358_53229628875_o-28b75ed3a78d97f92139fcc7e897156a.jpg", + "static/graphqlconf-202359_53229129286_o-85ea11ff858d5a1dd941d87afdc2d527.jpg", + "static/graphqlconf-20235_53229505904_o-a736f56b987a918c4c9a9b58dcc7092d.jpg", + "static/graphqlconf-202360_53229430883_o-3531320d97fb7c910547c3efc391fff4.jpg", + "static/graphqlconf-202361_53229628295_o-46f1e170d6aca3cfde657be2b9f62563.jpg", + "static/graphqlconf-202362_53229430868_o-500a2f8980850b7bcc9997f1ca71f7d8.jpg", + "static/graphqlconf-202363_53229505084_o-00d6e7f5fefe60ffcf0fb324193128fd.jpg", + "static/graphqlconf-202364_53229430858_o-46c8746589c68c3034c6727f8c174085.jpg", + "static/graphqlconf-202365_53229430258_o-c5be2321ad4f0eacedb1be7a48bb42a9.jpg", + "static/graphqlconf-202366_53229628825_o-ddae01cef7d0ad11fedd6f7884140248.jpg", + "static/graphqlconf-202367_53229430268_o-db8d142ccf34e27a42d1c81a24f249fe.jpg", + "static/graphqlconf-202368_53229430823_o-06b3992a2ca9c077f76eef5e56aa4de6.jpg", + "static/graphqlconf-202369_53229628795_o-2912559713b847a29a795aee060b0a3d.jpg", + "static/graphqlconf-20236_53229431543_o-e4b4337daff740b722d8affebe31a274.jpg", + "static/graphqlconf-202370_53228255572_o-1d51ca9834e9f6ce72827106d77d6ca1.jpg", + "static/graphqlconf-202371_53229628710_o-440308cf2b7bdc23f618c65ad261cca7.jpg", + "static/graphqlconf-202372_53229628695_o-59b3dee31c705555db463ad3abcea987.jpg", + "static/graphqlconf-202373_53229430683_o-9b86922287a6675cafeaa2ae0974d90e.jpg", + "static/graphqlconf-202374_53228255537_o-3b263ece2bbdfb7657ed5bb0cedde0ef.jpg", + "static/graphqlconf-202375_53228255527_o-f46369bd021ede1a43f2a4882b2fecf0.jpg", + "static/graphqlconf-202376_53229628665_o-b2ff9b9dfd4109a40eb65d093126d5d8.jpg", + "static/graphqlconf-202377_53229430648_o-a0f9ab4eb1aaab5c2d19cc393be552aa.jpg", + "static/graphqlconf-202378_53228255107_o-b46a32475481a765434cb94fbfa54ea7.jpg", + "static/graphqlconf-202379_53228255097_o-71662a5d23c6dde9452074c02d19767f.jpg", + "static/graphqlconf-20237_53229629480_o-d4efd23970b4cb1d146d0d2c6a3dd515.jpg", + "static/graphqlconf-202380_53229430623_o-d414181414836731fb059ff9df747ae8.jpg", + "static/graphqlconf-202381_53228255092_o-6616837630cbd8917bec11db323616e1.jpg", + "static/graphqlconf-202383_53228255462_o-5a60138c70429529b592647ca12d0974.jpg", + "static/graphqlconf-202384_53229129586_o-ed9a1e4514691d05e1ee63f7f7855956.jpg", + "static/graphqlconf-202385_53229504819_o-4b434aedfdfc4d6010e463732f502fab.jpg", + "static/graphqlconf-202386_53229129601_o-f13a361d5e740851ad0492b804344d07.jpg", + "static/graphqlconf-202387_53229628600_o-2ac92c8a332a16d88fb32e719a498677.jpg", + "static/graphqlconf-202388_53229430518_o-84bd124ede8aa974d2c23f82f6f44957.jpg", + "static/graphqlconf-202389_53229129526_o-768a25f98e4f7aaec56318e69bdf92d9.jpg", + "static/graphqlconf-20238_53228256482_o-3d7752d6e59d7818f5f00cb7b614ba94.jpg", + "static/graphqlconf-202390_53229628530_o-2058d6ea6bf0382b52927d19d3707687.jpg", + "static/graphqlconf-202391_53229504714_o-ff9dac7db37cbec450f8d2519b234d2f.jpg", + "static/graphqlconf-202392_53229430473_o-492dfc5219c4bfc912179ce2f9004049.jpg", + "static/graphqlconf-202393_53229129511_o-417f29e49edfbfaaa617584c3418c915.jpg", + "static/graphqlconf-202394_53228255057_o-1c56287d1dcb2cd41dc97c5c68afdc24.jpg", + "static/graphqlconf-202395_53229430163_o-c9173d798e6ffa93de7805e5a59eae29.jpg", + "static/graphqlconf-202396_53229628185_o-3bf05e49280b8da314a123d4a98ed5b5.jpg", + "static/graphqlconf-2023graphqlconf-2023_53228255062_o-85ffd08d3ebb0d09266b3a99c8f40c0d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/conf/gallery.tsx", + "loc": "1:929-1040", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "Tabs", + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-gallery-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Footer/index.tsx: Module ./src/components/Conf/Footer/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-gallery-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Header/index.tsx: Module ./src/components/Conf/Header/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-gallery-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Layout/index.tsx: Module ./src/components/Conf/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-gallery-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Seo/index.tsx: Module ./src/components/Conf/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-gallery-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react-dom/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1540, + "sizes": { + "javascript": 1540 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "index": 369, + "preOrderIndex": 369, + "index2": 496, + "postOrderIndex": 496, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 5418, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Head", + "Tabs", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-26" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1869, + "sizes": { + "javascript": 1869 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "index": 370, + "preOrderIndex": 370, + "index2": 495, + "postOrderIndex": 495, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "issuerName": "./src/pages/conf/gallery.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "module": "./src/pages/conf/gallery.tsx", + "moduleName": "./src/pages/conf/gallery.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Gallery", + "loc": "6:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "module": "./src/pages/conf/gallery.tsx", + "moduleName": "./src/pages/conf/gallery.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Gallery", + "loc": "20:39-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-52" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11968, + "sizes": { + "javascript": 11968 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "index": 371, + "preOrderIndex": 371, + "index2": 491, + "postOrderIndex": 491, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "issuerName": "./src/components/Conf/Gallery/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../utils/conf-images", + "loc": "1:52-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../utils/conf-images", + "loc": "5:554-560", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "images" + ], + "providedExports": [ + "images" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 1:10589-11968" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 50, + "sizes": { + "javascript": 50 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "name": "./node_modules/react-medium-image-zoom/dist/styles.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "index": 494, + "preOrderIndex": 494, + "index2": 493, + "postOrderIndex": 493, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "issuerName": "./src/components/Conf/Gallery/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react-medium-image-zoom/dist/styles.css", + "loc": "1:141-189", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [], + "providedExports": [], + "optimizationBailout": [], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 29370, + "sizes": { + "javascript": 29370 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "name": "./node_modules/react-medium-image-zoom/dist/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "index": 496, + "preOrderIndex": 496, + "index2": 494, + "postOrderIndex": 494, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "issuerName": "./src/components/Conf/Gallery/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "react-medium-image-zoom", + "loc": "1:99-141", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react-medium-image-zoom", + "loc": "5:314-318", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "Controlled", + "default" + ], + "optimizationBailout": [ + "Statement (IfStatement) with side effects in source code at 345:0-349:1" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", + "name": "./static/img/conf/Gallery/1.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", + "index": 372, + "preOrderIndex": 372, + "index2": 369, + "postOrderIndex": 369, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/1-06b3992a2ca9c077f76eef5e56aa4de6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1.jpg", + "loc": "1:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1.jpg", + "loc": "1:10610-10619", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", + "name": "./static/img/conf/Gallery/10_53228256862_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", + "index": 373, + "preOrderIndex": 373, + "index2": 370, + "postOrderIndex": 370, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/10_53228256862_o-0abf6fc152cd51332a24c62ce683ac8d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/10_53228256862_o.jpg", + "loc": "1:59-133", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/10_53228256862_o.jpg", + "loc": "1:10620-10629", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", + "name": "./static/img/conf/Gallery/11_53229130936_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", + "index": 374, + "preOrderIndex": 374, + "index2": 371, + "postOrderIndex": 371, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/11_53229130936_o-9d38085faca157423cd9a56b08f26a71.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/11_53229130936_o.jpg", + "loc": "1:133-207", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/11_53229130936_o.jpg", + "loc": "1:10630-10639", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", + "name": "./static/img/conf/Gallery/12_53229130901_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", + "index": 375, + "preOrderIndex": 375, + "index2": 372, + "postOrderIndex": 372, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/12_53229130901_o-16eff16ed8a66de456798c711d507bc2.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/12_53229130901_o.jpg", + "loc": "1:207-281", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/12_53229130901_o.jpg", + "loc": "1:10640-10649", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", + "name": "./static/img/conf/Gallery/13_53229431753_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", + "index": 376, + "preOrderIndex": 376, + "index2": 373, + "postOrderIndex": 373, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/13_53229431753_o-3dcd614884d007b4500bbca780b89bfb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/13_53229431753_o.jpg", + "loc": "1:281-355", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/13_53229431753_o.jpg", + "loc": "1:10650-10659", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", + "name": "./static/img/conf/Gallery/14_53228256817_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", + "index": 377, + "preOrderIndex": 377, + "index2": 374, + "postOrderIndex": 374, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/14_53228256817_o-81f63aeae38af3e3b5b8bc9b916eed4c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/14_53228256817_o.jpg", + "loc": "1:355-429", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/14_53228256817_o.jpg", + "loc": "1:10660-10669", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 105, + "sizes": { + "javascript": 105 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", + "name": "./static/img/conf/Gallery/151_53229506084_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", + "index": 378, + "preOrderIndex": 378, + "index2": 375, + "postOrderIndex": 375, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/151_53229506084_o-6c991d12d31a26d295e44bc8f2fdaa69.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/151_53229506084_o.jpg", + "loc": "1:429-504", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/151_53229506084_o.jpg", + "loc": "1:10670-10679", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-105" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", + "name": "./static/img/conf/Gallery/15_53228256787_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", + "index": 379, + "preOrderIndex": 379, + "index2": 376, + "postOrderIndex": 376, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/15_53228256787_o-121c53e5690b1a642c51361521707373.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/15_53228256787_o.jpg", + "loc": "1:504-578", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/15_53228256787_o.jpg", + "loc": "1:10680-10689", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", + "name": "./static/img/conf/Gallery/16_53229629695_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", + "index": 380, + "preOrderIndex": 380, + "index2": 377, + "postOrderIndex": 377, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/16_53229629695_o-f1b286cd7dcb863d78d0f2aff99064bd.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/16_53229629695_o.jpg", + "loc": "1:578-652", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/16_53229629695_o.jpg", + "loc": "1:10690-10699", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", + "name": "./static/img/conf/Gallery/17_53229431688_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", + "index": 381, + "preOrderIndex": 381, + "index2": 378, + "postOrderIndex": 378, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/17_53229431688_o-4ea84d541adab3711e3691efea30e9c8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/17_53229431688_o.jpg", + "loc": "1:652-727", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/17_53229431688_o.jpg", + "loc": "1:10700-10710", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", + "name": "./static/img/conf/Gallery/18_53229629645_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", + "index": 382, + "preOrderIndex": 382, + "index2": 379, + "postOrderIndex": 379, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/18_53229629645_o-e41e028f8369172dc8b1e1891af9ca7d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/18_53229629645_o.jpg", + "loc": "1:727-802", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/18_53229629645_o.jpg", + "loc": "1:10711-10721", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", + "name": "./static/img/conf/Gallery/1_53229506279_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", + "index": 383, + "preOrderIndex": 383, + "index2": 380, + "postOrderIndex": 380, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/1_53229506279_o-5533e251e6de8fc443a8bfd1ac49ccb6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1_53229506279_o.jpg", + "loc": "1:802-876", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1_53229506279_o.jpg", + "loc": "1:10722-10732", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", + "name": "./static/img/conf/Gallery/2.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", + "index": 384, + "preOrderIndex": 384, + "index2": 381, + "postOrderIndex": 381, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/2-db8d142ccf34e27a42d1c81a24f249fe.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2.jpg", + "loc": "1:876-936", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2.jpg", + "loc": "1:10733-10743", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", + "name": "./static/img/conf/Gallery/2_53229431883_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", + "index": 385, + "preOrderIndex": 385, + "index2": 382, + "postOrderIndex": 382, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/2_53229431883_o-ba6b3d737dd06618aac2df8a9d83d26e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2_53229431883_o.jpg", + "loc": "1:936-1010", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2_53229431883_o.jpg", + "loc": "1:10744-10754", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", + "name": "./static/img/conf/Gallery/3.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", + "index": 386, + "preOrderIndex": 386, + "index2": 383, + "postOrderIndex": 383, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/3-ddae01cef7d0ad11fedd6f7884140248.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3.jpg", + "loc": "1:1010-1070", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3.jpg", + "loc": "1:10755-10765", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", + "name": "./static/img/conf/Gallery/31_53228256917_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", + "index": 387, + "preOrderIndex": 387, + "index2": 384, + "postOrderIndex": 384, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/31_53228256917_o-b672cfec94b553f897435adc833c247f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/31_53228256917_o.jpg", + "loc": "1:1070-1145", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/31_53228256917_o.jpg", + "loc": "1:10766-10776", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", + "name": "./static/img/conf/Gallery/3_53229131021_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", + "index": 388, + "preOrderIndex": 388, + "index2": 385, + "postOrderIndex": 385, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/3_53229131021_o-37c42f1bb1749ce77dd2432d0a38b0b7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3_53229131021_o.jpg", + "loc": "1:1145-1219", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3_53229131021_o.jpg", + "loc": "1:10777-10787", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", + "name": "./static/img/conf/Gallery/4.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", + "index": 389, + "preOrderIndex": 389, + "index2": 386, + "postOrderIndex": 386, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/4-6991951134e52f45d2056f4e7b2391bb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/4.jpg", + "loc": "1:1219-1279", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/4.jpg", + "loc": "1:10788-10798", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", + "name": "./static/img/conf/Gallery/5.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", + "index": 390, + "preOrderIndex": 390, + "index2": 387, + "postOrderIndex": 387, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/5-03fdecfbad9958a4072eb2ff76e3e3d5.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5.jpg", + "loc": "1:1279-1339", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5.jpg", + "loc": "1:10799-10809", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", + "name": "./static/img/conf/Gallery/5_53228256882_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", + "index": 391, + "preOrderIndex": 391, + "index2": 388, + "postOrderIndex": 388, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/5_53228256882_o-1a914dc7c1bc4120e333792058497dbf.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5_53228256882_o.jpg", + "loc": "1:1339-1413", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5_53228256882_o.jpg", + "loc": "1:10810-10820", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", + "name": "./static/img/conf/Gallery/6.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", + "index": 392, + "preOrderIndex": 392, + "index2": 389, + "postOrderIndex": 389, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/6-46b3a29a1fec69c90d7b1372aa7982f0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/6.jpg", + "loc": "1:1413-1473", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/6.jpg", + "loc": "1:10821-10831", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", + "name": "./static/img/conf/Gallery/7_53229506199_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", + "index": 393, + "preOrderIndex": 393, + "index2": 390, + "postOrderIndex": 390, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/7_53229506199_o-78a1e66a23996606c5ba9177fa59dc17.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/7_53229506199_o.jpg", + "loc": "1:1473-1547", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/7_53229506199_o.jpg", + "loc": "1:10832-10842", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", + "name": "./static/img/conf/Gallery/8.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", + "index": 394, + "preOrderIndex": 394, + "index2": 391, + "postOrderIndex": 391, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/8-f03394a72f02e34f9b1c27a35b9285d1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8.jpg", + "loc": "1:1547-1607", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8.jpg", + "loc": "1:10843-10853", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", + "name": "./static/img/conf/Gallery/8_53229629805_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", + "index": 395, + "preOrderIndex": 395, + "index2": 392, + "postOrderIndex": 392, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/8_53229629805_o-4cb21f00b91a9234ee1a7af4e2b40aa6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8_53229629805_o.jpg", + "loc": "1:1607-1681", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8_53229629805_o.jpg", + "loc": "1:10854-10864", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", + "name": "./static/img/conf/Gallery/9.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", + "index": 396, + "preOrderIndex": 396, + "index2": 393, + "postOrderIndex": 393, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/9-2ce6ea2968e6b4847298d61d5fbc024b.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/9.jpg", + "loc": "1:1681-1741", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/9.jpg", + "loc": "1:10865-10875", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 117, + "sizes": { + "javascript": 117 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "name": "./static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "index": 397, + "preOrderIndex": 397, + "index2": 394, + "postOrderIndex": 394, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphql-cover-1_53228256677_o-5e4479f01cfbf474a6db86016a8552f4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "loc": "1:1741-1829", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "loc": "1:10876-10886", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 117, + "sizes": { + "javascript": 117 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "name": "./static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "index": 398, + "preOrderIndex": 398, + "index2": 395, + "postOrderIndex": 395, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphql-cover-2_53228256672_o-2417829da8fd4e0d97d3da6abb0b7704.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "loc": "1:1829-1917", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "loc": "1:10887-10897", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 117, + "sizes": { + "javascript": 117 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "name": "./static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "index": 399, + "preOrderIndex": 399, + "index2": 396, + "postOrderIndex": 396, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphql-cover-3_53228256612_o-10273002b8c7a4a56123cea87de221d4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "loc": "1:1917-2005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "loc": "1:10898-10908", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "index": 400, + "preOrderIndex": 400, + "index2": 397, + "postOrderIndex": 397, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202310_53229130641_o-31323151f91de4e6d4d2ddc81885c6fb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "loc": "1:2005-2096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "loc": "1:10909-10919", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "index": 401, + "preOrderIndex": 401, + "index2": 398, + "postOrderIndex": 398, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202311_53229130636_o-810900f6bc6265c8c14395b121571278.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "loc": "1:2096-2187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "loc": "1:10920-10930", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "index": 402, + "preOrderIndex": 402, + "index2": 399, + "postOrderIndex": 399, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202312_53229431468_o-d3bf61f8e5d66c155d8a66dd5c713b8e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "loc": "1:2187-2278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "loc": "1:10931-10941", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "index": 403, + "preOrderIndex": 403, + "index2": 400, + "postOrderIndex": 400, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202313_53229431453_o-b9cc14fdec761f0d0225336f8cf832f3.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "loc": "1:2278-2369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "loc": "1:10942-10952", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "index": 404, + "preOrderIndex": 404, + "index2": 401, + "postOrderIndex": 401, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202314_53228256402_o-228c128a4921b5fcf54bd2ad196a7d15.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "loc": "1:2369-2460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "loc": "1:10953-10963", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "index": 405, + "preOrderIndex": 405, + "index2": 402, + "postOrderIndex": 402, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202315_53229431418_o-610cfeb05531db57e911c1eb5852d67a.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "loc": "1:2460-2551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "loc": "1:10964-10974", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "index": 406, + "preOrderIndex": 406, + "index2": 403, + "postOrderIndex": 403, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202316_53229130551_o-43289eb37133a3861622ffa84f622328.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "loc": "1:2551-2642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "loc": "1:10975-10985", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "index": 407, + "preOrderIndex": 407, + "index2": 404, + "postOrderIndex": 404, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202317_53229431408_o-a3ae66aca1f210443f105e86ef4b11d6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "loc": "1:2642-2733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "loc": "1:10986-10996", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "index": 408, + "preOrderIndex": 408, + "index2": 405, + "postOrderIndex": 405, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202318_53229431413_o-a9007a89da3de863347ed440a6ca88a0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "loc": "1:2733-2824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "loc": "1:10997-11007", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "index": 409, + "preOrderIndex": 409, + "index2": 406, + "postOrderIndex": 406, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202319_53229505639_o-2de487b1f6957c0477c5a4cb505fc228.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "loc": "1:2824-2915", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "loc": "1:11008-11018", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "index": 410, + "preOrderIndex": 410, + "index2": 407, + "postOrderIndex": 407, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20231_53229505964_o-1009e5c028a67ea1f3447e49e4be539c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "loc": "1:2915-3005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "loc": "1:11019-11029", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "index": 411, + "preOrderIndex": 411, + "index2": 408, + "postOrderIndex": 408, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202321_53229504679_o-0311f23e59786ccc039c5d4718757c6d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "loc": "1:3005-3096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "loc": "1:11030-11040", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "index": 412, + "preOrderIndex": 412, + "index2": 409, + "postOrderIndex": 409, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202322_53229431348_o-3e30b29158cebf6034463de17e1fb04e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "loc": "1:3096-3187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "loc": "1:11041-11051", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "index": 413, + "preOrderIndex": 413, + "index2": 410, + "postOrderIndex": 410, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202323_53229431353_o-544c2d88886cf21ba8f54be7b6cc35c4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "loc": "1:3187-3278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "loc": "1:11052-11062", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "index": 414, + "preOrderIndex": 414, + "index2": 411, + "postOrderIndex": 411, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202324_53228255322_o-5a71455f42de82043b5b4b77a3bcb99f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "loc": "1:3278-3369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "loc": "1:11063-11073", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "index": 415, + "preOrderIndex": 415, + "index2": 412, + "postOrderIndex": 412, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202325_53229628480_o-db8d142ccf34e27a42d1c81a24f249fe.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "loc": "1:3369-3460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "loc": "1:11074-11084", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "index": 416, + "preOrderIndex": 416, + "index2": 413, + "postOrderIndex": 413, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202326_53229504664_o-74350c88b65b1f2489c9c48cab66ad6e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "loc": "1:3460-3551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "loc": "1:11085-11095", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "index": 417, + "preOrderIndex": 417, + "index2": 414, + "postOrderIndex": 414, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202327_53229430403_o-45fa74843e0f6b54efaec98cc0942227.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "loc": "1:3551-3642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "loc": "1:11096-11106", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "index": 418, + "preOrderIndex": 418, + "index2": 415, + "postOrderIndex": 415, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202328_53229129426_o-b20f8aef89a3017f72c003d231ada0c5.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "loc": "1:3642-3733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "loc": "1:11107-11117", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "index": 419, + "preOrderIndex": 419, + "index2": 416, + "postOrderIndex": 416, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202329_53228255262_o-43aa6c7bc103c6bbff058de4c31c5c2d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "loc": "1:3733-3824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "loc": "1:11118-11128", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "index": 420, + "preOrderIndex": 420, + "index2": 417, + "postOrderIndex": 417, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20232_53229629585_o-b359501299c1f46aa004cdbeeb02df2c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "loc": "1:3824-3914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "loc": "1:11129-11139", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "index": 421, + "preOrderIndex": 421, + "index2": 418, + "postOrderIndex": 418, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202330_53229430393_o-b88d49c8ee877c843f52cdfd19a782a6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "loc": "1:3914-4005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "loc": "1:11140-11150", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "index": 422, + "preOrderIndex": 422, + "index2": 419, + "postOrderIndex": 419, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202331_53229430378_o-be294c1e8521e4bda6f2709d7d53b895.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "loc": "1:4005-4096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "loc": "1:11151-11161", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "index": 423, + "preOrderIndex": 423, + "index2": 420, + "postOrderIndex": 420, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202332_53228255222_o-68b935748ca74a80f78631a5f59409fd.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "loc": "1:4096-4187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "loc": "1:11162-11172", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "index": 424, + "preOrderIndex": 424, + "index2": 421, + "postOrderIndex": 421, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202333_53229504589_o-6516b179148b6d50ae76cbee72366a76.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "loc": "1:4187-4278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "loc": "1:11173-11183", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "index": 425, + "preOrderIndex": 425, + "index2": 422, + "postOrderIndex": 422, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202334_53229505599_o-7f221b5ce70e668edc4a5c7a20ebf620.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "loc": "1:4278-4369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "loc": "1:11184-11194", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "index": 426, + "preOrderIndex": 426, + "index2": 423, + "postOrderIndex": 423, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202335_53228256247_o-3dda6ab1194f9c00828d9db9aab88096.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "loc": "1:4369-4460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "loc": "1:11195-11205", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "index": 427, + "preOrderIndex": 427, + "index2": 424, + "postOrderIndex": 424, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202336_53229431263_o-931a08cabd04bea463270be638991181.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "loc": "1:4460-4551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "loc": "1:11206-11216", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "index": 428, + "preOrderIndex": 428, + "index2": 425, + "postOrderIndex": 425, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202337_53229431268_o-f2866a9f77f63ecad24bd1d9182ad7d1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "loc": "1:4551-4642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "loc": "1:11217-11227", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "index": 429, + "preOrderIndex": 429, + "index2": 426, + "postOrderIndex": 426, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202338_53228256132_o-9d297db9a0733518efc33303f1a184d0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "loc": "1:4642-4733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "loc": "1:11228-11238", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "index": 430, + "preOrderIndex": 430, + "index2": 427, + "postOrderIndex": 427, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202339_53228256117_o-1d6791f79c41e43a1a7cc83928df359d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "loc": "1:4733-4824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "loc": "1:11239-11249", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "index": 431, + "preOrderIndex": 431, + "index2": 428, + "postOrderIndex": 428, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20233_53229431633_o-6251b6ca08b289ec31487e2dee733207.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "loc": "1:4824-4914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "loc": "1:11250-11260", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "index": 432, + "preOrderIndex": 432, + "index2": 429, + "postOrderIndex": 429, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202340_53229431183_o-a7d577b0c52caa68f9de2874a6afd0ee.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "loc": "1:4914-5005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "loc": "1:11261-11271", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "index": 433, + "preOrderIndex": 433, + "index2": 430, + "postOrderIndex": 430, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202341_53229629225_o-f8330b27c5270e291cd1a25978e9a0c9.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "loc": "1:5005-5096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "loc": "1:11272-11282", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "index": 434, + "preOrderIndex": 434, + "index2": 431, + "postOrderIndex": 431, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202342_53229130301_o-3a6466947eb087471d49edcc857bd552.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "loc": "1:5096-5187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "loc": "1:11283-11293", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "index": 435, + "preOrderIndex": 435, + "index2": 432, + "postOrderIndex": 432, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202343_53229505484_o-8d1544a05207a01ad7645cd0ea53e88c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "loc": "1:5187-5278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "loc": "1:11294-11304", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "index": 436, + "preOrderIndex": 436, + "index2": 433, + "postOrderIndex": 433, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202344_53228256077_o-bf3631260f135d46bfe9ec2430452c7d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "loc": "1:5278-5369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "loc": "1:11305-11315", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "index": 437, + "preOrderIndex": 437, + "index2": 434, + "postOrderIndex": 434, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202345_53229504499_o-4514bcda6f6e979a5ff34890ccb8acb7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "loc": "1:5369-5460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "loc": "1:11316-11326", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "index": 438, + "preOrderIndex": 438, + "index2": 435, + "postOrderIndex": 435, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202346_53229629115_o-d449fd646b0a9936fe4a8df9858f4449.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "loc": "1:5460-5551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "loc": "1:11327-11337", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "index": 439, + "preOrderIndex": 439, + "index2": 436, + "postOrderIndex": 436, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202347_53229129301_o-ad016d33efd251b95f373e54494a5861.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "loc": "1:5551-5642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "loc": "1:11338-11348", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "index": 440, + "preOrderIndex": 440, + "index2": 437, + "postOrderIndex": 437, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202348_53229130226_o-718519f1b177c7d2b186aa1befbdeb75.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "loc": "1:5642-5733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "loc": "1:11349-11359", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "index": 441, + "preOrderIndex": 441, + "index2": 438, + "postOrderIndex": 438, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202349_53228256032_o-1e8b789de498a570dc51d1ce4031347e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "loc": "1:5733-5824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "loc": "1:11360-11370", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "index": 442, + "preOrderIndex": 442, + "index2": 439, + "postOrderIndex": 439, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20234_53229629525_o-46b3a29a1fec69c90d7b1372aa7982f0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "loc": "1:5824-5914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "loc": "1:11371-11381", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "index": 443, + "preOrderIndex": 443, + "index2": 440, + "postOrderIndex": 440, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202350_53229130146_o-770bfbfbbc79ac36ab2a68e43a61769c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "loc": "1:5914-6005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "loc": "1:11382-11392", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "index": 444, + "preOrderIndex": 444, + "index2": 441, + "postOrderIndex": 441, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202351_53229130151_o-9265089e4f71ddc21bb2449ca5c8ded8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "loc": "1:6005-6096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "loc": "1:11393-11403", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "index": 445, + "preOrderIndex": 445, + "index2": 442, + "postOrderIndex": 442, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202352_53229629035_o-c63737330822c881cc887a9e177f5482.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "loc": "1:6096-6187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "loc": "1:11404-11414", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "index": 446, + "preOrderIndex": 446, + "index2": 443, + "postOrderIndex": 443, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202353_53228255937_o-f17906f4b321de9729bab31d8f16ae13.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "loc": "1:6187-6278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "loc": "1:11415-11425", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "index": 447, + "preOrderIndex": 447, + "index2": 444, + "postOrderIndex": 444, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202354_53229430998_o-b7afe7f9471b5b065dbfbad633e517c1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "loc": "1:6278-6369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "loc": "1:11426-11436", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "index": 448, + "preOrderIndex": 448, + "index2": 445, + "postOrderIndex": 445, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202355_53228255882_o-6991951134e52f45d2056f4e7b2391bb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "loc": "1:6369-6460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "loc": "1:11437-11447", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "index": 449, + "preOrderIndex": 449, + "index2": 446, + "postOrderIndex": 446, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202356_53229505199_o-806afc3368bed3c68a4f1ab036615e72.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "loc": "1:6460-6551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "loc": "1:11448-11458", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "index": 450, + "preOrderIndex": 450, + "index2": 447, + "postOrderIndex": 447, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202357_53228255742_o-ff163b195d5bc26696b4ba2a38297633.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "loc": "1:6551-6642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "loc": "1:11459-11469", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "index": 451, + "preOrderIndex": 451, + "index2": 448, + "postOrderIndex": 448, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202358_53229628875_o-28b75ed3a78d97f92139fcc7e897156a.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "loc": "1:6642-6733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "loc": "1:11470-11480", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "index": 452, + "preOrderIndex": 452, + "index2": 449, + "postOrderIndex": 449, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202359_53229129286_o-85ea11ff858d5a1dd941d87afdc2d527.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "loc": "1:6733-6824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "loc": "1:11481-11491", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "index": 453, + "preOrderIndex": 453, + "index2": 450, + "postOrderIndex": 450, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20235_53229505904_o-a736f56b987a918c4c9a9b58dcc7092d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "loc": "1:6824-6914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "loc": "1:11492-11502", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "index": 454, + "preOrderIndex": 454, + "index2": 451, + "postOrderIndex": 451, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202360_53229430883_o-3531320d97fb7c910547c3efc391fff4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "loc": "1:6914-7005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "loc": "1:11503-11513", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "index": 455, + "preOrderIndex": 455, + "index2": 452, + "postOrderIndex": 452, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202361_53229628295_o-46f1e170d6aca3cfde657be2b9f62563.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "loc": "1:7005-7096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "loc": "1:11514-11524", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "index": 456, + "preOrderIndex": 456, + "index2": 453, + "postOrderIndex": 453, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202362_53229430868_o-500a2f8980850b7bcc9997f1ca71f7d8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "loc": "1:7096-7187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "loc": "1:11525-11535", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "index": 457, + "preOrderIndex": 457, + "index2": 454, + "postOrderIndex": 454, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202363_53229505084_o-00d6e7f5fefe60ffcf0fb324193128fd.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "loc": "1:7187-7278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "loc": "1:11536-11546", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "index": 458, + "preOrderIndex": 458, + "index2": 455, + "postOrderIndex": 455, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202364_53229430858_o-46c8746589c68c3034c6727f8c174085.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "loc": "1:7278-7369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "loc": "1:11547-11557", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "index": 459, + "preOrderIndex": 459, + "index2": 456, + "postOrderIndex": 456, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202365_53229430258_o-c5be2321ad4f0eacedb1be7a48bb42a9.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "loc": "1:7369-7460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "loc": "1:11558-11568", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "index": 460, + "preOrderIndex": 460, + "index2": 457, + "postOrderIndex": 457, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202366_53229628825_o-ddae01cef7d0ad11fedd6f7884140248.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "loc": "1:7460-7551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "loc": "1:11569-11579", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "index": 461, + "preOrderIndex": 461, + "index2": 458, + "postOrderIndex": 458, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202367_53229430268_o-db8d142ccf34e27a42d1c81a24f249fe.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "loc": "1:7551-7642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "loc": "1:11580-11590", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "index": 462, + "preOrderIndex": 462, + "index2": 459, + "postOrderIndex": 459, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202368_53229430823_o-06b3992a2ca9c077f76eef5e56aa4de6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "loc": "1:7642-7733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "loc": "1:11591-11601", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "index": 463, + "preOrderIndex": 463, + "index2": 460, + "postOrderIndex": 460, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202369_53229628795_o-2912559713b847a29a795aee060b0a3d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "loc": "1:7733-7824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "loc": "1:11602-11612", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "index": 464, + "preOrderIndex": 464, + "index2": 461, + "postOrderIndex": 461, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20236_53229431543_o-e4b4337daff740b722d8affebe31a274.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "loc": "1:7824-7914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "loc": "1:11613-11623", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "index": 465, + "preOrderIndex": 465, + "index2": 462, + "postOrderIndex": 462, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202370_53228255572_o-1d51ca9834e9f6ce72827106d77d6ca1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "loc": "1:7914-8005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "loc": "1:11624-11634", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "index": 466, + "preOrderIndex": 466, + "index2": 463, + "postOrderIndex": 463, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202371_53229628710_o-440308cf2b7bdc23f618c65ad261cca7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "loc": "1:8005-8096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "loc": "1:11635-11645", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "index": 467, + "preOrderIndex": 467, + "index2": 464, + "postOrderIndex": 464, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202372_53229628695_o-59b3dee31c705555db463ad3abcea987.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "loc": "1:8096-8187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "loc": "1:11646-11656", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "index": 468, + "preOrderIndex": 468, + "index2": 465, + "postOrderIndex": 465, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202373_53229430683_o-9b86922287a6675cafeaa2ae0974d90e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "loc": "1:8187-8278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "loc": "1:11657-11667", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "index": 469, + "preOrderIndex": 469, + "index2": 466, + "postOrderIndex": 466, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202374_53228255537_o-3b263ece2bbdfb7657ed5bb0cedde0ef.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "loc": "1:8278-8369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "loc": "1:11668-11678", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "index": 470, + "preOrderIndex": 470, + "index2": 467, + "postOrderIndex": 467, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202375_53228255527_o-f46369bd021ede1a43f2a4882b2fecf0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "loc": "1:8369-8461", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "loc": "1:11679-11690", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "index": 471, + "preOrderIndex": 471, + "index2": 468, + "postOrderIndex": 468, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202376_53229628665_o-b2ff9b9dfd4109a40eb65d093126d5d8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "loc": "1:8461-8553", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "loc": "1:11691-11702", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "index": 472, + "preOrderIndex": 472, + "index2": 469, + "postOrderIndex": 469, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202377_53229430648_o-a0f9ab4eb1aaab5c2d19cc393be552aa.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "loc": "1:8553-8645", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "loc": "1:11703-11714", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "index": 473, + "preOrderIndex": 473, + "index2": 470, + "postOrderIndex": 470, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202378_53228255107_o-b46a32475481a765434cb94fbfa54ea7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "loc": "1:8645-8737", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "loc": "1:11715-11726", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "index": 474, + "preOrderIndex": 474, + "index2": 471, + "postOrderIndex": 471, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202379_53228255097_o-71662a5d23c6dde9452074c02d19767f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "loc": "1:8737-8829", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "loc": "1:11727-11738", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "index": 475, + "preOrderIndex": 475, + "index2": 472, + "postOrderIndex": 472, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20237_53229629480_o-d4efd23970b4cb1d146d0d2c6a3dd515.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "loc": "1:8829-8920", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "loc": "1:11739-11750", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "index": 476, + "preOrderIndex": 476, + "index2": 473, + "postOrderIndex": 473, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202380_53229430623_o-d414181414836731fb059ff9df747ae8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "loc": "1:8920-9012", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "loc": "1:11751-11762", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "index": 477, + "preOrderIndex": 477, + "index2": 474, + "postOrderIndex": 474, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202381_53228255092_o-6616837630cbd8917bec11db323616e1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "loc": "1:9012-9104", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "loc": "1:11763-11774", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "index": 478, + "preOrderIndex": 478, + "index2": 475, + "postOrderIndex": 475, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202383_53228255462_o-5a60138c70429529b592647ca12d0974.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "loc": "1:9104-9196", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "loc": "1:11775-11786", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "index": 479, + "preOrderIndex": 479, + "index2": 476, + "postOrderIndex": 476, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202384_53229129586_o-ed9a1e4514691d05e1ee63f7f7855956.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "loc": "1:9196-9288", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "loc": "1:11787-11798", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "index": 480, + "preOrderIndex": 480, + "index2": 477, + "postOrderIndex": 477, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202385_53229504819_o-4b434aedfdfc4d6010e463732f502fab.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "loc": "1:9288-9380", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "loc": "1:11799-11810", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "index": 481, + "preOrderIndex": 481, + "index2": 478, + "postOrderIndex": 478, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202386_53229129601_o-f13a361d5e740851ad0492b804344d07.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "loc": "1:9380-9472", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "loc": "1:11811-11822", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "index": 482, + "preOrderIndex": 482, + "index2": 479, + "postOrderIndex": 479, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202387_53229628600_o-2ac92c8a332a16d88fb32e719a498677.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "loc": "1:9472-9564", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "loc": "1:11823-11834", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "index": 483, + "preOrderIndex": 483, + "index2": 480, + "postOrderIndex": 480, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202388_53229430518_o-84bd124ede8aa974d2c23f82f6f44957.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "loc": "1:9564-9656", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "loc": "1:11835-11846", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "index": 484, + "preOrderIndex": 484, + "index2": 481, + "postOrderIndex": 481, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202389_53229129526_o-768a25f98e4f7aaec56318e69bdf92d9.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "loc": "1:9656-9748", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "loc": "1:11847-11858", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "index": 485, + "preOrderIndex": 485, + "index2": 482, + "postOrderIndex": 482, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20238_53228256482_o-3d7752d6e59d7818f5f00cb7b614ba94.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "loc": "1:9748-9839", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "loc": "1:11859-11870", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "index": 486, + "preOrderIndex": 486, + "index2": 483, + "postOrderIndex": 483, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202390_53229628530_o-2058d6ea6bf0382b52927d19d3707687.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "loc": "1:9839-9931", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "loc": "1:11871-11882", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "index": 487, + "preOrderIndex": 487, + "index2": 484, + "postOrderIndex": 484, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202391_53229504714_o-ff9dac7db37cbec450f8d2519b234d2f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "loc": "1:9931-10023", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "loc": "1:11883-11894", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "index": 488, + "preOrderIndex": 488, + "index2": 485, + "postOrderIndex": 485, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202392_53229430473_o-492dfc5219c4bfc912179ce2f9004049.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "loc": "1:10023-10115", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "loc": "1:11895-11906", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "index": 489, + "preOrderIndex": 489, + "index2": 486, + "postOrderIndex": 486, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202393_53229129511_o-417f29e49edfbfaaa617584c3418c915.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "loc": "1:10115-10207", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "loc": "1:11907-11918", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "index": 490, + "preOrderIndex": 490, + "index2": 487, + "postOrderIndex": 487, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202394_53228255057_o-1c56287d1dcb2cd41dc97c5c68afdc24.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "loc": "1:10207-10299", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "loc": "1:11919-11930", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "index": 491, + "preOrderIndex": 491, + "index2": 488, + "postOrderIndex": 488, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202395_53229430163_o-c9173d798e6ffa93de7805e5a59eae29.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "loc": "1:10299-10391", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "loc": "1:11931-11942", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "index": 492, + "preOrderIndex": 492, + "index2": 489, + "postOrderIndex": 489, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202396_53229628185_o-3bf05e49280b8da314a123d4a98ed5b5.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "loc": "1:10391-10483", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "loc": "1:11943-11954", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 134, + "sizes": { + "javascript": 134 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "index": 493, + "preOrderIndex": 493, + "index2": 490, + "postOrderIndex": 490, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-2023graphqlconf-2023_53228255062_o-85ffd08d3ebb0d09266b3a99c8f40c0d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "loc": "1:10483-10589", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "loc": "1:11955-11966", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-134" + ], + "depth": 5 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1975, + "sizes": { + "javascript": 1975 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "index": 497, + "preOrderIndex": 497, + "index2": 497, + "postOrderIndex": 497, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8023, + "issuerId": 5418, + "chunks": [ + 827 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/conf/sched.tsx", + "loc": "1:1084-1191", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-26", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-sched-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Footer/index.tsx: Module ./src/components/Conf/Footer/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-sched-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Header/index.tsx: Module ./src/components/Conf/Header/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-sched-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Layout/index.tsx: Module ./src/components/Conf/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-sched-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Seo/index.tsx: Module ./src/components/Conf/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-sched-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 14915, + "sizes": { + "javascript": 14915 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "name": "./src/pages/conf/speak.tsx + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "index": 498, + "preOrderIndex": 498, + "index2": 499, + "postOrderIndex": 499, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 522, + "chunks": [ + 585 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/conf/speak.tsx", + "loc": "1:1235-1342", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/clsx/dist/clsx.m.js: Module ./node_modules/clsx/dist/clsx.m.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-speak-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Footer/index.tsx: Module ./src/components/Conf/Footer/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-speak-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Header/index.tsx: Module ./src/components/Conf/Header/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-speak-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Layout/index.tsx: Module ./src/components/Conf/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-speak-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Section/index.tsx: Module ./src/components/Conf/Section/index.tsx is referenced from different chunks by these modules: ./src/pages/conf/faq.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Seo/index.tsx: Module ./src/components/Conf/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-speak-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 13985, + "sizes": { + "javascript": 13985 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "index": 498, + "preOrderIndex": 498, + "index2": 499, + "postOrderIndex": 499, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 5418, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 8:0-53:3" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 930, + "sizes": { + "javascript": 930 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "name": "./src/components/Conf/Button/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "index": 499, + "preOrderIndex": 499, + "index2": 498, + "postOrderIndex": 498, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "module": "./src/pages/conf/speak.tsx", + "moduleName": "./src/pages/conf/speak.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Button", + "loc": "5:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "module": "./src/pages/conf/speak.tsx", + "moduleName": "./src/pages/conf/speak.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Button", + "loc": "81:84-94", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3833, + "sizes": { + "javascript": 3833 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "name": "./src/pages/faq.tsx + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "index": 500, + "preOrderIndex": 500, + "index2": 502, + "postOrderIndex": 502, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5099, + "chunks": [ + 288 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/faq.tsx", + "loc": "1:1379-1472", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./src/components/FAQSection/index.tsx: Module ./src/components/FAQSection/index.tsx is referenced from different chunks by these modules: ./src/components/FAQLayout/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-faq-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-faq-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1969, + "sizes": { + "javascript": 1969 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "name": "./src/pages/faq.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "index": 500, + "preOrderIndex": 500, + "index2": 502, + "postOrderIndex": 502, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 5418, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-26" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1864, + "sizes": { + "javascript": 1864 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "name": "./src/utils/useFAQAccordion.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "index": 502, + "preOrderIndex": 502, + "index2": 501, + "postOrderIndex": 501, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "issuerName": "./src/pages/faq.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "name": "./src/pages/faq.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "module": "./src/pages/faq.tsx", + "moduleName": "./src/pages/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils/useFAQAccordion", + "loc": "4:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "module": "./src/pages/faq.tsx", + "moduleName": "./src/pages/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/useFAQAccordion", + "loc": "11:2-17", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "useFAQAccordion" + ], + "providedExports": [ + "useFAQAccordion" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-38" + ], + "depth": 3 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 44758, + "sizes": { + "javascript": 44758 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "name": "./src/pages/foundation/members.tsx + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "index": 503, + "preOrderIndex": 503, + "index2": 504, + "postOrderIndex": 504, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1770, + "chunks": [ + 482 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/foundation/members.tsx", + "loc": "1:1524-1647", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-foundation-members-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-foundation-members-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/prop-types/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1975, + "sizes": { + "javascript": 1975 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "name": "./src/pages/foundation/members.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "index": 503, + "preOrderIndex": 503, + "index2": 504, + "postOrderIndex": 504, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 5418, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-26" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 42783, + "sizes": { + "javascript": 42783 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "name": "./node_modules/iframe-resizer-react/dist/index.es.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "index": 504, + "preOrderIndex": 504, + "index2": 503, + "postOrderIndex": 503, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "issuerName": "./src/pages/foundation/members.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "name": "./src/pages/foundation/members.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "module": "./src/pages/foundation/members.tsx", + "moduleName": "./src/pages/foundation/members.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "iframe-resizer-react", + "loc": "4:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "module": "./src/pages/foundation/members.tsx", + "moduleName": "./src/pages/foundation/members.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "iframe-resizer-react", + "loc": "25:83-96", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 41:0-1442:3" + ], + "depth": 3 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 20283, + "sizes": { + "javascript": 20283 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "name": "./src/pages/index.tsx + 8 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "index": 505, + "preOrderIndex": 505, + "index2": 513, + "postOrderIndex": 513, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4967, + "chunks": [ + 691 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/index.tsx", + "loc": "1:1686-1783", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/HeaderLinks/index.tsx: Module ./src/components/HeaderLinks/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Logo/index.tsx: Module ./src/components/Logo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Prism/index.tsx: Module ./src/components/Prism/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Search/index.tsx: Module ./src/components/Search/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-index-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2660, + "sizes": { + "javascript": 2660 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "index": 505, + "preOrderIndex": 505, + "index2": 513, + "postOrderIndex": 513, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 5418, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-26" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1921, + "sizes": { + "javascript": 1921 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "index": 506, + "preOrderIndex": 506, + "index2": 505, + "postOrderIndex": 505, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/Hero", + "loc": "3:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/Hero", + "loc": "20:38-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1713, + "sizes": { + "javascript": 1713 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "name": "./src/Containers/Sections/SingleRequest/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "index": 507, + "preOrderIndex": 507, + "index2": 506, + "postOrderIndex": 506, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/SingleRequest", + "loc": "4:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/SingleRequest", + "loc": "34:574-587", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2316, + "sizes": { + "javascript": 2316 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "name": "./src/Containers/Sections/TypeSystem/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "index": 508, + "preOrderIndex": 508, + "index2": 507, + "postOrderIndex": 507, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/TypeSystem", + "loc": "5:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/TypeSystem", + "loc": "34:629-639", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2748, + "sizes": { + "javascript": 2748 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "name": "./src/Containers/Sections/PredictableResults/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "index": 509, + "preOrderIndex": 509, + "index2": 508, + "postOrderIndex": 508, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PredictableResults", + "loc": "6:0-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PredictableResults", + "loc": "34:514-532", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2615, + "sizes": { + "javascript": 2615 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "name": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "index": 510, + "preOrderIndex": 510, + "index2": 509, + "postOrderIndex": 509, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/BringYourOwnCode", + "loc": "7:0-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/BringYourOwnCode", + "loc": "34:793-809", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3132, + "sizes": { + "javascript": 3132 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "name": "./src/Containers/Sections/WithoutVersion/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "index": 511, + "preOrderIndex": 511, + "index2": 510, + "postOrderIndex": 510, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WithoutVersion", + "loc": "8:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WithoutVersion", + "loc": "34:736-751", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1191, + "sizes": { + "javascript": 1191 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "name": "./src/Containers/Sections/PowerFulTools/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "index": 512, + "preOrderIndex": 512, + "index2": 511, + "postOrderIndex": 511, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PowerFulTools", + "loc": "9:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PowerFulTools", + "loc": "34:681-694", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1987, + "sizes": { + "javascript": 1987 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "name": "./src/Containers/Sections/WhosUsing/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "index": 513, + "preOrderIndex": 513, + "index2": 512, + "postOrderIndex": 512, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WhosUsing", + "loc": "10:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WhosUsing", + "loc": "34:851-860", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1829, + "sizes": { + "javascript": 1829 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "name": "./src/pages/users.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "index": 514, + "preOrderIndex": 514, + "index2": 514, + "postOrderIndex": 514, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5343, + "issuerId": 5418, + "chunks": [ + 24 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/pages/users.tsx", + "loc": "1:1822-1919", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-26", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-users-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-users-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 932, + "sizes": { + "javascript": 932 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "name": "./src/templates/{BlogPost.tags}.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "index": 515, + "preOrderIndex": 515, + "index2": 515, + "postOrderIndex": 515, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9490, + "issuerId": 5418, + "chunks": [ + 64 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/templates/{BlogPost.tags}.tsx", + "loc": "1:1971-2095", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-31", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogPostPreview/index.tsx: Module ./src/components/BlogPostPreview/index.tsx is referenced from different chunks by these modules: ./src/pages/blog.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogSidebar/index.tsx: Module ./src/components/BlogSidebar/index.tsx is referenced from different chunks by these modules: ./src/components/BlogLayout/index.tsx, ./src/pages/blog.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-templates-blog-post-tags-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-templates-blog-post-tags-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7783, + "sizes": { + "javascript": 7783 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "name": "./src/templates/doc.tsx + 6 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "index": 516, + "preOrderIndex": 516, + "index2": 522, + "postOrderIndex": 522, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 118, + "chunks": [ + 532 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "module": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "moduleName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "resolvedModule": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "./../../../src/templates/doc.tsx", + "loc": "1:2136-2237", + "moduleId": 5418, + "resolvedModuleId": 5418 + } + ], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-plugin-anchor-links/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogLayout/index.tsx: Module ./src/components/BlogLayout/index.tsx is referenced from different chunks by these modules: ./src/pages/blog/{BlogPost.postId}.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/FAQSection/index.tsx: Module ./src/components/FAQSection/index.tsx is referenced from different chunks by these modules: ./src/pages/faq.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Marked/index.tsx: Module ./src/components/Marked/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Seo/index.tsx: Module ./src/components/Seo/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-templates-doc-tsx, module is in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2)", + "ModuleConcatenation bailout: Cannot concat with ./src/utils/slug.ts: Module ./src/utils/slug.ts is not in the same chunk(s) (expected in chunk(s) component---src-templates-doc-tsx, module is in chunk(s) ca590772691f113e38a136d0a5eb0f0b3f2b8468)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 2, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1633, + "sizes": { + "javascript": 1633 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "index": 516, + "preOrderIndex": 516, + "index2": 522, + "postOrderIndex": 522, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerName": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 5418, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Head", + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 10:0-17:2" + ], + "depth": 2 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1109, + "sizes": { + "javascript": 1109 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "name": "./src/components/DocsLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "index": 517, + "preOrderIndex": 517, + "index2": 517, + "postOrderIndex": 517, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/DocsLayout", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/DocsLayout", + "loc": "11:8-18", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1508, + "sizes": { + "javascript": 1508 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "name": "./src/components/FoundationLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "index": 519, + "preOrderIndex": 519, + "index2": 518, + "postOrderIndex": 518, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/FoundationLayout", + "loc": "4:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/FoundationLayout", + "loc": "12:14-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 455, + "sizes": { + "javascript": 455 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "name": "./src/components/CodeLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "index": 520, + "preOrderIndex": 520, + "index2": 519, + "postOrderIndex": 519, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/CodeLayout", + "loc": "6:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/CodeLayout", + "loc": "14:8-18", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 394, + "sizes": { + "javascript": 394 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "name": "./src/components/FAQLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "index": 521, + "preOrderIndex": 521, + "index2": 520, + "postOrderIndex": 520, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/FAQLayout", + "loc": "7:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/FAQLayout", + "loc": "15:7-16", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1499, + "sizes": { + "javascript": 1499 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "name": "./src/components/ConfLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "index": 522, + "preOrderIndex": 522, + "index2": 521, + "postOrderIndex": 521, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/ConfLayout", + "loc": "8:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/ConfLayout", + "loc": "16:8-18", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1185, + "sizes": { + "javascript": 1185 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "name": "./src/components/DocsSidebar/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "index": 518, + "preOrderIndex": 518, + "index2": 516, + "postOrderIndex": 516, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "issuerName": "./src/components/DocsLayout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "name": "./src/components/DocsLayout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:1434-1445", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:1045-1056", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:1443-1454", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 710, + "sizes": { + "javascript": 710 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "index": 3, + "preOrderIndex": 3, + "index2": 74, + "postOrderIndex": 74, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "issuerName": "./.cache/api-runner-browser-plugins.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6161, + "issuerId": 4741, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "module": "./.cache/api-runner-browser-plugins.js", + "moduleName": "./.cache/api-runner-browser-plugins.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "resolvedModule": "./.cache/api-runner-browser-plugins.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "loc": "1:24-95", + "moduleId": 4741, + "resolvedModuleId": 4741 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "onRouteUpdate" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:13-70", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 10032, + "sizes": { + "javascript": 10032 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "name": "./.cache/gatsby-browser-entry.js + 9 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "index": 12, + "preOrderIndex": 12, + "index2": 71, + "postOrderIndex": 71, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4854, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:131-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "15:100-127", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:131-170", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", + "module": "./.cache/page-renderer.js + 4 modules", + "moduleName": "./.cache/page-renderer.js + 4 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "15:100-127", + "moduleId": 4779, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "module": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:164-181", + "moduleId": 6945, + "resolvedModuleId": 6945 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "module": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:764-781", + "moduleId": 2284, + "resolvedModuleId": 2284 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:0-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1757-1761", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1843-1847", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "module": "./src/Containers/Sections/WhosUsing/index.tsx", + "moduleName": "./src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1899-1903", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:28-53", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:594-598", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:28-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:594-598", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:28-53", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:274-278", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "module": "./src/components/BlogPostPreview/index.tsx", + "moduleName": "./src/components/BlogPostPreview/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "resolvedModule": "./src/components/BlogPostPreview/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:609-613", + "moduleId": 7874, + "resolvedModuleId": 7874 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-65", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:138-152", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:996-1000", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "module": "./src/components/BlogSidebar/index.tsx", + "moduleName": "./src/components/BlogSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "resolvedModule": "./src/components/BlogSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1353-1357", + "moduleId": 2997, + "resolvedModuleId": 2997 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1140-1144", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:751-755", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:320-324", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1149-1153", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:298-302", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:298-302", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "module": "./src/components/Link/index.tsx", + "moduleName": "./src/components/Link/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "resolvedModule": "./src/components/Link/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 2748, + "resolvedModuleId": 2748 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "module": "./src/components/Link/index.tsx", + "moduleName": "./src/components/Link/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "resolvedModule": "./src/components/Link/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:368-372", + "moduleId": 2748, + "resolvedModuleId": 2748 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-60", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "module": "./src/components/Seo/index.tsx", + "moduleName": "./src/components/Seo/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "resolvedModule": "./src/components/Seo/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:116-130", + "moduleId": 5131, + "resolvedModuleId": 5131 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "7:0-30", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "30:38-42", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "33:60-64", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "6:0-32", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "19:87-93", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:0-25", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1757-1761", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1843-1847", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "resolvedModule": "./src/Containers/Sections/WhosUsing/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1899-1903", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1140-1144", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:751-755", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:320-324", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:25-50", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby", + "loc": "1:1149-1153", + "moduleId": 118, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "Link", + "PageRenderer", + "Script", + "ScriptStrategy", + "Slice", + "StaticQuery", + "StaticQueryContext", + "collectedScriptsByPage", + "graphql", + "navigate", + "parsePath", + "prefetchPathname", + "scriptCache", + "scriptCallbackCache", + "useScrollRestoration", + "useStaticQuery", + "withAssetPrefix", + "withPrefix" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-react-router-scroll/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/create-content-digest-browser-shim.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/loader.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/public-page-renderer.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./.cache/slice/context.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./.cache/static-query.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js: Module ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js is referenced from different chunks by these modules: ./src/components/Marked/MiniGraphiQL.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js: Module ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js is referenced from different chunks by these modules: ./src/components/Marked/MiniGraphiQL.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js: Module ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js is referenced from different chunks by these modules: ./src/components/Marked/MiniGraphiQL.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-link/dist/index.modern.mjs because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-script/dist/index.modern.mjs: Module ./node_modules/gatsby-script/dist/index.modern.mjs is referenced from these modules with unsupported syntax: ./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js (referenced with cjs require)" + ], + "depth": 3, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 804, + "sizes": { + "javascript": 804 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "index": 12, + "preOrderIndex": 12, + "index2": 71, + "postOrderIndex": 71, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "issuerName": "./.cache/head/head-export-handler-for-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "Link", + "PageRenderer", + "Script", + "ScriptStrategy", + "Slice", + "StaticQuery", + "StaticQueryContext", + "collectedScriptsByPage", + "graphql", + "navigate", + "parsePath", + "prefetchPathname", + "scriptCache", + "scriptCallbackCache", + "useScrollRestoration", + "useStaticQuery", + "withAssetPrefix", + "withPrefix" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:29-67" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4423, + "sizes": { + "javascript": 4423 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "index": 64, + "preOrderIndex": 64, + "index2": 69, + "postOrderIndex": 69, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "issuerName": "./.cache/gatsby-browser-entry.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "module": "./.cache/gatsby-browser-entry.js", + "moduleName": "./.cache/gatsby-browser-entry.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice", + "loc": "1:750-777", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "module": "./.cache/gatsby-browser-entry.js", + "moduleName": "./.cache/gatsby-browser-entry.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./slice", + "loc": "1:750-777", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Slice" + ], + "providedExports": [ + "Slice" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 9:317-13:530" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1183, + "sizes": { + "javascript": 1183 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "name": "./.cache/slice/server-slice.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "index": 65, + "preOrderIndex": 65, + "index2": 61, + "postOrderIndex": 61, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/server-slice", + "loc": "1:277-323", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/server-slice", + "loc": "3:298-309", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ServerSlice" + ], + "providedExports": [ + "ServerSlice" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-37" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 659, + "sizes": { + "javascript": 659 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "name": "./.cache/slice/inline-slice.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "index": 69, + "preOrderIndex": 69, + "index2": 62, + "postOrderIndex": 62, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/inline-slice", + "loc": "1:323-369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/inline-slice", + "loc": "4:39-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/inline-slice", + "loc": "5:39-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "InlineSlice" + ], + "providedExports": [ + "InlineSlice" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-37" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1080, + "sizes": { + "javascript": 1080 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "index": 71, + "preOrderIndex": 71, + "index2": 68, + "postOrderIndex": 68, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/wrapNativeSuper", + "loc": "1:167-240", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/wrapNativeSuper", + "loc": "13:505-521", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 546, + "sizes": { + "javascript": 546 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "name": "./.cache/slice/server-slice-renderer.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "index": 68, + "preOrderIndex": 68, + "index2": 60, + "postOrderIndex": 60, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "issuerName": "./.cache/slice/server-slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "name": "./.cache/slice/server-slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./server-slice-renderer", + "loc": "1:169-226", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./server-slice-renderer", + "loc": "2:242-261", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ServerSliceRenderer" + ], + "providedExports": [ + "ServerSliceRenderer" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 118, + "sizes": { + "javascript": 118 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", + "name": "./node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", + "index": 72, + "preOrderIndex": 72, + "index2": 64, + "postOrderIndex": 64, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isNativeFunction.js", + "loc": "3:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./isNativeFunction.js", + "loc": "8:27-43", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 614, + "sizes": { + "javascript": 614 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "name": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "index": 73, + "preOrderIndex": 73, + "index2": 66, + "postOrderIndex": 66, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./construct.js", + "loc": "4:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./construct.js", + "loc": "17:13-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 237, + "sizes": { + "javascript": 237 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", + "name": "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", + "index": 75, + "preOrderIndex": 75, + "index2": 67, + "postOrderIndex": 67, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getPrototypeOf.js", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getPrototypeOf.js", + "loc": "17:41-55", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 368, + "sizes": { + "javascript": 368 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", + "name": "./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", + "index": 74, + "preOrderIndex": 74, + "index2": 65, + "postOrderIndex": 65, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "name": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "module": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isNativeReflectConstruct.js", + "loc": "2:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "module": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./isNativeReflectConstruct.js", + "loc": "4:6-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 7 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4157, + "sizes": { + "javascript": 4157 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "name": "./node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", + "index": 15, + "preOrderIndex": 15, + "index2": 9, + "postOrderIndex": 9, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", + "issuerName": "./node_modules/react-server-dom-webpack/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", + "name": "./node_modules/react-server-dom-webpack/index.js", + "id": 904 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9730, + "issuerId": 904, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", + "module": "./node_modules/react-server-dom-webpack/index.js", + "moduleName": "./node_modules/react-server-dom-webpack/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", + "resolvedModule": "./node_modules/react-server-dom-webpack/index.js", + "type": "cjs export require", + "active": true, + "explanation": "", + "userRequest": "./cjs/react-server-dom-webpack.production.min.js", + "loc": "4:2-78", + "moduleId": 904, + "resolvedModuleId": 904 + } + ], + "usedExports": [ + "createFromReadableStream" + ], + "providedExports": [ + "createFromFetch", + "createFromReadableStream", + "createFromXHR" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 10:13-224", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1639, + "sizes": { + "javascript": 1639 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "name": "./node_modules/prop-types/factoryWithThrowingShims.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "index": 25, + "preOrderIndex": 25, + "index2": 16, + "postOrderIndex": 16, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "issuerName": "./node_modules/prop-types/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "name": "./node_modules/prop-types/index.js", + "id": 5697 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2703, + "issuerId": 5697, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "module": "./node_modules/prop-types/factoryWithThrowingShims.js", + "moduleName": "./node_modules/prop-types/factoryWithThrowingShims.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "resolvedModule": "./node_modules/prop-types/factoryWithThrowingShims.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "16:0-14", + "moduleId": 2703, + "resolvedModuleId": 2703 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "module": "./node_modules/prop-types/index.js", + "moduleName": "./node_modules/prop-types/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "resolvedModule": "./node_modules/prop-types/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./factoryWithThrowingShims", + "loc": "18:19-56", + "moduleId": 5697, + "resolvedModuleId": 5697 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 16:0-14", + "Statement (VariableDeclaration) with side effects in source code at 10:0-65", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "json", + "layer": null, + "size": 12, + "sizes": { + "javascript": 12 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", + "name": "./.cache/redirects.json", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", + "index": 28, + "preOrderIndex": 28, + "index2": 19, + "postOrderIndex": 19, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "issuerName": "./.cache/redirect-utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "name": "./.cache/redirect-utils.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "module": "./.cache/redirect-utils.js", + "moduleName": "./.cache/redirect-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "resolvedModule": "./.cache/redirect-utils.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./redirects.json", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "module": "./.cache/redirect-utils.js", + "moduleName": "./.cache/redirect-utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", + "resolvedModule": "./.cache/redirect-utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./redirects.json", + "loc": "2:66-83", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 282, + "sizes": { + "javascript": 282 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", + "name": "./.cache/normalize-page-path.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", + "index": 30, + "preOrderIndex": 30, + "index2": 22, + "postOrderIndex": 22, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "issuerName": "./.cache/find-path.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "name": "./.cache/find-path.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "module": "./.cache/find-path.js", + "moduleName": "./.cache/find-path.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./normalize-page-path", + "loc": "1:81-134", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "module": "./.cache/find-path.js", + "moduleName": "./.cache/find-path.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./normalize-page-path", + "loc": "17:255-272", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "module": "./.cache/find-path.js", + "moduleName": "./.cache/find-path.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", + "resolvedModule": "./.cache/find-path.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./normalize-page-path", + "loc": "39:185-202", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 161, + "sizes": { + "javascript": 161 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "name": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "index": 32, + "preOrderIndex": 32, + "index2": 25, + "postOrderIndex": 25, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arrayWithoutHoles.js", + "loc": "1:0-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayWithoutHoles.js", + "loc": "6:9-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 175, + "sizes": { + "javascript": 175 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/iterableToArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", + "index": 34, + "preOrderIndex": 34, + "index2": 26, + "postOrderIndex": 26, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./iterableToArray.js", + "loc": "2:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./iterableToArray.js", + "loc": "6:35-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 495, + "sizes": { + "javascript": 495 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "index": 35, + "preOrderIndex": 35, + "index2": 27, + "postOrderIndex": 27, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./unsupportedIterableToArray.js", + "loc": "3:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./unsupportedIterableToArray.js", + "loc": "6:59-85", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 207, + "sizes": { + "javascript": 207 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", + "name": "./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", + "index": 36, + "preOrderIndex": 36, + "index2": 28, + "postOrderIndex": 28, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./nonIterableSpread.js", + "loc": "4:0-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./nonIterableSpread.js", + "loc": "6:94-111", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1363, + "sizes": { + "javascript": 1363 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "name": "./node_modules/react-dom/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "index": 45, + "preOrderIndex": 45, + "index2": 36, + "postOrderIndex": 36, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "issuerName": "./node_modules/react-dom/client.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "name": "./.cache/react-dom-utils.js", + "id": 4941 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "name": "./node_modules/react-dom/client.js", + "id": 745 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3935, + "issuerId": 745, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react-dom", + "loc": "2:0-41", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react-dom", + "loc": "646:53-65", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "module": "./node_modules/react-dom/client.js", + "moduleName": "./node_modules/react-dom/client.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "resolvedModule": "./node_modules/react-dom/client.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "react-dom", + "loc": "3:8-28", + "moduleId": 745, + "resolvedModuleId": 745 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react-dom", + "loc": "2:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "module": "./node_modules/react-medium-image-zoom/dist/index.js", + "moduleName": "./node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react-dom", + "loc": "646:53-65", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", + "createPortal", + "createRoot", + "findDOMNode", + "flushSync", + "hydrate", + "hydrateRoot", + "render", + "unmountComponentAtNode", + "unstable_batchedUpdates", + "unstable_renderSubtreeIntoContainer", + "version" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 34:2-13", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 204, + "sizes": { + "javascript": 204 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "name": "./.cache/head/components/fire-callback-in-effect.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", + "index": 49, + "preOrderIndex": 49, + "index2": 39, + "postOrderIndex": 39, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "issuerName": "./.cache/head/head-export-handler-for-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./components/fire-callback-in-effect", + "loc": "1:269-340", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./components/fire-callback-in-effect", + "loc": "15:20-40", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "FireCallbackInEffect" + ], + "providedExports": [ + "FireCallbackInEffect" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-29" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7182, + "sizes": { + "javascript": 7182 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "name": "./.cache/head/utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "index": 50, + "preOrderIndex": 50, + "index2": 41, + "postOrderIndex": 41, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "issuerName": "./.cache/head/head-export-handler-for-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils", + "loc": "1:340-516", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "1:750-780", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "1:939-965", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:260-269", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "12:341-360", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "12:481-496", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "15:253-275", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "module": "./.cache/head/head-export-handler-for-browser.js", + "moduleName": "./.cache/head/head-export-handler-for-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "resolvedModule": "./.cache/head/head-export-handler-for-browser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "15:278-305", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "applyHtmlAndBodyAttributes", + "diffNodes", + "filterHeadProps", + "getValidHeadNodesAndAttributes", + "headExportValidator", + "removeHtmlAndBodyAttributes", + "removePrevHeadElements" + ], + "providedExports": [ + "applyHtmlAndBodyAttributes", + "diffNodes", + "filterHeadProps", + "getValidHeadNodesAndAttributes", + "headExportValidator", + "isElementType", + "isEqualNode", + "isValidNodeName", + "removeHtmlAndBodyAttributes", + "removePrevHeadElements", + "warnForInvalidTag" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/dynamic", + "layer": null, + "size": 224, + "sizes": { + "javascript": 224 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "name": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "index": 54, + "preOrderIndex": 54, + "index2": 46, + "postOrderIndex": 46, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "id": 1432 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4836, + "issuerId": 1432, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "module": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/interopRequireDefault", + "loc": "3:29-84", + "moduleId": 1432, + "resolvedModuleId": 1432 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "module": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "moduleName": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "6:0-14", + "moduleId": 4836, + "resolvedModuleId": 4836 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "module": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "moduleName": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "6:103-117", + "moduleId": 4836, + "resolvedModuleId": 4836 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 6:0-14", + "CommonJS bailout: module.exports is used directly at 6:103-117", + "Statement (ExpressionStatement) with side effects in source code at 6:0-118", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/dynamic", + "layer": null, + "size": 295, + "sizes": { + "javascript": 295 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "name": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "index": 55, + "preOrderIndex": 55, + "index2": 47, + "postOrderIndex": 47, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "id": 1432 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6115, + "issuerId": 1432, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "module": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/assertThisInitialized", + "loc": "6:53-108", + "moduleId": 1432, + "resolvedModuleId": 1432 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "module": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "moduleName": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "7:0-14", + "moduleId": 6115, + "resolvedModuleId": 6115 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "module": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "moduleName": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "7:103-117", + "moduleId": 6115, + "resolvedModuleId": 6115 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 7:0-14", + "CommonJS bailout: module.exports is used directly at 7:103-117", + "Statement (ExpressionStatement) with side effects in source code at 7:0-118", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/dynamic", + "layer": null, + "size": 358, + "sizes": { + "javascript": 358 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "name": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "index": 56, + "preOrderIndex": 56, + "index2": 49, + "postOrderIndex": 49, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "id": 1432 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7867, + "issuerId": 1432, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "module": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/inheritsLoose", + "loc": "7:45-92", + "moduleId": 1432, + "resolvedModuleId": 1432 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "module": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "moduleName": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "7:0-14", + "moduleId": 7867, + "resolvedModuleId": 7867 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "module": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "moduleName": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "7:95-109", + "moduleId": 7867, + "resolvedModuleId": 7867 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 7:0-14", + "CommonJS bailout: module.exports is used directly at 7:95-109", + "Statement (VariableDeclaration) with side effects in source code at 1:0-52", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1933, + "sizes": { + "javascript": 1933 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/session-storage.js", + "name": "./node_modules/gatsby-react-router-scroll/session-storage.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/session-storage.js", + "index": 58, + "preOrderIndex": 58, + "index2": 50, + "postOrderIndex": 50, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "id": 1432 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1142, + "issuerId": 1432, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "module": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "moduleName": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "resolvedModule": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./session-storage", + "loc": "10:22-50", + "moduleId": 1432, + "resolvedModuleId": 1432 + } + ], + "usedExports": true, + "providedExports": [ + "SessionStorage", + "__esModule" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 668, + "sizes": { + "javascript": 668 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js", + "name": "./node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js", + "index": 61, + "preOrderIndex": 61, + "index2": 54, + "postOrderIndex": 54, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "issuerName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", + "name": "./.cache/navigation.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "name": "./node_modules/gatsby-link/dist/index.modern.mjs", + "id": 1562 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4506, + "issuerId": 1562, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-page-utils/apply-trailing-slash-option", + "loc": "2:120-209", + "moduleId": 1562, + "resolvedModuleId": 1562 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "module": "./node_modules/gatsby-link/dist/index.modern.mjs", + "moduleName": "./node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", + "resolvedModule": "./node_modules/gatsby-link/dist/index.modern.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-page-utils/apply-trailing-slash-option", + "loc": "2:1367-1368", + "moduleId": 1562, + "resolvedModuleId": 1562 + } + ], + "usedExports": [ + "applyTrailingSlashOption" + ], + "providedExports": [ + "__esModule", + "applyTrailingSlashOption" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1166, + "sizes": { + "javascript": 1166 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", + "name": "./node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", + "index": 78, + "preOrderIndex": 78, + "index2": 75, + "postOrderIndex": 75, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "issuerName": "./.cache/api-runner-browser-plugins.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1458, + "issuerId": 4741, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "module": "./.cache/api-runner-browser-plugins.js", + "moduleName": "./.cache/api-runner-browser-plugins.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "resolvedModule": "./.cache/api-runner-browser-plugins.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", + "loc": "1:128-202", + "moduleId": 4741, + "resolvedModuleId": 4741 + } + ], + "usedExports": true, + "providedExports": [ + "onRouteUpdate" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:669-4:261", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2879, + "sizes": { + "javascript": 2879 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "index": 79, + "preOrderIndex": 79, + "index2": 76, + "postOrderIndex": 76, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "issuerName": "./.cache/api-runner-browser-plugins.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 538, + "issuerId": 4741, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "module": "./.cache/api-runner-browser-plugins.js", + "moduleName": "./.cache/api-runner-browser-plugins.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "resolvedModule": "./.cache/api-runner-browser-plugins.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "loc": "1:248-323", + "moduleId": 4741, + "resolvedModuleId": 4741 + } + ], + "usedExports": true, + "providedExports": [ + "onInitialClientRender", + "onRouteUpdate" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-34" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 610, + "sizes": { + "javascript": 610 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", + "index": 80, + "preOrderIndex": 80, + "index2": 77, + "postOrderIndex": 77, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "issuerName": "./.cache/api-runner-browser-plugins.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8696, + "issuerId": 4741, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "module": "./.cache/api-runner-browser-plugins.js", + "moduleName": "./.cache/api-runner-browser-plugins.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "resolvedModule": "./.cache/api-runner-browser-plugins.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", + "loc": "1:505-578", + "moduleId": 4741, + "resolvedModuleId": 4741 + } + ], + "usedExports": true, + "providedExports": [ + "onRouteUpdate" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1093, + "sizes": { + "javascript": 1093 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "index": 81, + "preOrderIndex": 81, + "index2": 81, + "postOrderIndex": 81, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "issuerName": "./.cache/api-runner-browser-plugins.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4094, + "issuerId": 4741, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "module": "./.cache/api-runner-browser-plugins.js", + "moduleName": "./.cache/api-runner-browser-plugins.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "resolvedModule": "./.cache/api-runner-browser-plugins.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "loc": "1:667-750", + "moduleId": 4741, + "resolvedModuleId": 4741 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "onInitialClientRender" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 9701, + "sizes": { + "javascript": 9701 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "name": "./src/components/Layout/index.tsx + 5 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "index": 95, + "preOrderIndex": 95, + "index2": 108, + "postOrderIndex": 108, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 121, + "chunks": [ + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "6:42-48", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "11:42-48", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Layout", + "loc": "2:0-45", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Layout", + "loc": "12:42-48", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "8:42-48", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "4:0-42", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "155:42-48", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "21:42-48", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Layout", + "loc": "2:0-45", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Layout", + "loc": "9:42-48", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "16:42-48", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "8:42-48", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "42:42-48", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "2:0-42", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Layout", + "loc": "11:42-48", + "moduleId": 9490, + "resolvedModuleId": 9490 + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./static/img/logos/discord.svg: Module ./static/img/logos/discord.svg is referenced from different chunks by these modules: ./src/components/Conf/SocialIcons/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./static/img/logos/github.svg: Module ./static/img/logos/github.svg is referenced from different chunks by these modules: ./src/components/Conf/SocialIcons/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./static/img/logos/twitter.svg: Module ./static/img/logos/twitter.svg is referenced from different chunks by these modules: ./src/components/Conf/SocialIcons/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/HeaderLinks/index.tsx: Module ./src/components/HeaderLinks/index.tsx is referenced from different chunks by these modules: ./src/Containers/Sections/Hero/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Link/index.tsx: Module ./src/components/HeaderLinks/index.tsx is referenced from different chunks by these modules: ./src/Containers/Sections/Hero/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Logo/index.tsx: Module ./src/components/Logo/index.tsx is referenced from different chunks by these modules: ./src/Containers/Sections/Hero/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Search/index.tsx: Module ./src/components/Search/index.tsx is referenced from different chunks by these modules: ./src/Containers/Sections/Hero/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1222, + "sizes": { + "javascript": 1222 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "index": 95, + "preOrderIndex": 95, + "index2": 108, + "postOrderIndex": 108, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3213, + "sizes": { + "javascript": 3213 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "index": 96, + "preOrderIndex": 96, + "index2": 100, + "postOrderIndex": 100, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Footer", + "loc": "1:25-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Footer", + "loc": "1:1092-1098", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 511, + "sizes": { + "javascript": 511 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "name": "./src/components/Header/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "index": 103, + "preOrderIndex": 103, + "index2": 104, + "postOrderIndex": 104, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Header", + "loc": "1:55-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Header", + "loc": "1:1037-1043", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1707, + "sizes": { + "javascript": 1707 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "name": "./src/components/BackToTop/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "index": 109, + "preOrderIndex": 109, + "index2": 107, + "postOrderIndex": 107, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../BackToTop", + "loc": "1:157-193", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../BackToTop", + "loc": "1:1158-1167", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-45" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1682, + "sizes": { + "javascript": 1682 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "name": "./static/img/logos/stackoverflow.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "index": 101, + "preOrderIndex": 101, + "index2": 98, + "postOrderIndex": 98, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/stackoverflow.svg", + "loc": "1:292-385", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/stackoverflow.svg", + "loc": "1:1281-1298", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1366, + "sizes": { + "javascript": 1366 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "name": "./static/img/edit.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "index": 102, + "preOrderIndex": 102, + "index2": 99, + "postOrderIndex": 99, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/edit.svg", + "loc": "1:385-454", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/edit.svg", + "loc": "1:1939-1947", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 761, + "sizes": { + "javascript": 761 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "name": "./src/components/Seo/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", + "index": 110, + "preOrderIndex": 110, + "index2": 109, + "postOrderIndex": 109, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5131, + "issuerId": null, + "chunks": [ + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "3:0-36", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "module": "./src/pages/404.tsx", + "moduleName": "./src/pages/404.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", + "resolvedModule": "./src/pages/404.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "15:42-45", + "moduleId": 2513, + "resolvedModuleId": 2513 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "5:0-36", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "19:42-45", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Seo", + "loc": "4:0-39", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Seo", + "loc": "20:42-45", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "3:0-36", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "module": "./src/pages/brand.tsx", + "moduleName": "./src/pages/brand.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", + "resolvedModule": "./src/pages/brand.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "257:42-45", + "moduleId": 4310, + "resolvedModuleId": 4310 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "6:0-36", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "285:42-45", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "5:0-36", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "43:42-45", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Seo", + "loc": "3:0-39", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", + "module": "./src/pages/foundation/members.tsx + 1 modules", + "moduleName": "./src/pages/foundation/members.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Seo", + "loc": "36:42-45", + "moduleId": 1770, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "11:0-36", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "37:42-45", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "3:0-36", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "module": "./src/pages/users.tsx", + "moduleName": "./src/pages/users.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", + "resolvedModule": "./src/pages/users.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "37:42-45", + "moduleId": 5343, + "resolvedModuleId": 5343 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "9:0-36", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "68:42-45", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "5:0-36", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Seo", + "loc": "22:42-45", + "moduleId": 9490, + "resolvedModuleId": 9490 + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1307, + "sizes": { + "javascript": 1307 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "name": "./src/components/BlogLayout/index.tsx + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "index": 112, + "preOrderIndex": 112, + "index2": 333, + "postOrderIndex": 333, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 579, + "chunks": [ + 111, + 532 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/BlogLayout", + "loc": "3:0-53", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "module": "./src/pages/blog/{BlogPost.postId}.tsx", + "moduleName": "./src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", + "resolvedModule": "./src/pages/blog/{BlogPost.postId}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/BlogLayout", + "loc": "12:89-99", + "moduleId": 2906, + "resolvedModuleId": 2906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/BlogLayout", + "loc": "5:0-50", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/BlogLayout", + "loc": "13:8-18", + "moduleId": 118, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-blog-post-post-id-tsx, component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/components/BlogSidebar/index.tsx: Module ./src/components/BlogSidebar/index.tsx is referenced from different chunks by these modules: ./src/pages/blog.tsx, ./src/templates/{BlogPost.tags}.tsx", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Marked/index.tsx: Module ./src/components/Marked/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-blog-post-post-id-tsx, component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 434, + "sizes": { + "javascript": 434 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "name": "./src/components/BlogLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "index": 112, + "preOrderIndex": 112, + "index2": 333, + "postOrderIndex": 333, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-28" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 873, + "sizes": { + "javascript": 873 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "name": "./src/components/BlogPost/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "index": 114, + "preOrderIndex": 114, + "index2": 332, + "postOrderIndex": 332, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "issuerName": "./src/components/BlogLayout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "name": "./src/components/BlogLayout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "module": "./src/components/BlogLayout/index.tsx", + "moduleName": "./src/components/BlogLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../BlogPost", + "loc": "1:68-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "module": "./src/components/BlogLayout/index.tsx", + "moduleName": "./src/components/BlogLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../BlogPost", + "loc": "1:331-339", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-28" + ], + "depth": 4 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1423, + "sizes": { + "javascript": 1423 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "name": "./src/components/BlogSidebar/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", + "index": 113, + "preOrderIndex": 113, + "index2": 111, + "postOrderIndex": 111, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "issuerName": "./src/templates/{BlogPost.tags}.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "name": "./src/templates/{BlogPost.tags}.tsx", + "id": 9490 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2997, + "issuerId": 9490, + "chunks": [ + 64, + 111, + 410, + 532 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../BlogSidebar", + "loc": "1:28-68", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../BlogSidebar", + "loc": "1:386-397", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/BlogSidebar", + "loc": "4:0-52", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/BlogSidebar", + "loc": "16:41-52", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/BlogSidebar", + "loc": "4:0-52", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/BlogSidebar", + "loc": "16:41-52", + "moduleId": 9490, + "resolvedModuleId": 9490 + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-blog-post-post-id-tsx, component---src-pages-blog-tsx, component---src-templates-blog-post-tags-tsx, component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-blog-post-post-id-tsx, component---src-pages-blog-tsx, component---src-templates-blog-post-tags-tsx, component---src-templates-doc-tsx, module is in chunk(s) app)" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 281172, + "sizes": { + "javascript": 281172 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "name": "./src/components/Marked/index.tsx + 48 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "index": 115, + "preOrderIndex": 115, + "index2": 331, + "postOrderIndex": 331, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7759, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:53-83", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", + "module": "./src/components/BlogLayout/index.tsx + 1 modules", + "moduleName": "./src/components/BlogLayout/index.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:805-811", + "moduleId": 579, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:53-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "module": "./src/components/BlogPost/index.tsx", + "moduleName": "./src/components/BlogPost/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "resolvedModule": "./src/components/BlogPost/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:805-811", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:25-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "module": "./src/components/CodeLayout/index.tsx", + "moduleName": "./src/components/CodeLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:399-405", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:90-120", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:895-901", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:90-120", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:506-512", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "module": "./src/components/FAQSection/index.tsx", + "moduleName": "./src/components/FAQSection/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "resolvedModule": "./src/components/FAQSection/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:25-55", + "moduleId": 6210, + "resolvedModuleId": 6210 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "module": "./src/components/FAQSection/index.tsx", + "moduleName": "./src/components/FAQSection/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "resolvedModule": "./src/components/FAQSection/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:287-293", + "moduleId": 6210, + "resolvedModuleId": 6210 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:90-120", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:904-910", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/Marked", + "loc": "5:0-42", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Marked", + "loc": "55:38-44", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/Marked", + "loc": "64:38-44", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:25-55", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "resolvedModule": "./src/components/CodeLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:399-405", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:90-120", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:895-901", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:90-120", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:506-512", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:90-120", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Marked", + "loc": "1:904-910", + "moduleId": 118, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/buffer/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Prism/index.tsx: Module ./src/components/Prism/index.tsx is not in the same chunk(s) (expected in chunk(s) ca590772691f113e38a136d0a5eb0f0b3f2b8468, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./src/utils/slug.ts: Module ./src/utils/slug.ts is referenced from different chunks by these modules: ./src/components/DocsSidebar/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js: Module ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js is not in the same chunk(s) (expected in chunk(s) ca590772691f113e38a136d0a5eb0f0b3f2b8468, module is in chunk(s) app)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js: Module ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js is not in the same chunk(s) (expected in chunk(s) ca590772691f113e38a136d0a5eb0f0b3f2b8468, module is in chunk(s) app)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/graphql.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/parser.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/source.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/tokenKind.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/schema.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/astFromValue.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/buildASTSchema.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 3, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 19969, + "sizes": { + "javascript": 19969 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "index": 115, + "preOrderIndex": 115, + "index2": 331, + "postOrderIndex": 331, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "issuerName": "./src/pages/code.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 6140, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 8:3-531" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 622, + "sizes": { + "javascript": 622 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "name": "./src/components/Marked/Header.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "index": 121, + "preOrderIndex": 121, + "index2": 118, + "postOrderIndex": 118, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Header", + "loc": "6:62-91", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Header", + "loc": "105:222-228", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 15564, + "sizes": { + "javascript": 15564 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "index": 123, + "preOrderIndex": 123, + "index2": 282, + "postOrderIndex": 282, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./MiniGraphiQL", + "loc": "6:91-132", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./MiniGraphiQL", + "loc": "105:917-929", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 8:114-11:919" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 10372, + "sizes": { + "javascript": 10372 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "index": 287, + "preOrderIndex": 287, + "index2": 329, + "postOrderIndex": 329, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./swapiSchema", + "loc": "6:132-174", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./swapiSchema", + "loc": "105:792-806", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "StarWarsSchema" + ], + "providedExports": [ + "StarWarsSchema" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 14:3-688" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1960, + "sizes": { + "javascript": 1960 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "index": 334, + "preOrderIndex": 334, + "index2": 330, + "postOrderIndex": 330, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./usersSchema", + "loc": "6:174-213", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./usersSchema", + "loc": "105:813-824", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "UsersSchema" + ], + "providedExports": [ + "UsersSchema" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:0-416" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 81542, + "sizes": { + "javascript": 81542 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", + "name": "./node_modules/marked/lib/marked.esm.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", + "index": 124, + "preOrderIndex": 124, + "index2": 119, + "postOrderIndex": 119, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "marked", + "loc": "8:28-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "marked", + "loc": "91:32-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "marked" + ], + "providedExports": [ + "Hooks", + "Lexer", + "Parser", + "Renderer", + "Slugger", + "TextRenderer", + "Tokenizer", + "defaults", + "getDefaults", + "lexer", + "marked", + "options", + "parse", + "parseInline", + "parser", + "setOptions", + "use", + "walkTokens" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 37:0-29" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3181, + "sizes": { + "javascript": 3181 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "index": 291, + "preOrderIndex": 291, + "index2": 328, + "postOrderIndex": 328, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/schema", + "loc": "30:31-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "6:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "6:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "2:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "29:11-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "makeExecutableSchema" + ], + "providedExports": [ + "makeExecutableSchema" + ], + "optimizationBailout": [], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5328, + "sizes": { + "javascript": 5328 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "index": 292, + "preOrderIndex": 292, + "index2": 310, + "postOrderIndex": 310, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-typedefs.js", + "loc": "10:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-typedefs.js", + "loc": "10:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "62:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "69:31-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeTypeDefs" + ], + "providedExports": [ + "mergeGraphQLTypes", + "mergeTypeDefs" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 15559, + "sizes": { + "javascript": 15559 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "index": 317, + "preOrderIndex": 317, + "index2": 323, + "postOrderIndex": 323, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "73:13-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "addResolversToSchema" + ], + "providedExports": [ + "addResolversToSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1187, + "sizes": { + "javascript": 1187 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", + "name": "./node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", + "index": 318, + "preOrderIndex": 318, + "index2": 311, + "postOrderIndex": 311, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "4:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "8:10-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "5:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "5:0-83", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "extendResolversFromInterfaces" + ], + "providedExports": [ + "extendResolversFromInterfaces" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 884, + "sizes": { + "javascript": 884 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "name": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "index": 319, + "preOrderIndex": 319, + "index2": 319, + "postOrderIndex": 319, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "3:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "80:8-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "4:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "4:0-79", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "checkForResolveTypeResolver" + ], + "providedExports": [ + "checkForResolveTypeResolver" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1679, + "sizes": { + "javascript": 1679 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "index": 322, + "preOrderIndex": 322, + "index2": 312, + "postOrderIndex": 312, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "84:43-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "22:36-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "26:43-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "16:28-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "5:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "98:65-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "12:15-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "asArray" + ], + "providedExports": [ + "asArray", + "assertSome", + "compareNodes", + "compareStrings", + "isDocumentString", + "isSome", + "isValidPath", + "nodeToString" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2172, + "sizes": { + "javascript": 2172 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "index": 330, + "preOrderIndex": 330, + "index2": 325, + "postOrderIndex": 325, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-resolvers.js", + "loc": "1:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-resolvers.js", + "loc": "1:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "75:19-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeResolvers" + ], + "providedExports": [ + "mergeResolvers" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2150, + "sizes": { + "javascript": 2150 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "name": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "index": 332, + "preOrderIndex": 332, + "index2": 326, + "postOrderIndex": 326, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "1:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "1:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "4:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "81:8-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertResolversPresent" + ], + "providedExports": [ + "assertResolversPresent" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1890, + "sizes": { + "javascript": 1890 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "name": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "index": 333, + "preOrderIndex": 333, + "index2": 327, + "postOrderIndex": 327, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extensions.js", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extensions.js", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "84:27-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "85:8-23", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "applyExtensions", + "mergeExtensions" + ], + "providedExports": [ + "applyExtensions", + "extractExtensionsFromSchema", + "mergeExtensions" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 14004, + "sizes": { + "javascript": 14004 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "index": 293, + "preOrderIndex": 293, + "index2": 286, + "postOrderIndex": 286, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "21:16-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "7:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "20:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "25:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "65:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "2:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "43:33-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:42-64", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "collectComment", + "printWithComments", + "resetComments" + ], + "providedExports": [ + "collectComment", + "dedentBlockStringValue", + "getBlockStringIndentation", + "getComment", + "getDescription", + "getLeadingCommentBlock", + "printComment", + "printWithComments", + "pushComment", + "resetComments" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-26" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 18745, + "sizes": { + "javascript": 18745 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "index": 294, + "preOrderIndex": 294, + "index2": 294, + "postOrderIndex": 294, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "40:33-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "2:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "4:21-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "7:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "7:0-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getDocumentNodeFromSchema" + ], + "providedExports": [ + "astFromArg", + "astFromDirective", + "astFromEnumType", + "astFromEnumValue", + "astFromField", + "astFromInputField", + "astFromInputObjectType", + "astFromInterfaceType", + "astFromObjectType", + "astFromScalarType", + "astFromSchema", + "astFromUnionType", + "getDeprecatableDirectiveNodes", + "getDirectiveNodes", + "getDocumentNodeFromSchema", + "makeDeprecatedDirective", + "makeDirectiveNode", + "makeDirectiveNodes", + "printSchemaWithDirectives" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1635, + "sizes": { + "javascript": 1635 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "index": 302, + "preOrderIndex": 302, + "index2": 295, + "postOrderIndex": 295, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "1:0-111", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "40:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "41:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "43:19-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "44:19-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "52:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "52:38-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "59:9-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "59:41-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "63:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "64:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "68:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "72:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "73:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "74:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "14:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "14:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "2:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "43:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "43:46-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "117:73-96", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "defaultStringComparator", + "extractType", + "isListTypeNode", + "isNonNullTypeNode", + "isSourceTypes", + "isStringTypes", + "isWrappingTypeNode", + "printTypeNode" + ], + "providedExports": [ + "CompareVal", + "defaultStringComparator", + "extractType", + "isListTypeNode", + "isNonNullTypeNode", + "isSourceTypes", + "isStringTypes", + "isWrappingTypeNode", + "printTypeNode" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 34:0-38:36" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 177, + "sizes": { + "javascript": 177 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "index": 303, + "preOrderIndex": 303, + "index2": 296, + "postOrderIndex": 296, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "55:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isDocumentNode.js", + "loc": "40:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./isDocumentNode.js", + "loc": "40:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "isDocumentNode" + ], + "providedExports": [ + "isDocumentNode" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3331, + "sizes": { + "javascript": 3331 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "index": 304, + "preOrderIndex": 304, + "index2": 309, + "postOrderIndex": 309, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "9:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "9:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "3:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "67:29-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "68:24-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "71:38-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "94:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "97:54-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "98:20-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeGraphQLNodes", + "schemaDefSymbol" + ], + "providedExports": [ + "isNamedDefinitionNode", + "mergeGraphQLNodes", + "schemaDefSymbol" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1366, + "sizes": { + "javascript": 1366 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "index": 316, + "preOrderIndex": 316, + "index2": 308, + "postOrderIndex": 308, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "9:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "62:47-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "5:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "76:40-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "79:45-76", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "DEFAULT_OPERATION_TYPE_NAME_MAP", + "mergeSchemaDefs" + ], + "providedExports": [ + "DEFAULT_OPERATION_TYPE_NAME_MAP", + "mergeSchemaDefs" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-7:2" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 19471, + "sizes": { + "javascript": 19471 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "index": 320, + "preOrderIndex": 320, + "index2": 318, + "postOrderIndex": 318, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "187:13-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "298:17-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "4:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "1:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "8:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "3:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "14:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "26:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "36:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "51:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "62:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "81:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "100:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "3:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "5:27-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "19:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "19:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "2:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "33:23-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mapSchema" + ], + "providedExports": [ + "correctASTNodes", + "mapSchema" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1850, + "sizes": { + "javascript": 1850 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "index": 321, + "preOrderIndex": 321, + "index2": 313, + "postOrderIndex": 313, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "172:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "176:32-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "30:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "30:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "5:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "7:141-160", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "7:243-258", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "parseInputValue", + "serializeInputValue" + ], + "providedExports": [ + "parseInputValue", + "parseInputValueLiteral", + "serializeInputValue", + "transformInputValue" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6153, + "sizes": { + "javascript": 6153 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "index": 323, + "preOrderIndex": 323, + "index2": 315, + "postOrderIndex": 315, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "30:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "49:36-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "21:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "21:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "4:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "10:36-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "rewireTypes" + ], + "providedExports": [ + "rewireTypes" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1877, + "sizes": { + "javascript": 1877 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "index": 324, + "preOrderIndex": 324, + "index2": 314, + "postOrderIndex": 314, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "25:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "25:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "2:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./stub.js", + "loc": "149:30-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./stub.js", + "loc": "149:50-67", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getBuiltInForStub", + "isNamedStub" + ], + "providedExports": [ + "createNamedStub", + "createStub", + "getBuiltInForStub", + "isNamedStub" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1583, + "sizes": { + "javascript": 1583 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "index": 326, + "preOrderIndex": 326, + "index2": 317, + "postOrderIndex": 317, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "188:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "218:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "249:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "259:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "269:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "279:9-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "299:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "5:9-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "9:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "13:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "17:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "31:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "35:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "39:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "43:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "47:9-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "51:9-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "15:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "37:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "63:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "82:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "6:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "7:9-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "8:9-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "9:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "12:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "15:9-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "18:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "19:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "20:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "24:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "24:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "3:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "50:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "78:9-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "92:9-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "273:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "275:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "275:51-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "277:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "277:52-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "280:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "280:52-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "283:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "283:52-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "287:24-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:51-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:77-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:51-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:77-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "296:24-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "299:24-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "316:24-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "318:24-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "318:52-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "320:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "320:51-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "323:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "323:51-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "326:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "326:51-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "330:24-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "330:52-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "333:24-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "350:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "354:41-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "358:41-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "3:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "34:13-28", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "MapperKind" + ], + "providedExports": [ + "MapperKind" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-28:36" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 997, + "sizes": { + "javascript": 997 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "index": 327, + "preOrderIndex": 327, + "index2": 320, + "postOrderIndex": 320, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "172:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "176:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./forEachDefaultValue.js", + "loc": "18:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./forEachDefaultValue.js", + "loc": "18:0-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "forEachDefaultValue" + ], + "providedExports": [ + "forEachDefaultValue" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6781, + "sizes": { + "javascript": 6781 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "index": 328, + "preOrderIndex": 328, + "index2": 321, + "postOrderIndex": 321, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "174:4-14", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./heal.js", + "loc": "15:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./heal.js", + "loc": "15:0-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "healSchema" + ], + "providedExports": [ + "healSchema", + "healTypes" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 571, + "sizes": { + "javascript": 571 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "index": 329, + "preOrderIndex": 329, + "index2": 322, + "postOrderIndex": 322, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "178:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "10:4-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./forEachField.js", + "loc": "17:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./forEachField.js", + "loc": "17:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "forEachField" + ], + "providedExports": [ + "forEachField" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1624, + "sizes": { + "javascript": 1624 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "index": 331, + "preOrderIndex": 331, + "index2": 324, + "postOrderIndex": 324, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "4:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "10:21-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "module": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "50:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mergeDeep.js", + "loc": "23:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mergeDeep.js", + "loc": "23:0-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeDeep" + ], + "providedExports": [ + "mergeDeep" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1321, + "sizes": { + "javascript": 1321 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "index": 295, + "preOrderIndex": 295, + "index2": 288, + "postOrderIndex": 288, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "2:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "17:26-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "37:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "44:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "44:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "6:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "81:24-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "4:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "73:23-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getRootTypeMap" + ], + "providedExports": [ + "getDefinedRootType", + "getRootTypeMap", + "getRootTypeNames", + "getRootTypes" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 13:0-16:3" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6547, + "sizes": { + "javascript": 6547 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", + "index": 296, + "preOrderIndex": 296, + "index2": 287, + "postOrderIndex": 287, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "145:32-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "2:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "10:42-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "48:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "48:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "2:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "13:32-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "17:28-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "21:30-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "5:27-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "memoize1" + ], + "providedExports": [ + "memoize1", + "memoize2", + "memoize2of4", + "memoize2of5", + "memoize3", + "memoize4", + "memoize5" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 789, + "sizes": { + "javascript": 789 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "index": 297, + "preOrderIndex": 297, + "index2": 290, + "postOrderIndex": 290, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "85:32-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "207:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "229:69-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "252:75-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "273:43-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "362:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "382:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "27:14-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "astFromType" + ], + "providedExports": [ + "astFromType" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2964, + "sizes": { + "javascript": 2964 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "index": 298, + "preOrderIndex": 298, + "index2": 289, + "postOrderIndex": 289, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "7:49-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "4:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "27:81-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "42:85-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "52:77-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "47:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "47:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "inspect" + ], + "providedExports": [ + "inspect" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1679, + "sizes": { + "javascript": 1679 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "index": 299, + "preOrderIndex": 299, + "index2": 291, + "postOrderIndex": 291, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "3:68-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "5:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "48:16-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "33:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "31:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "8:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "16:28-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "5:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "98:65-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "12:15-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "compareNodes", + "isSome" + ], + "providedExports": [ + "asArray", + "assertSome", + "compareNodes", + "compareStrings", + "isDocumentString", + "isSome", + "isValidPath", + "nodeToString" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4348, + "sizes": { + "javascript": 4348 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "index": 300, + "preOrderIndex": 300, + "index2": 292, + "postOrderIndex": 292, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "145:35-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "170:35-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "317:35-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getDirectivesInExtensions" + ], + "providedExports": [ + "getDirective", + "getDirectiveInExtensions", + "getDirectives", + "getDirectivesInExtensions" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2590, + "sizes": { + "javascript": 2590 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "index": 301, + "preOrderIndex": 301, + "index2": 293, + "postOrderIndex": 293, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "41:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "41:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "4:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "434:26-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "astFromValueUntyped" + ], + "providedExports": [ + "astFromValueUntyped" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1324, + "sizes": { + "javascript": 1324 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "index": 305, + "preOrderIndex": 305, + "index2": 301, + "postOrderIndex": 301, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./type.js", + "loc": "12:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type.js", + "loc": "12:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./type.js", + "loc": "2:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./type.js", + "loc": "33:48-57", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeType" + ], + "providedExports": [ + "mergeType" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3486, + "sizes": { + "javascript": 3486 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "index": 306, + "preOrderIndex": 306, + "index2": 299, + "postOrderIndex": 299, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "5:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "5:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "2:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./fields.js", + "loc": "16:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "2:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./fields.js", + "loc": "17:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "2:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./fields.js", + "loc": "17:24-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeFields" + ], + "providedExports": [ + "mergeFields" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 682, + "sizes": { + "javascript": 682 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "index": 307, + "preOrderIndex": 307, + "index2": 297, + "postOrderIndex": 297, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "20:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeArguments" + ], + "providedExports": [ + "mergeArguments" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3932, + "sizes": { + "javascript": 3932 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "index": 308, + "preOrderIndex": 308, + "index2": 298, + "postOrderIndex": 298, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "1:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "24:40-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "13:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "21:38-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "17:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "18:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "8:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "56:48-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "14:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "25:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "18:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "10:24-39", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeDirective", + "mergeDirectives" + ], + "providedExports": [ + "mergeDirective", + "mergeDirectives" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 407, + "sizes": { + "javascript": 407 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "index": 309, + "preOrderIndex": 309, + "index2": 300, + "postOrderIndex": 300, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "8:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "8:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "4:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "20:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "4:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "19:28-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "3:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "15:19-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeNamedTypeArray" + ], + "providedExports": [ + "mergeNamedTypeArray" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 847, + "sizes": { + "javascript": 847 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "index": 310, + "preOrderIndex": 310, + "index2": 303, + "postOrderIndex": 303, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum.js", + "loc": "4:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./enum.js", + "loc": "4:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum.js", + "loc": "3:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./enum.js", + "loc": "37:48-57", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeEnum" + ], + "providedExports": [ + "mergeEnum" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1240, + "sizes": { + "javascript": 1240 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "index": 311, + "preOrderIndex": 311, + "index2": 302, + "postOrderIndex": 302, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "3:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "14:20-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "3:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "3:0-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeEnumValues" + ], + "providedExports": [ + "mergeEnumValues" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1065, + "sizes": { + "javascript": 1065 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "index": 312, + "preOrderIndex": 312, + "index2": 304, + "postOrderIndex": 304, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./union.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./union.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./union.js", + "loc": "5:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./union.js", + "loc": "41:48-58", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeUnion" + ], + "providedExports": [ + "mergeUnion" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 838, + "sizes": { + "javascript": 838 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "index": 313, + "preOrderIndex": 313, + "index2": 305, + "postOrderIndex": 305, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "11:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "11:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "4:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "45:48-59", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeScalar" + ], + "providedExports": [ + "mergeScalar" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1196, + "sizes": { + "javascript": 1196 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "index": 314, + "preOrderIndex": 314, + "index2": 306, + "postOrderIndex": 306, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "6:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "6:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "6:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "49:48-62", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeInputType" + ], + "providedExports": [ + "mergeInputType" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1428, + "sizes": { + "javascript": 1428 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "index": 315, + "preOrderIndex": 315, + "index2": 307, + "postOrderIndex": 307, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./interface.js", + "loc": "7:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./interface.js", + "loc": "7:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./interface.js", + "loc": "7:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./interface.js", + "loc": "53:48-62", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeInterface" + ], + "providedExports": [ + "mergeInterface" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 265, + "sizes": { + "javascript": 265 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "index": 325, + "preOrderIndex": 325, + "index2": 316, + "postOrderIndex": 316, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "29:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "52:15-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "53:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "54:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "2:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "13:15-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "13:49-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "14:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "14:52-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "15:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "15:56-80", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getObjectTypeFromTypeMap" + ], + "providedExports": [ + "getObjectTypeFromTypeMap" + ], + "optimizationBailout": [], + "depth": 8 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 620, + "sizes": { + "javascript": 620 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/slug.ts", + "name": "./src/utils/slug.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/slug.ts", + "index": 122, + "preOrderIndex": 122, + "index2": 117, + "postOrderIndex": 117, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "issuerName": "./src/pages/code.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 30, + "issuerId": 6140, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:50-87", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:730-736", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "module": "./src/components/Marked/Header.tsx", + "moduleName": "./src/components/Marked/Header.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:25-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "module": "./src/components/Marked/Header.tsx", + "moduleName": "./src/components/Marked/Header.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:161-167", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:25-62", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "resolvedModule": "./src/components/Marked/Header.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:161-167", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "7:0-39", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "72:36-42", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "72:66-72", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "72:95-101", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "72:138-144", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "72:183-189", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "94:8-14", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "201:17-23", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/slug", + "loc": "219:25-31", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:50-87", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utils/slug", + "loc": "1:730-736", + "moduleId": 118, + "resolvedModuleId": null + } + ], + "usedExports": [ + "toSlug" + ], + "providedExports": [ + "toSlug" + ], + "optimizationBailout": [], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 741, + "sizes": { + "javascript": 741 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "name": "./src/components/BlogPostPreview/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", + "index": 336, + "preOrderIndex": 336, + "index2": 335, + "postOrderIndex": 335, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "issuerName": "./src/templates/{BlogPost.tags}.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "name": "./src/templates/{BlogPost.tags}.tsx", + "id": 9490 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7874, + "issuerId": 9490, + "chunks": [ + 64, + 410 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/BlogPostPreview", + "loc": "3:0-60", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "module": "./src/pages/blog.tsx", + "moduleName": "./src/pages/blog.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", + "resolvedModule": "./src/pages/blog.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/BlogPostPreview", + "loc": "13:119-134", + "moduleId": 8645, + "resolvedModuleId": 8645 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/BlogPostPreview", + "loc": "3:0-60", + "moduleId": 9490, + "resolvedModuleId": 9490 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "module": "./src/templates/{BlogPost.tags}.tsx", + "moduleName": "./src/templates/{BlogPost.tags}.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", + "resolvedModule": "./src/templates/{BlogPost.tags}.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/BlogPostPreview", + "loc": "13:119-134", + "moduleId": 9490, + "resolvedModuleId": 9490 + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-28", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) component---src-pages-blog-tsx, component---src-templates-blog-post-tags-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 234, + "sizes": { + "javascript": 234 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", + "name": "./node_modules/gatsby-plugin-anchor-links/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", + "index": 339, + "preOrderIndex": 339, + "index2": 339, + "postOrderIndex": 339, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "issuerName": "./src/pages/code.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3089, + "issuerId": 6140, + "chunks": [ + 463, + 532 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "1:87-138", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "module": "./src/components/DocsSidebar/index.tsx", + "moduleName": "./src/components/DocsSidebar/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "1:670-680", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "2:0-56", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "172:38-48", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "175:105-115", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "178:94-104", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "202:44-54", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "233:42-52", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "260:87-97", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "263:70-80", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "module": "./src/pages/code.tsx", + "moduleName": "./src/pages/code.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "resolvedModule": "./src/pages/code.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "275:51-61", + "moduleId": 6140, + "resolvedModuleId": 6140 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "1:87-138", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "resolvedModule": "./src/components/DocsSidebar/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-plugin-anchor-links", + "loc": "1:670-680", + "moduleId": 118, + "resolvedModuleId": null + } + ], + "usedExports": [ + "AnchorLink" + ], + "providedExports": [ + "AnchorLink", + "__esModule" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:13-70", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 306465, + "sizes": { + "javascript": 306465 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "name": "./src/components/Conf/Footer/index.tsx + 18 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "index": 342, + "preOrderIndex": 342, + "index2": 362, + "postOrderIndex": 362, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8175, + "chunks": [ + 54 + ], + "assets": [ + "static/Postman.7d4450ff.svg", + "static/StepZen.0d57b5ac.svg", + "static/WunderGraph.a8e2c990.svg", + "static/Graphabase.95248309.svg", + "static/GraphQLWeekly.96d773e6.svg", + "static/TypeGraphQL.a49ebe88.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "2:0-54", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "92:54-64", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "2:0-54", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "20:94-104", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "2:0-54", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "22:43-53", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "2:0-54", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Footer", + "loc": "101:54-64", + "moduleId": 522, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./static/img/conf/Partners/AmsterdamGraphQL.svg: Module ./static/img/conf/Partners/AmsterdamGraphQL.svg is not in the same chunk(s) (expected in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152, module is in chunk(s) c1246470)", + "ModuleConcatenation bailout: Cannot concat with ./static/img/conf/Partners/BangkokGraphQL.svg: Module ./static/img/conf/Partners/BangkokGraphQL.svg is not in the same chunk(s) (expected in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152, module is in chunk(s) 6aa1a4e8)", + "ModuleConcatenation bailout: Cannot concat with ./static/img/logos/discord.svg: Module ./static/img/logos/discord.svg is referenced from different chunks by these modules: ./src/components/Footer/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./static/img/logos/github.svg: Module ./static/img/logos/github.svg is referenced from different chunks by these modules: ./src/components/Footer/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./static/img/logos/twitter.svg: Module ./static/img/logos/twitter.svg is referenced from different chunks by these modules: ./src/components/Footer/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/clsx/dist/clsx.m.js: Module ./node_modules/clsx/dist/clsx.m.js is referenced from different chunks by these modules: ./src/components/Conf/Button/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2073, + "sizes": { + "javascript": 2073 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "index": 342, + "preOrderIndex": 342, + "index2": 362, + "postOrderIndex": 362, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "issuerName": "./src/pages/conf/sched.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 8023, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:103-466" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2975, + "sizes": { + "javascript": 2975 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "name": "./src/components/Conf/SocialIcons/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "index": 343, + "preOrderIndex": 343, + "index2": 341, + "postOrderIndex": 341, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "issuerName": "./src/components/Conf/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../SocialIcons", + "loc": "1:25-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../SocialIcons", + "loc": "1:2023-2034", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6036, + "sizes": { + "javascript": 6036 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "index": 344, + "preOrderIndex": 344, + "index2": 361, + "postOrderIndex": 361, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "issuerName": "./src/components/Conf/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Sponsors", + "loc": "1:65-103", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Sponsors", + "loc": "1:628-640", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:1768-1963" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9809, + "sizes": { + "javascript": 9809 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "name": "./static/img/conf/Sponsors/Stellate.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "index": 345, + "preOrderIndex": 345, + "index2": 342, + "postOrderIndex": 342, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Stellate.svg", + "loc": "1:77-167", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Stellate.svg", + "loc": "1:2426-2434", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11093, + "sizes": { + "javascript": 11093 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "name": "./static/img/conf/Sponsors/Postman.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "index": 346, + "preOrderIndex": 346, + "index2": 343, + "postOrderIndex": 343, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/Postman.7d4450ff.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Postman.svg", + "loc": "1:167-255", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Postman.svg", + "loc": "1:1849-1856", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 69:0-71" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 19476, + "sizes": { + "javascript": 19476 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "name": "./static/img/conf/Sponsors/Solo.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "index": 347, + "preOrderIndex": 347, + "index2": 344, + "postOrderIndex": 344, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Solo.svg", + "loc": "1:255-337", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Solo.svg", + "loc": "1:2049-2053", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9430, + "sizes": { + "javascript": 9430 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "name": "./static/img/conf/Sponsors/Hasura.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "index": 348, + "preOrderIndex": 348, + "index2": 345, + "postOrderIndex": 345, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hasura.svg", + "loc": "1:337-423", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hasura.svg", + "loc": "1:1796-1802", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11227, + "sizes": { + "javascript": 11227 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "name": "./static/img/conf/Sponsors/TheGraph.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "index": 349, + "preOrderIndex": 349, + "index2": 346, + "postOrderIndex": 346, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGraph.svg", + "loc": "1:423-513", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGraph.svg", + "loc": "1:2226-2234", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11310, + "sizes": { + "javascript": 11310 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "name": "./static/img/conf/Sponsors/TheGuild.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "index": 350, + "preOrderIndex": 350, + "index2": 347, + "postOrderIndex": 347, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGuild.svg", + "loc": "1:513-603", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGuild.svg", + "loc": "1:1906-1914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGuild.svg", + "loc": "1:2582-2590", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 15275, + "sizes": { + "javascript": 15275 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "name": "./static/img/conf/Sponsors/Hygraph.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "index": 351, + "preOrderIndex": 351, + "index2": 348, + "postOrderIndex": 348, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hygraph.svg", + "loc": "1:603-691", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hygraph.svg", + "loc": "1:1992-1999", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8721, + "sizes": { + "javascript": 8721 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "name": "./static/img/conf/Sponsors/StepZen.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "index": 352, + "preOrderIndex": 352, + "index2": 349, + "postOrderIndex": 349, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/StepZen.0d57b5ac.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/StepZen.svg", + "loc": "1:691-779", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/StepZen.svg", + "loc": "1:2119-2126", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 30:0-71" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 10580, + "sizes": { + "javascript": 10580 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "name": "./static/img/conf/Sponsors/Inigo.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "index": 353, + "preOrderIndex": 353, + "index2": 350, + "postOrderIndex": 350, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Inigo.svg", + "loc": "1:779-863", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Inigo.svg", + "loc": "1:2176-2181", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8411, + "sizes": { + "javascript": 8411 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "name": "./static/img/conf/Sponsors/Neo4j.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "index": 354, + "preOrderIndex": 354, + "index2": 351, + "postOrderIndex": 351, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Neo4j.svg", + "loc": "1:863-947", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Neo4j.svg", + "loc": "1:2375-2380", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 30702, + "sizes": { + "javascript": 30702 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "name": "./static/img/conf/Sponsors/WunderGraph.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "index": 355, + "preOrderIndex": 355, + "index2": 352, + "postOrderIndex": 352, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/WunderGraph.a8e2c990.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/WunderGraph.svg", + "loc": "1:947-1043", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/WunderGraph.svg", + "loc": "1:2485-2496", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 440:0-75" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9010, + "sizes": { + "javascript": 9010 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "name": "./static/img/conf/Sponsors/Graphabase.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "index": 356, + "preOrderIndex": 356, + "index2": 353, + "postOrderIndex": 353, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/Graphabase.95248309.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Graphabase.svg", + "loc": "1:1043-1137", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Graphabase.svg", + "loc": "1:2309-2319", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 32:0-74" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 10361, + "sizes": { + "javascript": 10361 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "name": "./static/img/conf/Partners/GraphQLWeekly.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "index": 357, + "preOrderIndex": 357, + "index2": 354, + "postOrderIndex": 354, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/GraphQLWeekly.96d773e6.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLWeekly.svg", + "loc": "1:1137-1237", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLWeekly.svg", + "loc": "2:6-19", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 20:0-77" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8628, + "sizes": { + "javascript": 8628 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "name": "./static/img/conf/Partners/GraphQLwtf.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "index": 358, + "preOrderIndex": 358, + "index2": 355, + "postOrderIndex": 355, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLwtf.svg", + "loc": "1:1237-1331", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLwtf.svg", + "loc": "1:2666-2676", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 17040, + "sizes": { + "javascript": 17040 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "name": "./static/img/conf/Partners/EscapeTechnologies.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "index": 359, + "preOrderIndex": 359, + "index2": 356, + "postOrderIndex": 356, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/EscapeTechnologies.svg", + "loc": "1:1331-1441", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/EscapeTechnologies.svg", + "loc": "5:6-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104308, + "sizes": { + "javascript": 104308 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "name": "./static/img/conf/Partners/TypeGraphQL.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "index": 362, + "preOrderIndex": 362, + "index2": 359, + "postOrderIndex": 359, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/TypeGraphQL.a49ebe88.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/TypeGraphQL.svg", + "loc": "1:1649-1745", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/TypeGraphQL.svg", + "loc": "5:85-96", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 44:0-75" + ], + "depth": 5 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2495, + "sizes": { + "javascript": 2495 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "name": "./src/components/Conf/Header/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "index": 364, + "preOrderIndex": 364, + "index2": 364, + "postOrderIndex": 364, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "issuerName": "./src/pages/conf/sched.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2685, + "issuerId": 8023, + "chunks": [ + 54 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "3:0-54", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "77:93-103", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "3:0-54", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "12:93-103", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "3:0-54", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "8:93-103", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "3:0-54", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Header", + "loc": "73:93-103", + "moduleId": 522, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:104-272", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js: Module ./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js is not in the same chunk(s) (expected in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152, module is in chunk(s) ee9ce975)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/clsx/dist/clsx.m.js: Module ./node_modules/clsx/dist/clsx.m.js is referenced from different chunks by these modules: ./src/components/Conf/Button/index.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 254, + "sizes": { + "javascript": 254 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "name": "./src/components/Conf/Layout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "index": 366, + "preOrderIndex": 366, + "index2": 365, + "postOrderIndex": 365, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "issuerName": "./src/pages/conf/sched.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 187, + "issuerId": 8023, + "chunks": [ + 54 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "4:0-54", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "77:42-52", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "4:0-54", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "12:42-52", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "4:0-54", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "8:42-52", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "4:0-54", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Layout", + "loc": "73:42-52", + "moduleId": 522, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 403, + "sizes": { + "javascript": 403 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "name": "./src/components/Conf/Section/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", + "index": 367, + "preOrderIndex": 367, + "index2": 366, + "postOrderIndex": 366, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "issuerName": "./src/pages/conf/faq.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "name": "./src/pages/conf/faq.tsx", + "id": 7161 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5704, + "issuerId": 7161, + "chunks": [ + 489, + 585 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Section", + "loc": "5:0-56", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Section", + "loc": "88:64-75", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Section", + "loc": "6:0-56", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Section", + "loc": "97:64-75", + "moduleId": 522, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2193, + "sizes": { + "javascript": 2193 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "name": "./src/components/Conf/Seo/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", + "index": 368, + "preOrderIndex": 368, + "index2": 367, + "postOrderIndex": 367, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "issuerName": "./src/pages/conf/sched.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 852, + "issuerId": 8023, + "chunks": [ + 54 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "6:0-48", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "module": "./src/pages/conf/faq.tsx", + "moduleName": "./src/pages/conf/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", + "resolvedModule": "./src/pages/conf/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "95:42-49", + "moduleId": 7161, + "resolvedModuleId": 7161 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "5:0-48", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "39:42-49", + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "5:0-48", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "module": "./src/pages/conf/sched.tsx", + "moduleName": "./src/pages/conf/sched.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "resolvedModule": "./src/pages/conf/sched.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "27:42-49", + "moduleId": 8023, + "resolvedModuleId": 8023 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "7:0-48", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Seo", + "loc": "104:42-49", + "moduleId": 522, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default", + "defaults" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 1:25-323", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1869, + "sizes": { + "javascript": 1869 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "index": 370, + "preOrderIndex": 370, + "index2": 495, + "postOrderIndex": 495, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "issuerName": "./src/pages/conf/gallery.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "module": "./src/pages/conf/gallery.tsx", + "moduleName": "./src/pages/conf/gallery.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Gallery", + "loc": "6:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "module": "./src/pages/conf/gallery.tsx", + "moduleName": "./src/pages/conf/gallery.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "resolvedModule": "./src/pages/conf/gallery.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Gallery", + "loc": "20:39-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-52" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 930, + "sizes": { + "javascript": 930 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "name": "./src/components/Conf/Button/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "index": 499, + "preOrderIndex": 499, + "index2": 498, + "postOrderIndex": 498, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "module": "./src/pages/conf/speak.tsx", + "moduleName": "./src/pages/conf/speak.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Button", + "loc": "5:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "module": "./src/pages/conf/speak.tsx", + "moduleName": "./src/pages/conf/speak.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "resolvedModule": "./src/pages/conf/speak.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../components/Conf/Button", + "loc": "81:84-94", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 366, + "sizes": { + "javascript": 366 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "name": "./src/components/FAQSection/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", + "index": 501, + "preOrderIndex": 501, + "index2": 500, + "postOrderIndex": 500, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "issuerName": "./src/pages/faq.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "name": "./src/pages/faq.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6210, + "issuerId": null, + "chunks": [ + 288, + 532 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "module": "./src/components/FAQLayout/index.tsx", + "moduleName": "./src/components/FAQLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../FAQSection", + "loc": "1:25-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "module": "./src/components/FAQLayout/index.tsx", + "moduleName": "./src/components/FAQLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../FAQSection", + "loc": "1:287-297", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/FAQSection", + "loc": "3:0-50", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", + "module": "./src/pages/faq.tsx + 1 modules", + "moduleName": "./src/pages/faq.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/FAQSection", + "loc": "34:44-54", + "moduleId": 5099, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../FAQSection", + "loc": "1:25-63", + "moduleId": 118, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", + "module": "./src/templates/doc.tsx + 6 modules", + "moduleName": "./src/templates/doc.tsx + 6 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "resolvedModule": "./src/components/FAQLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../FAQSection", + "loc": "1:287-297", + "moduleId": 118, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Marked/index.tsx: Module ./src/components/Marked/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-faq-tsx, component---src-templates-doc-tsx, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1864, + "sizes": { + "javascript": 1864 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "name": "./src/utils/useFAQAccordion.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", + "index": 502, + "preOrderIndex": 502, + "index2": 501, + "postOrderIndex": 501, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "issuerName": "./src/pages/faq.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "name": "./src/pages/faq.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "module": "./src/pages/faq.tsx", + "moduleName": "./src/pages/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils/useFAQAccordion", + "loc": "4:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "module": "./src/pages/faq.tsx", + "moduleName": "./src/pages/faq.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", + "resolvedModule": "./src/pages/faq.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils/useFAQAccordion", + "loc": "11:2-17", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "useFAQAccordion" + ], + "providedExports": [ + "useFAQAccordion" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-38" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 42783, + "sizes": { + "javascript": 42783 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "name": "./node_modules/iframe-resizer-react/dist/index.es.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", + "index": 504, + "preOrderIndex": 504, + "index2": 503, + "postOrderIndex": 503, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "issuerName": "./src/pages/foundation/members.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "name": "./src/pages/foundation/members.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "module": "./src/pages/foundation/members.tsx", + "moduleName": "./src/pages/foundation/members.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "iframe-resizer-react", + "loc": "4:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "module": "./src/pages/foundation/members.tsx", + "moduleName": "./src/pages/foundation/members.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", + "resolvedModule": "./src/pages/foundation/members.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "iframe-resizer-react", + "loc": "25:83-96", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 41:0-1442:3" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1921, + "sizes": { + "javascript": 1921 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "index": 506, + "preOrderIndex": 506, + "index2": 505, + "postOrderIndex": 505, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/Hero", + "loc": "3:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/Hero", + "loc": "20:38-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1713, + "sizes": { + "javascript": 1713 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "name": "./src/Containers/Sections/SingleRequest/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "index": 507, + "preOrderIndex": 507, + "index2": 506, + "postOrderIndex": 506, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/SingleRequest", + "loc": "4:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/SingleRequest", + "loc": "34:574-587", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2316, + "sizes": { + "javascript": 2316 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "name": "./src/Containers/Sections/TypeSystem/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "index": 508, + "preOrderIndex": 508, + "index2": 507, + "postOrderIndex": 507, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/TypeSystem", + "loc": "5:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/TypeSystem", + "loc": "34:629-639", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2748, + "sizes": { + "javascript": 2748 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "name": "./src/Containers/Sections/PredictableResults/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "index": 509, + "preOrderIndex": 509, + "index2": 508, + "postOrderIndex": 508, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PredictableResults", + "loc": "6:0-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PredictableResults", + "loc": "34:514-532", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2615, + "sizes": { + "javascript": 2615 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "name": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "index": 510, + "preOrderIndex": 510, + "index2": 509, + "postOrderIndex": 509, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/BringYourOwnCode", + "loc": "7:0-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/BringYourOwnCode", + "loc": "34:793-809", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3132, + "sizes": { + "javascript": 3132 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "name": "./src/Containers/Sections/WithoutVersion/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "index": 511, + "preOrderIndex": 511, + "index2": 510, + "postOrderIndex": 510, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WithoutVersion", + "loc": "8:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WithoutVersion", + "loc": "34:736-751", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1191, + "sizes": { + "javascript": 1191 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "name": "./src/Containers/Sections/PowerFulTools/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", + "index": 512, + "preOrderIndex": 512, + "index2": 511, + "postOrderIndex": 511, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PowerFulTools", + "loc": "9:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/PowerFulTools", + "loc": "34:681-694", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1987, + "sizes": { + "javascript": 1987 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "name": "./src/Containers/Sections/WhosUsing/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", + "index": 513, + "preOrderIndex": 513, + "index2": 512, + "postOrderIndex": 512, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "issuerName": "./src/pages/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WhosUsing", + "loc": "10:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "module": "./src/pages/index.tsx", + "moduleName": "./src/pages/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "resolvedModule": "./src/pages/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Containers/Sections/WhosUsing", + "loc": "34:851-860", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1109, + "sizes": { + "javascript": 1109 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "name": "./src/components/DocsLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "index": 517, + "preOrderIndex": 517, + "index2": 517, + "postOrderIndex": 517, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/DocsLayout", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/DocsLayout", + "loc": "11:8-18", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1508, + "sizes": { + "javascript": 1508 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "name": "./src/components/FoundationLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "index": 519, + "preOrderIndex": 519, + "index2": 518, + "postOrderIndex": 518, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/FoundationLayout", + "loc": "4:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/FoundationLayout", + "loc": "12:14-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 455, + "sizes": { + "javascript": 455 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "name": "./src/components/CodeLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", + "index": 520, + "preOrderIndex": 520, + "index2": 519, + "postOrderIndex": 519, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/CodeLayout", + "loc": "6:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/CodeLayout", + "loc": "14:8-18", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 394, + "sizes": { + "javascript": 394 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "name": "./src/components/FAQLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", + "index": 521, + "preOrderIndex": 521, + "index2": 520, + "postOrderIndex": 520, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/FAQLayout", + "loc": "7:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/FAQLayout", + "loc": "15:7-16", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1499, + "sizes": { + "javascript": 1499 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "name": "./src/components/ConfLayout/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "index": 522, + "preOrderIndex": 522, + "index2": 521, + "postOrderIndex": 521, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "issuerName": "./src/templates/doc.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../components/ConfLayout", + "loc": "8:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "module": "./src/templates/doc.tsx", + "moduleName": "./src/templates/doc.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "resolvedModule": "./src/templates/doc.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../components/ConfLayout", + "loc": "16:8-18", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 3 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 5273, + "sizes": { + "javascript": 5273 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "index": 4, + "preOrderIndex": 4, + "index2": 73, + "postOrderIndex": 73, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "issuerName": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2284, + "issuerId": 6161, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "module": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "1:254-273", + "moduleId": 6945, + "resolvedModuleId": 6945 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "module": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "1:110-128", + "moduleId": 6161, + "resolvedModuleId": 6161 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "checkHash", + "handleLinkClick", + "handleStrippedLinkClick", + "isBrowser", + "isDevelopment", + "logWarning", + "scroller", + "stripHashedLocation" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:346-403", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 314, + "sizes": { + "javascript": 314 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/lib/ReactPropTypesSecret.js", + "name": "./node_modules/prop-types/lib/ReactPropTypesSecret.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/lib/ReactPropTypesSecret.js", + "index": 26, + "preOrderIndex": 26, + "index2": 15, + "postOrderIndex": 15, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "issuerName": "./node_modules/prop-types/factoryWithThrowingShims.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", + "name": "./node_modules/prop-types/index.js", + "id": 5697 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "name": "./node_modules/prop-types/factoryWithThrowingShims.js", + "id": 2703 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 414, + "issuerId": 2703, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "module": "./node_modules/prop-types/factoryWithThrowingShims.js", + "moduleName": "./node_modules/prop-types/factoryWithThrowingShims.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", + "resolvedModule": "./node_modules/prop-types/factoryWithThrowingShims.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./lib/ReactPropTypesSecret", + "loc": "10:27-64", + "moduleId": 2703, + "resolvedModuleId": 2703 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/lib/ReactPropTypesSecret.js", + "module": "./node_modules/prop-types/lib/ReactPropTypesSecret.js", + "moduleName": "./node_modules/prop-types/lib/ReactPropTypesSecret.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/lib/ReactPropTypesSecret.js", + "resolvedModule": "./node_modules/prop-types/lib/ReactPropTypesSecret.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "12:0-14", + "moduleId": 414, + "resolvedModuleId": 414 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 12:0-14", + "Statement (ExpressionStatement) with side effects in source code at 12:0-38", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 200, + "sizes": { + "javascript": 200 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", + "index": 33, + "preOrderIndex": 33, + "index2": 24, + "postOrderIndex": 24, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", + "name": "./.cache/loader.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "name": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "module": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "module": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "3:33-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "4:36-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "module": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arrayLikeToArray.js", + "loc": "8:86-102", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 302, + "sizes": { + "javascript": 302 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "name": "./.cache/public-page-renderer.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "index": 39, + "preOrderIndex": 39, + "index2": 45, + "postOrderIndex": 45, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "issuerName": "./.cache/gatsby-browser-entry.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2743, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./public-page-renderer", + "loc": "1:446-506", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./public-page-renderer", + "loc": "1:446-506", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "module": "./.cache/public-page-renderer.js", + "moduleName": "./.cache/public-page-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "resolvedModule": "./.cache/public-page-renderer.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "1:202-216", + "moduleId": 2743, + "resolvedModuleId": 2743 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 1:202-216", + "Statement (ExpressionStatement) with side effects in source code at 1:202-271", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 131737, + "sizes": { + "javascript": 131737 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "name": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "index": 46, + "preOrderIndex": 46, + "index2": 35, + "postOrderIndex": 35, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "issuerName": "./node_modules/react-dom/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "name": "./.cache/react-dom-utils.js", + "id": 4941 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "name": "./node_modules/react-dom/client.js", + "id": 745 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "name": "./node_modules/react-dom/index.js", + "id": 3935 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4448, + "issuerId": 3935, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "module": "./node_modules/react-dom/index.js", + "moduleName": "./node_modules/react-dom/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "resolvedModule": "./node_modules/react-dom/index.js", + "type": "cjs export require", + "active": true, + "explanation": "", + "userRequest": "./cjs/react-dom.production.min.js", + "loc": "35:2-63", + "moduleId": 3935, + "resolvedModuleId": 3935 + } + ], + "usedExports": true, + "providedExports": [ + "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED", + "createPortal", + "createRoot", + "findDOMNode", + "flushSync", + "hydrate", + "hydrateRoot", + "render", + "unmountComponentAtNode", + "unstable_batchedUpdates", + "unstable_renderSubtreeIntoContainer", + "version" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 13:13-61", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", + "name": "./.cache/head/constants.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", + "index": 51, + "preOrderIndex": 51, + "index2": 40, + "postOrderIndex": 40, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "issuerName": "./.cache/head/utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "name": "./.cache/head/utils.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./constants", + "loc": "1:77-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./constants", + "loc": "11:286-307", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "module": "./.cache/head/utils.js", + "moduleName": "./.cache/head/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", + "resolvedModule": "./.cache/head/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./constants", + "loc": "32:985-1010", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "VALID_NODE_NAMES" + ], + "providedExports": [ + "VALID_NODE_NAMES" + ], + "optimizationBailout": [], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/dynamic", + "layer": null, + "size": 421, + "sizes": { + "javascript": 421 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "name": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "index": 57, + "preOrderIndex": 57, + "index2": 48, + "postOrderIndex": 48, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "issuerName": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", + "name": "./node_modules/gatsby-react-router-scroll/index.js", + "id": 9679 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", + "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", + "id": 1432 + }, + { + "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "name": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "id": 7867 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6015, + "issuerId": 7867, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "module": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "moduleName": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./setPrototypeOf.js", + "loc": "1:21-51", + "moduleId": 7867, + "resolvedModuleId": 7867 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "module": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "moduleName": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:2-16", + "moduleId": 6015, + "resolvedModuleId": 6015 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "module": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "moduleName": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "5:67-81", + "moduleId": 6015, + "resolvedModuleId": 6015 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "module": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "moduleName": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "8:0-14", + "moduleId": 6015, + "resolvedModuleId": 6015 + }, + { + "moduleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "module": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "moduleName": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModuleIdentifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "8:96-110", + "moduleId": 6015, + "resolvedModuleId": 6015 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 2:2-16", + "CommonJS bailout: module.exports is used directly at 5:67-81", + "CommonJS bailout: module.exports is used directly at 8:0-14", + "CommonJS bailout: module.exports is used directly at 8:96-110", + "Statement (ExpressionStatement) with side effects in source code at 8:0-111", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4423, + "sizes": { + "javascript": 4423 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "index": 64, + "preOrderIndex": 64, + "index2": 69, + "postOrderIndex": 69, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "issuerName": "./.cache/gatsby-browser-entry.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "module": "./.cache/gatsby-browser-entry.js", + "moduleName": "./.cache/gatsby-browser-entry.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice", + "loc": "1:750-777", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "module": "./.cache/gatsby-browser-entry.js", + "moduleName": "./.cache/gatsby-browser-entry.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./slice", + "loc": "1:750-777", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Slice" + ], + "providedExports": [ + "Slice" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 9:317-13:530" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3131, + "sizes": { + "javascript": 3131 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "name": "./node_modules/gatsby-script/dist/index.modern.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", + "index": 76, + "preOrderIndex": 76, + "index2": 70, + "postOrderIndex": 70, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "issuerName": "./.cache/gatsby-browser-entry.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3521, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "module": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "moduleName": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "resolvedModule": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "gatsby-script", + "loc": "5:20-44", + "moduleId": 4094, + "resolvedModuleId": 4094 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "gatsby-script", + "loc": "1:777-804", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "resolvedModule": "./.cache/gatsby-browser-entry.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-script", + "loc": "1:777-804", + "moduleId": 4854, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "Script", + "ScriptStrategy", + "collectedScriptsByPage", + "scriptCache", + "scriptCallbackCache" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:332-687", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is referenced from different chunks by these modules: ./src/components/BlogSidebar/index.tsx" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1052, + "sizes": { + "javascript": 1052 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "index": 82, + "preOrderIndex": 82, + "index2": 80, + "postOrderIndex": 80, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "issuerName": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "id": 4094 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2731, + "issuerId": 4094, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "module": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "moduleName": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "resolvedModule": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./utils/inject-partytown-snippet", + "loc": "6:30-73", + "moduleId": 4094, + "resolvedModuleId": 4094 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "injectPartytownSnippet" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3565, + "sizes": { + "javascript": 3565 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js|bb8264015b20832a5598babe74683367", + "name": "./node_modules/web-vitals/base.js + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "index": 92, + "preOrderIndex": 92, + "index2": 93, + "postOrderIndex": 93, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2954, + "chunks": [ + 954 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "module": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "moduleName": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "resolvedModule": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "type": "import()", + "active": true, + "explanation": "", + "userRequest": "web-vitals/base", + "loc": "1:455-480", + "moduleId": 538, + "resolvedModuleId": 538 + } + ], + "usedExports": true, + "providedExports": [ + "getCLS", + "getFCP", + "getFID", + "getLCP", + "getTTFB" + ], + "optimizationBailout": [], + "depth": 4, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 173, + "sizes": { + "javascript": 173 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "name": "./node_modules/web-vitals/base.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "index": 92, + "preOrderIndex": 92, + "index2": 93, + "postOrderIndex": 93, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "issuerName": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "id": 538 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 538, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "getCLS", + "getFCP", + "getFID", + "getLCP", + "getTTFB" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-42" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3392, + "sizes": { + "javascript": 3392 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", + "name": "./node_modules/web-vitals/dist/web-vitals.base.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", + "index": 93, + "preOrderIndex": 93, + "index2": 92, + "postOrderIndex": 92, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "issuerName": "./node_modules/web-vitals/base.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "id": 538 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "name": "./node_modules/web-vitals/base.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "module": "./node_modules/web-vitals/base.js", + "moduleName": "./node_modules/web-vitals/base.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "resolvedModule": "./node_modules/web-vitals/base.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./dist/web-vitals.base.js", + "loc": "3:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "module": "./node_modules/web-vitals/base.js", + "moduleName": "./node_modules/web-vitals/base.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "resolvedModule": "./node_modules/web-vitals/base.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./dist/web-vitals.base.js", + "loc": "3:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getCLS", + "getFCP", + "getFID", + "getLCP", + "getTTFB" + ], + "providedExports": [ + "getCLS", + "getFCP", + "getFID", + "getLCP", + "getTTFB" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-3322" + ], + "depth": 5 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3213, + "sizes": { + "javascript": 3213 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "index": 96, + "preOrderIndex": 96, + "index2": 100, + "postOrderIndex": 100, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Footer", + "loc": "1:25-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Footer", + "loc": "1:1092-1098", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 511, + "sizes": { + "javascript": 511 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "name": "./src/components/Header/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "index": 103, + "preOrderIndex": 103, + "index2": 104, + "postOrderIndex": 104, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Header", + "loc": "1:55-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Header", + "loc": "1:1037-1043", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 714, + "sizes": { + "javascript": 714 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "name": "./src/components/HeaderLinks/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "index": 104, + "preOrderIndex": 104, + "index2": 101, + "postOrderIndex": 101, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "issuerName": "./src/Containers/Sections/Hero/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6858, + "issuerId": null, + "chunks": [ + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/HeaderLinks", + "loc": "1:50-107", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/HeaderLinks", + "loc": "1:523-534", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../HeaderLinks", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../HeaderLinks", + "loc": "1:421-432", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../HeaderLinks", + "loc": "1:50-90", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../HeaderLinks", + "loc": "1:421-432", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/HeaderLinks", + "loc": "1:50-107", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/HeaderLinks", + "loc": "1:523-534", + "moduleId": 4967, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:51-418", + "ModuleConcatenation bailout: Cannot concat with ./src/components/Link/index.tsx: Module ./src/components/Layout/index.tsx is referenced from different chunks by these modules: ./src/pages/404.tsx, ./src/pages/blog.tsx, ./src/pages/blog/{BlogPost.postId}.tsx, ./src/pages/brand.tsx, ./src/pages/code.tsx, ./src/pages/faq.tsx, ./src/pages/foundation/members.tsx, ./src/pages/index.tsx, ./src/pages/users.tsx, ./src/templates/doc.tsx, ./src/templates/{BlogPost.tags}.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 303, + "sizes": { + "javascript": 303 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", + "name": "./src/components/Logo/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", + "index": 105, + "preOrderIndex": 105, + "index2": 102, + "postOrderIndex": 102, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "issuerName": "./src/Containers/Sections/Hero/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9807, + "issuerId": null, + "chunks": [ + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Logo", + "loc": "1:107-150", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Logo", + "loc": "1:775-779", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Logo", + "loc": "1:90-116", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Logo", + "loc": "1:366-370", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Logo", + "loc": "1:90-116", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Logo", + "loc": "1:366-370", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Logo", + "loc": "1:107-150", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Logo", + "loc": "1:775-779", + "moduleId": 4967, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1909, + "sizes": { + "javascript": 1909 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "name": "./src/components/Search/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", + "index": 106, + "preOrderIndex": 106, + "index2": 103, + "postOrderIndex": 103, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "issuerName": "./src/Containers/Sections/Hero/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8235, + "issuerId": null, + "chunks": [ + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Search", + "loc": "1:150-197", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Search", + "loc": "1:574-580", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Search", + "loc": "1:116-146", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "module": "./src/components/Header/index.tsx", + "moduleName": "./src/components/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Search", + "loc": "1:472-478", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Search", + "loc": "1:116-146", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", + "resolvedModule": "./src/components/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Search", + "loc": "1:472-478", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Search", + "loc": "1:150-197", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Search", + "loc": "1:574-580", + "moduleId": 4967, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-36", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1707, + "sizes": { + "javascript": 1707 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "name": "./src/components/BackToTop/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", + "index": 109, + "preOrderIndex": 109, + "index2": 107, + "postOrderIndex": 107, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../BackToTop", + "loc": "1:157-193", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "module": "./src/components/Layout/index.tsx", + "moduleName": "./src/components/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../BackToTop", + "loc": "1:1158-1167", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-45" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 873, + "sizes": { + "javascript": 873 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "name": "./src/components/BlogPost/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", + "index": 114, + "preOrderIndex": 114, + "index2": 332, + "postOrderIndex": 332, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "issuerName": "./src/components/BlogLayout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "name": "./src/components/BlogLayout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "module": "./src/components/BlogLayout/index.tsx", + "moduleName": "./src/components/BlogLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../BlogPost", + "loc": "1:68-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "module": "./src/components/BlogLayout/index.tsx", + "moduleName": "./src/components/BlogLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", + "resolvedModule": "./src/components/BlogLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../BlogPost", + "loc": "1:331-339", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-28" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 167894, + "sizes": { + "javascript": 167894 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", + "name": "./src/components/Prism/index.tsx + 4 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "index": 116, + "preOrderIndex": 116, + "index2": 116, + "postOrderIndex": 116, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6469, + "chunks": [ + 349 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1211-1216", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1366-1371", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1776-1781", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "module": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "moduleName": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2164-2169", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:197-242", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1006-1011", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1287-1292", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "module": "./src/Containers/Sections/Hero/index.tsx", + "moduleName": "./src/Containers/Sections/Hero/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1548-1553", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2192-2197", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2368-2373", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "module": "./src/Containers/Sections/PredictableResults/index.tsx", + "moduleName": "./src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2569-2574", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:25-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1083-1088", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "module": "./src/Containers/Sections/SingleRequest/index.tsx", + "moduleName": "./src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1288-1293", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1540-1545", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "module": "./src/Containers/Sections/TypeSystem/index.tsx", + "moduleName": "./src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1984-1989", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1242-1247", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1502-1507", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1784-1789", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2437-2442", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "module": "./src/Containers/Sections/WithoutVersion/index.tsx", + "moduleName": "./src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2832-2837", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Prism/index", + "loc": "6:28-62", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Prism/index", + "loc": "105:1044-1049", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1211-1216", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1366-1371", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1776-1781", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", + "resolvedModule": "./src/Containers/Sections/BringYourOwnCode/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2164-2169", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:197-242", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1006-1011", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1287-1292", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "resolvedModule": "./src/Containers/Sections/Hero/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1548-1553", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2192-2197", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2368-2373", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", + "resolvedModule": "./src/Containers/Sections/PredictableResults/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2569-2574", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:25-70", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1083-1088", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", + "resolvedModule": "./src/Containers/Sections/SingleRequest/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1288-1293", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1540-1545", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", + "resolvedModule": "./src/Containers/Sections/TypeSystem/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1984-1989", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:36-81", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1242-1247", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1502-1507", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:1784-1789", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2437-2442", + "moduleId": 4967, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", + "module": "./src/pages/index.tsx + 8 modules", + "moduleName": "./src/pages/index.tsx + 8 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", + "resolvedModule": "./src/Containers/Sections/WithoutVersion/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../components/Prism", + "loc": "1:2832-2837", + "moduleId": 4967, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 4, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 851, + "sizes": { + "javascript": 851 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "index": 116, + "preOrderIndex": 116, + "index2": 116, + "postOrderIndex": 116, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "issuerName": "./src/Containers/Sections/Hero/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 15307, + "sizes": { + "javascript": 15307 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", + "name": "./src/components/Prism/Prism.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", + "index": 117, + "preOrderIndex": 117, + "index2": 112, + "postOrderIndex": 112, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "issuerName": "./src/components/Prism/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Prism", + "loc": "1:83-110", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Prism", + "loc": "1:267-282", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Prism", + "loc": "1:321-326", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 7:51-31:792" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9189, + "sizes": { + "javascript": 9189 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "name": "./node_modules/prism-react-renderer/dist/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "index": 118, + "preOrderIndex": 118, + "index2": 115, + "postOrderIndex": 115, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "issuerName": "./src/components/Prism/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prism-react-renderer", + "loc": "1:25-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prism-react-renderer", + "loc": "1:192-201", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prism-react-renderer", + "loc": "1:234-246", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default", + "defaultProps" + ], + "providedExports": [ + "Prism", + "default", + "defaultProps" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 6:0-10:2" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 140924, + "sizes": { + "javascript": 140924 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", + "name": "./node_modules/prism-react-renderer/prism/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", + "index": 119, + "preOrderIndex": 119, + "index2": 113, + "postOrderIndex": 113, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "issuerName": "./node_modules/prism-react-renderer/dist/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "name": "./node_modules/prism-react-renderer/dist/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "8:9-14", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 20:1-905:5" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1623, + "sizes": { + "javascript": 1623 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", + "name": "./node_modules/prism-react-renderer/themes/duotoneDark/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", + "index": 120, + "preOrderIndex": 120, + "index2": 114, + "postOrderIndex": 114, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "issuerName": "./node_modules/prism-react-renderer/dist/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "name": "./node_modules/prism-react-renderer/dist/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../themes/duotoneDark", + "loc": "3:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../themes/duotoneDark", + "loc": "9:9-14", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 5:0-71:2" + ], + "depth": 6 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 622, + "sizes": { + "javascript": 622 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "name": "./src/components/Marked/Header.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", + "index": 121, + "preOrderIndex": 121, + "index2": 118, + "postOrderIndex": 118, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Header", + "loc": "6:62-91", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Header", + "loc": "105:222-228", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 15564, + "sizes": { + "javascript": 15564 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "index": 123, + "preOrderIndex": 123, + "index2": 282, + "postOrderIndex": 282, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./MiniGraphiQL", + "loc": "6:91-132", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./MiniGraphiQL", + "loc": "105:917-929", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 8:114-11:919" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 10372, + "sizes": { + "javascript": 10372 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "index": 287, + "preOrderIndex": 287, + "index2": 329, + "postOrderIndex": 329, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./swapiSchema", + "loc": "6:132-174", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./swapiSchema", + "loc": "105:792-806", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "StarWarsSchema" + ], + "providedExports": [ + "StarWarsSchema" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 14:3-688" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1960, + "sizes": { + "javascript": 1960 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "index": 334, + "preOrderIndex": 334, + "index2": 330, + "postOrderIndex": 330, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "issuerName": "./src/components/Marked/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./usersSchema", + "loc": "6:174-213", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "module": "./src/components/Marked/index.tsx", + "moduleName": "./src/components/Marked/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "resolvedModule": "./src/components/Marked/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./usersSchema", + "loc": "105:813-824", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "UsersSchema" + ], + "providedExports": [ + "UsersSchema" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:0-416" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2567, + "sizes": { + "javascript": 2567 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "name": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", + "index": 340, + "preOrderIndex": 340, + "index2": 338, + "postOrderIndex": 338, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", + "issuerName": "./node_modules/gatsby-plugin-anchor-links/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", + "name": "./node_modules/gatsby-plugin-anchor-links/index.js", + "id": 3089 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6945, + "issuerId": 3089, + "chunks": [ + 463, + 532 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", + "module": "./node_modules/gatsby-plugin-anchor-links/index.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./components/AnchorLink", + "loc": "1:199-233", + "moduleId": 3089, + "resolvedModuleId": 3089 + } + ], + "usedExports": true, + "providedExports": [ + "AnchorLink", + "__esModule" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:13-70", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2975, + "sizes": { + "javascript": 2975 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "name": "./src/components/Conf/SocialIcons/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "index": 343, + "preOrderIndex": 343, + "index2": 341, + "postOrderIndex": 341, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "issuerName": "./src/components/Conf/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../SocialIcons", + "loc": "1:25-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../SocialIcons", + "loc": "1:2023-2034", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6036, + "sizes": { + "javascript": 6036 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "index": 344, + "preOrderIndex": 344, + "index2": 361, + "postOrderIndex": 361, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "issuerName": "./src/components/Conf/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Sponsors", + "loc": "1:65-103", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "module": "./src/components/Conf/Footer/index.tsx", + "moduleName": "./src/components/Conf/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "resolvedModule": "./src/components/Conf/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Sponsors", + "loc": "1:628-640", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:1768-1963" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 374, + "sizes": { + "javascript": 374 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/clsx/dist/clsx.m.js", + "name": "./node_modules/clsx/dist/clsx.m.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/clsx/dist/clsx.m.js", + "index": 363, + "preOrderIndex": 363, + "index2": 360, + "postOrderIndex": 360, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "issuerName": "./src/components/Conf/Header/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "name": "./src/components/Conf/Header/index.tsx", + "id": 2685 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6010, + "issuerId": 2685, + "chunks": [ + 54 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "module": "./src/components/Conf/Button/index.tsx", + "moduleName": "./src/components/Conf/Button/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "clsx", + "loc": "1:25-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "module": "./src/components/Conf/Button/index.tsx", + "moduleName": "./src/components/Conf/Button/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "1:184-188", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "module": "./src/components/Conf/Button/index.tsx", + "moduleName": "./src/components/Conf/Button/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "1:494-498", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "clsx", + "loc": "1:1745-1768", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "5:265-269", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "5:415-419", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "clsx", + "loc": "1:81-104", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "1:778-782", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "clsx", + "loc": "1:1745-1768", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "5:265-269", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "5:415-419", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "clsx", + "loc": "1:25-48", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "1:184-188", + "moduleId": 522, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", + "module": "./src/pages/conf/speak.tsx + 1 modules", + "moduleName": "./src/pages/conf/speak.tsx + 1 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", + "resolvedModule": "./src/components/Conf/Button/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "clsx", + "loc": "1:494-498", + "moduleId": 522, + "resolvedModuleId": null + } + ], + "usedExports": [ + "clsx", + "default" + ], + "providedExports": [ + "clsx", + "default" + ], + "optimizationBailout": [], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 492915, + "sizes": { + "javascript": 492915 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "name": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", + "index": 365, + "preOrderIndex": 365, + "index2": 363, + "postOrderIndex": 363, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "issuerName": "./src/components/Conf/Header/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "name": "./src/components/Conf/Header/index.tsx", + "id": 2685 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2469, + "issuerId": 2685, + "chunks": [ + 409 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@radix-ui/react-icons", + "loc": "1:35-81", + "moduleId": 2685, + "resolvedModuleId": 2685 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "module": "./src/components/Conf/Header/index.tsx", + "moduleName": "./src/components/Conf/Header/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", + "resolvedModule": "./src/components/Conf/Header/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@radix-ui/react-icons", + "loc": "1:1746-1756", + "moduleId": 2685, + "resolvedModuleId": 2685 + } + ], + "usedExports": [ + "Cross2Icon" + ], + "providedExports": [ + "AccessibilityIcon", + "ActivityLogIcon", + "AlignBaselineIcon", + "AlignBottomIcon", + "AlignCenterHorizontallyIcon", + "AlignCenterVerticallyIcon", + "AlignLeftIcon", + "AlignRightIcon", + "AlignTopIcon", + "AllSidesIcon", + "AngleIcon", + "ArchiveIcon", + "ArrowBottomLeftIcon", + "ArrowBottomRightIcon", + "ArrowDownIcon", + "ArrowLeftIcon", + "ArrowRightIcon", + "ArrowTopLeftIcon", + "ArrowTopRightIcon", + "ArrowUpIcon", + "AspectRatioIcon", + "AvatarIcon", + "BackpackIcon", + "BadgeIcon", + "BarChartIcon", + "BellIcon", + "BlendingModeIcon", + "BookmarkFilledIcon", + "BookmarkIcon", + "BorderAllIcon", + "BorderBottomIcon", + "BorderDashedIcon", + "BorderDottedIcon", + "BorderLeftIcon", + "BorderNoneIcon", + "BorderRightIcon", + "BorderSolidIcon", + "BorderSplitIcon", + "BorderStyleIcon", + "BorderTopIcon", + "BorderWidthIcon", + "BoxIcon", + "BoxModelIcon", + "ButtonIcon", + "CalendarIcon", + "CameraIcon", + "CardStackIcon", + "CardStackMinusIcon", + "CardStackPlusIcon", + "CaretDownIcon", + "CaretLeftIcon", + "CaretRightIcon", + "CaretSortIcon", + "CaretUpIcon", + "ChatBubbleIcon", + "CheckCircledIcon", + "CheckIcon", + "CheckboxIcon", + "ChevronDownIcon", + "ChevronLeftIcon", + "ChevronRightIcon", + "ChevronUpIcon", + "CircleBackslashIcon", + "CircleIcon", + "ClipboardCopyIcon", + "ClipboardIcon", + "ClockIcon", + "CodeIcon", + "CodeSandboxLogoIcon", + "ColorWheelIcon", + "ColumnSpacingIcon", + "ColumnsIcon", + "CommitIcon", + "Component1Icon", + "Component2Icon", + "ComponentBooleanIcon", + "ComponentInstanceIcon", + "ComponentNoneIcon", + "ComponentPlaceholderIcon", + "ContainerIcon", + "CookieIcon", + "CopyIcon", + "CornerBottomLeftIcon", + "CornerBottomRightIcon", + "CornerTopLeftIcon", + "CornerTopRightIcon", + "CornersIcon", + "CountdownTimerIcon", + "CounterClockwiseClockIcon", + "CropIcon", + "Cross1Icon", + "Cross2Icon", + "CrossCircledIcon", + "Crosshair1Icon", + "Crosshair2Icon", + "CrumpledPaperIcon", + "CubeIcon", + "CursorArrowIcon", + "CursorTextIcon", + "DashIcon", + "DashboardIcon", + "DesktopIcon", + "DimensionsIcon", + "DiscIcon", + "DiscordLogoIcon", + "DividerHorizontalIcon", + "DividerVerticalIcon", + "DotFilledIcon", + "DotIcon", + "DotsHorizontalIcon", + "DotsVerticalIcon", + "DoubleArrowDownIcon", + "DoubleArrowLeftIcon", + "DoubleArrowRightIcon", + "DoubleArrowUpIcon", + "DownloadIcon", + "DragHandleDots1Icon", + "DragHandleDots2Icon", + "DragHandleHorizontalIcon", + "DragHandleVerticalIcon", + "DrawingPinFilledIcon", + "DrawingPinIcon", + "DropdownMenuIcon", + "EnterFullScreenIcon", + "EnterIcon", + "EnvelopeClosedIcon", + "EnvelopeOpenIcon", + "EraserIcon", + "ExclamationTriangleIcon", + "ExitFullScreenIcon", + "ExitIcon", + "ExternalLinkIcon", + "EyeClosedIcon", + "EyeNoneIcon", + "EyeOpenIcon", + "FaceIcon", + "FigmaLogoIcon", + "FileIcon", + "FileMinusIcon", + "FilePlusIcon", + "FileTextIcon", + "FontBoldIcon", + "FontFamilyIcon", + "FontItalicIcon", + "FontRomanIcon", + "FontSizeIcon", + "FontStyleIcon", + "FrameIcon", + "FramerLogoIcon", + "GearIcon", + "GitHubLogoIcon", + "GlobeIcon", + "GridIcon", + "GroupIcon", + "Half1Icon", + "Half2Icon", + "HamburgerMenuIcon", + "HandIcon", + "HeadingIcon", + "HeartFilledIcon", + "HeartIcon", + "HeightIcon", + "HobbyKnifeIcon", + "HomeIcon", + "IconJarLogoIcon", + "IdCardIcon", + "ImageIcon", + "InfoCircledIcon", + "InputIcon", + "InstagramLogoIcon", + "KeyboardIcon", + "LapTimerIcon", + "LaptopIcon", + "LayersIcon", + "LayoutIcon", + "LetterCaseCapitalizeIcon", + "LetterCaseLowercaseIcon", + "LetterCaseToggleIcon", + "LetterCaseUppercaseIcon", + "LetterSpacingIcon", + "LightningBoltIcon", + "LineHeightIcon", + "Link1Icon", + "Link2Icon", + "LinkBreak1Icon", + "LinkBreak2Icon", + "LinkNone1Icon", + "LinkNone2Icon", + "LinkedInLogoIcon", + "ListBulletIcon", + "LockClosedIcon", + "LockOpen1Icon", + "LockOpen2Icon", + "LoopIcon", + "MagicWandIcon", + "MagnifyingGlassIcon", + "MarginIcon", + "MaskOffIcon", + "MaskOnIcon", + "MinusCircledIcon", + "MinusIcon", + "MixIcon", + "MixerHorizontalIcon", + "MixerVerticalIcon", + "MobileIcon", + "ModulzLogoIcon", + "MoonIcon", + "MoveIcon", + "NotionLogoIcon", + "OpacityIcon", + "OpenInNewWindowIcon", + "OverlineIcon", + "PaddingIcon", + "PaperPlaneIcon", + "PauseIcon", + "Pencil1Icon", + "Pencil2Icon", + "PersonIcon", + "PieChartIcon", + "PilcrowIcon", + "PinBottomIcon", + "PinLeftIcon", + "PinRightIcon", + "PinTopIcon", + "PlayIcon", + "PlusCircledIcon", + "PlusIcon", + "QuestionMarkCircledIcon", + "QuestionMarkIcon", + "QuoteIcon", + "RadiobuttonIcon", + "ReaderIcon", + "ReloadIcon", + "ResetIcon", + "ResumeIcon", + "RocketIcon", + "RotateCounterClockwiseIcon", + "RowSpacingIcon", + "RowsIcon", + "RulerHorizontalIcon", + "RulerSquareIcon", + "ScissorsIcon", + "SectionIcon", + "SewingPinFilledIcon", + "SewingPinIcon", + "ShadowIcon", + "ShadowInnerIcon", + "ShadowNoneIcon", + "ShadowOuterIcon", + "Share1Icon", + "Share2Icon", + "ShuffleIcon", + "SizeIcon", + "SketchLogoIcon", + "SlashIcon", + "SliderIcon", + "SpaceBetweenHorizontallyIcon", + "SpaceBetweenVerticallyIcon", + "SpaceEvenlyHorizontallyIcon", + "SpaceEvenlyVerticallyIcon", + "SpeakerLoudIcon", + "SpeakerModerateIcon", + "SpeakerOffIcon", + "SpeakerQuietIcon", + "SquareIcon", + "StackIcon", + "StarFilledIcon", + "StarIcon", + "StitchesLogoIcon", + "StopIcon", + "StopwatchIcon", + "StretchHorizontallyIcon", + "StretchVerticallyIcon", + "StrikethroughIcon", + "SunIcon", + "SwitchIcon", + "SymbolIcon", + "TableIcon", + "TargetIcon", + "TextAlignBottomIcon", + "TextAlignCenterIcon", + "TextAlignJustifyIcon", + "TextAlignLeftIcon", + "TextAlignMiddleIcon", + "TextAlignRightIcon", + "TextAlignTopIcon", + "TextIcon", + "TextNoneIcon", + "ThickArrowDownIcon", + "ThickArrowLeftIcon", + "ThickArrowRightIcon", + "ThickArrowUpIcon", + "TimerIcon", + "TokensIcon", + "TrackNextIcon", + "TrackPreviousIcon", + "TransformIcon", + "TransparencyGridIcon", + "TrashIcon", + "TriangleDownIcon", + "TriangleLeftIcon", + "TriangleRightIcon", + "TriangleUpIcon", + "TwitterLogoIcon", + "UnderlineIcon", + "UpdateIcon", + "UploadIcon", + "ValueIcon", + "ValueNoneIcon", + "VercelLogoIcon", + "VideoIcon", + "ViewGridIcon", + "ViewHorizontalIcon", + "ViewNoneIcon", + "ViewVerticalIcon", + "WidthIcon", + "ZoomInIcon", + "ZoomOutIcon" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11968, + "sizes": { + "javascript": 11968 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "index": 371, + "preOrderIndex": 371, + "index2": 491, + "postOrderIndex": 491, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "issuerName": "./src/components/Conf/Gallery/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../utils/conf-images", + "loc": "1:52-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../utils/conf-images", + "loc": "5:554-560", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "images" + ], + "providedExports": [ + "images" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 1:10589-11968" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 50, + "sizes": { + "javascript": 50 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "name": "./node_modules/react-medium-image-zoom/dist/styles.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "index": 494, + "preOrderIndex": 494, + "index2": 493, + "postOrderIndex": 493, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "issuerName": "./src/components/Conf/Gallery/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "react-medium-image-zoom/dist/styles.css", + "loc": "1:141-189", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [], + "providedExports": [], + "optimizationBailout": [], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 29370, + "sizes": { + "javascript": 29370 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "name": "./node_modules/react-medium-image-zoom/dist/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", + "index": 496, + "preOrderIndex": 496, + "index2": 494, + "postOrderIndex": 494, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "issuerName": "./src/components/Conf/Gallery/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "react-medium-image-zoom", + "loc": "1:99-141", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "module": "./src/components/Conf/Gallery/index.tsx", + "moduleName": "./src/components/Conf/Gallery/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "resolvedModule": "./src/components/Conf/Gallery/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "react-medium-image-zoom", + "loc": "5:314-318", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "Controlled", + "default" + ], + "optimizationBailout": [ + "Statement (IfStatement) with side effects in source code at 345:0-349:1" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1185, + "sizes": { + "javascript": 1185 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "name": "./src/components/DocsSidebar/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", + "index": 518, + "preOrderIndex": 518, + "index2": 516, + "postOrderIndex": 516, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "issuerName": "./src/components/DocsLayout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "name": "./src/components/DocsLayout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "module": "./src/components/ConfLayout/index.tsx", + "moduleName": "./src/components/ConfLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", + "resolvedModule": "./src/components/ConfLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:1434-1445", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "module": "./src/components/DocsLayout/index.tsx", + "moduleName": "./src/components/DocsLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", + "resolvedModule": "./src/components/DocsLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:1045-1056", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:50-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "module": "./src/components/FoundationLayout/index.tsx", + "moduleName": "./src/components/FoundationLayout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", + "resolvedModule": "./src/components/FoundationLayout/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../DocsSidebar", + "loc": "1:1443-1454", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 50, + "sizes": { + "javascript": 50 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[11].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "name": "./src/assets/css/style.less", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "module": "./src/components/Conf/Layout/index.tsx", + "moduleName": "./src/components/Conf/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "resolvedModule": "./src/components/Conf/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../assets/css/style.less", + "loc": "1:25-64", + "moduleId": 187, + "resolvedModuleId": 187 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../assets/css/style.less", + "loc": "1:85-121", + "moduleId": 121, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 50, + "sizes": { + "javascript": 50 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "name": "./src/assets/css/global.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "issuerName": "./src/components/Layout/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "module": "./src/components/Conf/Layout/index.tsx", + "moduleName": "./src/components/Conf/Layout/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", + "resolvedModule": "./src/components/Conf/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../assets/css/global.css", + "loc": "1:64-103", + "moduleId": 187, + "resolvedModuleId": 187 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "resolvedModule": "./src/components/Layout/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../assets/css/global.css", + "loc": "1:121-157", + "moduleId": 121, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 4 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1179, + "sizes": { + "javascript": 1179 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "index": 5, + "preOrderIndex": 5, + "index2": 6, + "postOrderIndex": 6, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "issuerName": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2618, + "issuerId": 2284, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "module": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "scroll-to-element", + "loc": "1:722-750", + "moduleId": 2284, + "resolvedModuleId": 2284 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "module": "./node_modules/scroll-to-element/index.js", + "moduleName": "./node_modules/scroll-to-element/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "resolvedModule": "./node_modules/scroll-to-element/index.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "28:0-14", + "moduleId": 2618, + "resolvedModuleId": 2618 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 28:0-14", + "Statement (VariableDeclaration) with side effects in source code at 1:0-36", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 386, + "sizes": { + "javascript": 386 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "name": "./.cache/public-page-renderer-prod.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", + "index": 40, + "preOrderIndex": 40, + "index2": 44, + "postOrderIndex": 44, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "issuerName": "./.cache/public-page-renderer.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "name": "./.cache/public-page-renderer.js", + "id": 2743 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 224, + "issuerId": 2743, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "module": "./.cache/public-page-renderer.js", + "moduleName": "./.cache/public-page-renderer.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", + "resolvedModule": "./.cache/public-page-renderer.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./public-page-renderer-prod", + "loc": "1:231-269", + "moduleId": 2743, + "resolvedModuleId": 2743 + } + ], + "usedExports": true, + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./.cache/loader.js: Module ./.cache/loader.js is referenced from these modules with unsupported syntax: ./.cache/api-runner-browser.js (referenced with cjs full require)", + "ModuleConcatenation bailout: Cannot concat with ./.cache/page-renderer.js because of ./.cache/production-app.js", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 198, + "sizes": { + "javascript": 198 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", + "name": "./node_modules/scheduler/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", + "index": 47, + "preOrderIndex": 47, + "index2": 34, + "postOrderIndex": 34, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "issuerName": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "name": "./.cache/react-dom-utils.js", + "id": 4941 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "name": "./node_modules/react-dom/client.js", + "id": 745 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "name": "./node_modules/react-dom/index.js", + "id": 3935 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "name": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "id": 4448 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3840, + "issuerId": 4448, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "module": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "moduleName": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "resolvedModule": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "scheduler", + "loc": "13:40-60", + "moduleId": 4448, + "resolvedModuleId": 4448 + } + ], + "usedExports": true, + "providedExports": [ + "unstable_IdlePriority", + "unstable_ImmediatePriority", + "unstable_LowPriority", + "unstable_NormalPriority", + "unstable_Profiling", + "unstable_UserBlockingPriority", + "unstable_cancelCallback", + "unstable_continueExecution", + "unstable_forceFrameRate", + "unstable_getCurrentPriorityLevel", + "unstable_getFirstCallbackNode", + "unstable_next", + "unstable_now", + "unstable_pauseExecution", + "unstable_requestPaint", + "unstable_runWithPriority", + "unstable_scheduleCallback", + "unstable_shouldYield", + "unstable_wrapCallback" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:2-64", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1183, + "sizes": { + "javascript": 1183 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "name": "./.cache/slice/server-slice.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "index": 65, + "preOrderIndex": 65, + "index2": 61, + "postOrderIndex": 61, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/server-slice", + "loc": "1:277-323", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/server-slice", + "loc": "3:298-309", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ServerSlice" + ], + "providedExports": [ + "ServerSlice" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-37" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 659, + "sizes": { + "javascript": 659 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "name": "./.cache/slice/inline-slice.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", + "index": 69, + "preOrderIndex": 69, + "index2": 62, + "postOrderIndex": 62, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./slice/inline-slice", + "loc": "1:323-369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/inline-slice", + "loc": "4:39-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./slice/inline-slice", + "loc": "5:39-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "InlineSlice" + ], + "providedExports": [ + "InlineSlice" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-37" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 191, + "sizes": { + "javascript": 191 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js", + "name": "./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js", + "index": 70, + "preOrderIndex": 70, + "index2": 63, + "postOrderIndex": 63, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7326, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "1:13-98", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "13:315-337", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "1:13-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "13:315-337", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "1:0-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "61:71-93", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "61:137-159", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "61:221-243", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "1:0-85", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "61:71-93", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "61:137-159", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/assertThisInitialized", + "loc": "61:221-243", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1080, + "sizes": { + "javascript": 1080 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "index": 71, + "preOrderIndex": 71, + "index2": 68, + "postOrderIndex": 68, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "issuerName": "./.cache/slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/wrapNativeSuper", + "loc": "1:167-240", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "module": "./.cache/slice.js", + "moduleName": "./.cache/slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "resolvedModule": "./.cache/slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "@babel/runtime/helpers/esm/wrapNativeSuper", + "loc": "13:505-521", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 421, + "sizes": { + "javascript": 421 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/errors.js", + "name": "./node_modules/gatsby-plugin-anchor-links/errors.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/errors.js", + "index": 77, + "preOrderIndex": 77, + "index2": 72, + "postOrderIndex": 72, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "issuerName": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3138, + "issuerId": 2284, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "module": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "moduleName": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "resolvedModule": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./errors", + "loc": "1:821-840", + "moduleId": 2284, + "resolvedModuleId": 2284 + } + ], + "usedExports": true, + "providedExports": [ + "IMPROPPER_FORMATTING", + "INVALID_HASH", + "__esModule" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:13-70", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/dynamic", + "layer": null, + "size": 2980, + "sizes": { + "javascript": 2980 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@builder.io/partytown/integration/index.cjs", + "name": "./node_modules/@builder.io/partytown/integration/index.cjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@builder.io/partytown/integration/index.cjs", + "index": 83, + "preOrderIndex": 83, + "index2": 78, + "postOrderIndex": 78, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "issuerName": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "id": 4094 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "id": 2731 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2911, + "issuerId": 2731, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "module": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "moduleName": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "resolvedModule": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "@builder.io/partytown/integration", + "loc": "5:19-63", + "moduleId": 2731, + "resolvedModuleId": 2731 + } + ], + "usedExports": true, + "providedExports": [ + "SCRIPT_TYPE", + "__esModule", + "partytownSnippet" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-62", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 345, + "sizes": { + "javascript": 345 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/get-forwards.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/get-forwards.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/get-forwards.js", + "index": 84, + "preOrderIndex": 84, + "index2": 79, + "postOrderIndex": 79, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "issuerName": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "id": 4094 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "id": 2731 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7730, + "issuerId": 2731, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "module": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "moduleName": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "resolvedModule": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./get-forwards", + "loc": "6:19-44", + "moduleId": 2731, + "resolvedModuleId": 2731 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "getForwards" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3392, + "sizes": { + "javascript": 3392 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", + "name": "./node_modules/web-vitals/dist/web-vitals.base.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", + "index": 93, + "preOrderIndex": 93, + "index2": 92, + "postOrderIndex": 92, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "issuerName": "./node_modules/web-vitals/base.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", + "id": 538 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "name": "./node_modules/web-vitals/base.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "module": "./node_modules/web-vitals/base.js", + "moduleName": "./node_modules/web-vitals/base.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "resolvedModule": "./node_modules/web-vitals/base.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./dist/web-vitals.base.js", + "loc": "3:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "module": "./node_modules/web-vitals/base.js", + "moduleName": "./node_modules/web-vitals/base.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", + "resolvedModule": "./node_modules/web-vitals/base.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./dist/web-vitals.base.js", + "loc": "3:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getCLS", + "getFCP", + "getFID", + "getLCP", + "getTTFB" + ], + "providedExports": [ + "getCLS", + "getFCP", + "getFID", + "getLCP", + "getTTFB" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-3322" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 472, + "sizes": { + "javascript": 472 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "name": "./src/components/Link/index.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", + "index": 97, + "preOrderIndex": 97, + "index2": 94, + "postOrderIndex": 94, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2748, + "issuerId": null, + "chunks": [ + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:2204-2208", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:2440-2444", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:2612-2616", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:25-51", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "module": "./src/components/HeaderLinks/index.tsx", + "moduleName": "./src/components/HeaderLinks/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", + "resolvedModule": "./src/components/HeaderLinks/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:671-675", + "moduleId": 6858, + "resolvedModuleId": 6858 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:25-51", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:2204-2208", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:2440-2444", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../Link", + "loc": "1:2612-2616", + "moduleId": 121, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25", + "ModuleConcatenation bailout: Cannot concat with ./.cache/gatsby-browser-entry.js: Module ./.cache/gatsby-browser-entry.js is not in the same chunk(s) (expected in chunk(s) 65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2, module is in chunk(s) )", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2955, + "sizes": { + "javascript": 2955 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "name": "./static/img/logos/github.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", + "index": 98, + "preOrderIndex": 98, + "index2": 95, + "postOrderIndex": 95, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4536, + "issuerId": null, + "chunks": [ + 54, + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/github.svg", + "loc": "1:25-107", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/github.svg", + "loc": "1:522-532", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/github.svg", + "loc": "1:25-107", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/github.svg", + "loc": "1:522-532", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/github.svg", + "loc": "1:51-130", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/github.svg", + "loc": "1:838-848", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/github.svg", + "loc": "1:51-130", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/github.svg", + "loc": "1:838-848", + "moduleId": 121, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1230, + "sizes": { + "javascript": 1230 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "name": "./static/img/logos/twitter.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", + "index": 99, + "preOrderIndex": 99, + "index2": 96, + "postOrderIndex": 96, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4290, + "issuerId": null, + "chunks": [ + 54, + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/twitter.svg", + "loc": "1:191-275", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/twitter.svg", + "loc": "1:941-952", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/twitter.svg", + "loc": "1:191-275", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/twitter.svg", + "loc": "1:941-952", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/twitter.svg", + "loc": "1:130-211", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/twitter.svg", + "loc": "1:1113-1124", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/twitter.svg", + "loc": "1:130-211", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/twitter.svg", + "loc": "1:1113-1124", + "moduleId": 121, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3402, + "sizes": { + "javascript": 3402 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "name": "./static/img/logos/discord.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", + "index": 100, + "preOrderIndex": 100, + "index2": 97, + "postOrderIndex": 97, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9962, + "issuerId": null, + "chunks": [ + 54, + 671 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/discord.svg", + "loc": "1:107-191", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/discord.svg", + "loc": "1:731-742", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/discord.svg", + "loc": "1:107-191", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "module": "./src/components/Conf/SocialIcons/index.tsx", + "moduleName": "./src/components/Conf/SocialIcons/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", + "resolvedModule": "./src/components/Conf/SocialIcons/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/logos/discord.svg", + "loc": "1:731-742", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/discord.svg", + "loc": "1:211-292", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/discord.svg", + "loc": "1:1183-1194", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/discord.svg", + "loc": "1:211-292", + "moduleId": 121, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", + "module": "./src/components/Layout/index.tsx + 5 modules", + "moduleName": "./src/components/Layout/index.tsx + 5 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/discord.svg", + "loc": "1:1183-1194", + "moduleId": 121, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1682, + "sizes": { + "javascript": 1682 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "name": "./static/img/logos/stackoverflow.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", + "index": 101, + "preOrderIndex": 101, + "index2": 98, + "postOrderIndex": 98, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/stackoverflow.svg", + "loc": "1:292-385", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/logos/stackoverflow.svg", + "loc": "1:1281-1298", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1366, + "sizes": { + "javascript": 1366 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "name": "./static/img/edit.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", + "index": 102, + "preOrderIndex": 102, + "index2": 99, + "postOrderIndex": 99, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "issuerName": "./src/components/Footer/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "name": "./src/components/Footer/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/edit.svg", + "loc": "1:385-454", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "module": "./src/components/Footer/index.tsx", + "moduleName": "./src/components/Footer/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", + "resolvedModule": "./src/components/Footer/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../static/img/edit.svg", + "loc": "1:1939-1947", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "css/mini-extract", + "layer": null, + "size": 71232, + "sizes": { + "css/mini-extract": 71232 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "css|/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less|0", + "name": "css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "index": 107, + "preOrderIndex": 107, + "index2": 105, + "postOrderIndex": 105, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[11].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "issuerName": "./src/assets/css/style.less", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[11].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "name": "./src/assets/css/style.less", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [ + 312 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[11].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "module": "./src/assets/css/style.less", + "moduleName": "./src/assets/css/style.less", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[11].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "resolvedModule": "./src/assets/css/style.less", + "type": "unknown", + "active": true, + "explanation": "", + "userRequest": null, + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "ModuleConcatenation bailout: Module Concatenation is not implemented for CssModule" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "css/mini-extract", + "layer": null, + "size": 50643, + "sizes": { + "css/mini-extract": 50643 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "css|/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css|0", + "name": "css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "index": 108, + "preOrderIndex": 108, + "index2": 106, + "postOrderIndex": 106, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "issuerName": "./src/assets/css/global.css", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", + "name": "./src/templates/doc.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", + "name": "./src/components/Layout/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "name": "./src/assets/css/global.css", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [ + 312 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "module": "./src/assets/css/global.css", + "moduleName": "./src/assets/css/global.css", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "resolvedModule": "./src/assets/css/global.css", + "type": "unknown", + "active": true, + "explanation": "", + "userRequest": null, + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "ModuleConcatenation bailout: Module Concatenation is not implemented for CssModule" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 15307, + "sizes": { + "javascript": 15307 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", + "name": "./src/components/Prism/Prism.tsx", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", + "index": 117, + "preOrderIndex": 117, + "index2": 112, + "postOrderIndex": 112, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "issuerName": "./src/components/Prism/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Prism", + "loc": "1:83-110", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Prism", + "loc": "1:267-282", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Prism", + "loc": "1:321-326", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 7:51-31:792" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9189, + "sizes": { + "javascript": 9189 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "name": "./node_modules/prism-react-renderer/dist/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "index": 118, + "preOrderIndex": 118, + "index2": 115, + "postOrderIndex": 115, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "issuerName": "./src/components/Prism/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "prism-react-renderer", + "loc": "1:25-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prism-react-renderer", + "loc": "1:192-201", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "module": "./src/components/Prism/index.tsx", + "moduleName": "./src/components/Prism/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "resolvedModule": "./src/components/Prism/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "prism-react-renderer", + "loc": "1:234-246", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default", + "defaultProps" + ], + "providedExports": [ + "Prism", + "default", + "defaultProps" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 6:0-10:2" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 81542, + "sizes": { + "javascript": 81542 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", + "name": "./node_modules/marked/lib/marked.esm.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", + "index": 124, + "preOrderIndex": 124, + "index2": 119, + "postOrderIndex": 119, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "marked", + "loc": "8:28-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "marked", + "loc": "91:32-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "marked" + ], + "providedExports": [ + "Hooks", + "Lexer", + "Parser", + "Renderer", + "Slugger", + "TextRenderer", + "Tokenizer", + "defaults", + "getDefaults", + "lexer", + "marked", + "options", + "parse", + "parseInline", + "parser", + "setOptions", + "use", + "walkTokens" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 37:0-29" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3945, + "sizes": { + "javascript": 3945 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "index": 125, + "preOrderIndex": 125, + "index2": 215, + "postOrderIndex": 215, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2244, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:285-292", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:285-292", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./graphql.mjs", + "loc": "31:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./graphql.mjs", + "loc": "31:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./graphql.mjs", + "loc": "31:0-53", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": [ + "graphql", + "graphqlSync" + ], + "providedExports": [ + "graphql", + "graphqlSync" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/execute.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isPromise.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/parser.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/validate.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/validate.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11244, + "sizes": { + "javascript": 11244 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "name": "./node_modules/graphql/type/schema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "index": 129, + "preOrderIndex": 129, + "index2": 153, + "postOrderIndex": 153, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "issuerName": "./node_modules/graphql/type/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9678, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:29-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:17-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "58:8-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:15-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:29-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:17-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "50:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "58:8-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "50:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "24:0-51", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "77:13-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "24:0-51", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "38:13-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./schema.mjs", + "loc": "1:0-6:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./schema.mjs", + "loc": "1:0-6:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./schema.mjs", + "loc": "1:0-6:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./schema.mjs", + "loc": "1:0-6:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./schema.mjs", + "loc": "20:0-44", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema.mjs", + "loc": "31:2-14", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "5:0-51", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "75:13-26", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "24:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "77:13-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "42:0-65", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "60:2-14", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "78:10-23", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "24:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/schema.mjs", + "loc": "38:13-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "GraphQLSchema", + "assertSchema", + "isSchema" + ], + "providedExports": [ + "GraphQLSchema", + "assertSchema", + "isSchema" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 108:0-349:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/toObjMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7119, + "sizes": { + "javascript": 7119 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "name": "./node_modules/graphql/error/GraphQLError.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "index": 136, + "preOrderIndex": 136, + "index2": 129, + "postOrderIndex": 129, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "issuerName": "./node_modules/graphql/error/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "name": "./node_modules/graphql/error/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8087, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:480-491", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:480-491", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:25-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:29-41", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:15-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:25-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:15-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:25-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "1:0-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "1:0-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "1:0-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "1:0-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs|f136a4015d071d3660475d5d1376307e", + "module": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "moduleName": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "resolvedModule": "./node_modules/graphql/error/locatedError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "2:0-50", + "moduleId": 4181, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs|f136a4015d071d3660475d5d1376307e", + "module": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "moduleName": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "resolvedModule": "./node_modules/graphql/error/locatedError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "18:13-25", + "moduleId": 4181, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", + "module": "./node_modules/graphql/error/syntaxError.mjs", + "moduleName": "./node_modules/graphql/error/syntaxError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", + "resolvedModule": "./node_modules/graphql/error/syntaxError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "1:0-50", + "moduleId": 5219, + "resolvedModuleId": 5219 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", + "module": "./node_modules/graphql/error/syntaxError.mjs", + "moduleName": "./node_modules/graphql/error/syntaxError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", + "resolvedModule": "./node_modules/graphql/error/syntaxError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./GraphQLError.mjs", + "loc": "8:13-25", + "moduleId": 5219, + "resolvedModuleId": 5219 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "11:0-57", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "220:18-30", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "248:18-30", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "251:16-28", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "306:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "646:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "792:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "800:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "806:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "815:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "824:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "833:14-26", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "888:13-25", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "5:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "140:25-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "156:14-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "176:14-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "4:0-57", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "33:20-32", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "68:12-24", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "84:14-26", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "101:12-24", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "123:14-26", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "165:18-30", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "190:20-32", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "206:16-28", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "221:16-28", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "5:0-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "140:25-37", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "156:14-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "176:14-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "2:0-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "29:15-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "1:0-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "13:16-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "28:16-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "40:16-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "48:12-24", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "1:0-63", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "22:14-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "2:0-57", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "13:14-26", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "18:16-28", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "25:14-26", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "40:14-26", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "12:0-57", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "952:16-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "964:16-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "973:16-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "987:16-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "1000:16-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "3:0-57", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "38:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "44:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "55:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "61:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "71:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "82:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "112:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "122:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "132:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "162:14-26", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "169:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "179:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "205:14-26", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "212:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "222:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "249:14-26", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "263:14-26", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "268:16-28", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "2:0-57", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "70:10-22", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "module": "./node_modules/graphql/utilities/assertValidName.mjs", + "moduleName": "./node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "2:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "module": "./node_modules/graphql/utilities/assertValidName.mjs", + "moduleName": "./node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "29:15-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "9:0-57", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "44:10-22", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "74:12-24", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "93:16-28", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "119:14-26", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "138:27-39", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "144:14-26", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "157:12-24", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "module": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "1:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "module": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "13:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "module": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "28:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "module": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "40:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "module": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "48:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "24:16-28", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "4:0-60", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "42:16-28", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "26:16-28", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "43:14-26", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "3:0-60", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "31:14-26", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "87:18-30", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "3:0-60", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "43:14-26", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "54:14-26", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 5311, + "resolvedModuleId": 5311 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "19:14-26", + "moduleId": 5311, + "resolvedModuleId": 5311 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "3:0-60", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "57:14-26", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 7898, + "resolvedModuleId": 7898 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "24:14-26", + "moduleId": 7898, + "resolvedModuleId": 7898 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 2877, + "resolvedModuleId": 2877 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "36:14-26", + "moduleId": 2877, + "resolvedModuleId": 2877 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "48:14-26", + "moduleId": 2877, + "resolvedModuleId": 2877 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 1422, + "resolvedModuleId": 1422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "63:14-26", + "moduleId": 1422, + "resolvedModuleId": 1422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 4790, + "resolvedModuleId": 4790 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "27:18-30", + "moduleId": 4790, + "resolvedModuleId": 4790 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 1294, + "resolvedModuleId": 1294 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "42:18-30", + "moduleId": 1294, + "resolvedModuleId": 1294 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 2283, + "resolvedModuleId": 2283 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "module": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "32:18-30", + "moduleId": 2283, + "resolvedModuleId": 2283 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "61:14-26", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "28:14-26", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "51:14-26", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "5:0-60", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "58:14-26", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "72:12-24", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "3:0-60", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "42:18-30", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "125:20-32", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "23:18-30", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "35:16-28", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 423, + "resolvedModuleId": 423 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "45:18-30", + "moduleId": 423, + "resolvedModuleId": 423 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "62:20-32", + "moduleId": 423, + "resolvedModuleId": 423 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 2337, + "resolvedModuleId": 2337 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "69:14-26", + "moduleId": 2337, + "resolvedModuleId": 2337 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 2266, + "resolvedModuleId": 2266 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "34:14-26", + "moduleId": 2266, + "resolvedModuleId": 2266 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 3274, + "resolvedModuleId": 3274 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "21:14-26", + "moduleId": 3274, + "resolvedModuleId": 3274 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "33:14-26", + "moduleId": 3274, + "resolvedModuleId": 3274 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "71:18-30", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 3201, + "resolvedModuleId": 3201 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "41:14-26", + "moduleId": 3201, + "resolvedModuleId": 3201 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "50:14-26", + "moduleId": 3201, + "resolvedModuleId": 3201 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "48:14-26", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "57:14-26", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 5591, + "resolvedModuleId": 5591 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "20:14-26", + "moduleId": 5591, + "resolvedModuleId": 5591 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 2767, + "resolvedModuleId": 2767 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "34:14-26", + "moduleId": 2767, + "resolvedModuleId": 2767 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 2621, + "resolvedModuleId": 2621 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "19:16-28", + "moduleId": 2621, + "resolvedModuleId": 2621 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 7990, + "resolvedModuleId": 7990 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "41:14-26", + "moduleId": 7990, + "resolvedModuleId": 7990 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "50:14-26", + "moduleId": 7990, + "resolvedModuleId": 7990 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 9538, + "resolvedModuleId": 9538 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "25:12-24", + "moduleId": 9538, + "resolvedModuleId": 9538 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "37:12-24", + "moduleId": 9538, + "resolvedModuleId": 9538 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 1564, + "resolvedModuleId": 1564 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "30:16-28", + "moduleId": 1564, + "resolvedModuleId": 1564 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "5:0-60", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "54:16-28", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "75:14-26", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "91:14-26", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "126:10-22", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "147:12-24", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "158:25-37", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "162:12-24", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "1:0-60", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "23:14-26", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "2:0-60", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../error/GraphQLError.mjs", + "loc": "52:20-32", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "2:0-63", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "28:14-26", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "50:16-28", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "62:16-28", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "85:16-28", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "107:14-26", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../error/GraphQLError.mjs", + "loc": "22:14-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "2:0-57", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/GraphQLError.mjs", + "loc": "60:14-26", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "GraphQLError", + "formatError", + "printError" + ], + "providedExports": [ + "GraphQLError", + "formatError", + "printError" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 31:0-226:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/location.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printLocation.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 30652, + "sizes": { + "javascript": 30652 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "name": "./node_modules/graphql/type/definition.mjs + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "index": 141, + "preOrderIndex": 141, + "index2": 146, + "postOrderIndex": 146, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 398, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:799-816", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:941-958", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1044-1055", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1088-1105", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:54-71", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:8-21", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:17-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:39-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "114:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "140:36-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "142:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "149:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "149:39-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "215:27-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "246:27-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "256:27-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "266:27-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:27-47", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:58-70", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:71-83", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:13-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:16-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:21-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:13-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:57-69", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "84:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:17-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "96:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "151:12-22", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "153:44-55", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "155:17-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "157:44-58", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "159:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:193-203", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:292-302", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "69:39-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "74:15-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:8-18", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "109:37-48", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "111:13-26", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "113:37-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "115:13-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:48-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:82-99", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "161:16-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "162:59-76", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "167:21-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "168:59-79", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "174:59-81", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "188:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "188:48-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "232:16-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "233:43-60", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "238:21-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "239:43-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "245:43-65", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "286:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "289:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "292:13-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "295:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:13-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "317:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "329:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "332:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "362:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "385:19-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "387:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "410:19-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "412:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "435:19-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "437:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "458:19-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "53:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "60:23-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "62:17-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "71:23-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "73:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "79:23-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "81:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "87:23-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:23-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "93:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "98:23-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "138:12-22", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "140:45-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "142:17-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "144:45-59", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "146:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:22-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:22-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:22-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "25:23-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:25-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:8-18", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:799-816", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:941-958", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1044-1055", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1088-1105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:54-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "25:51-66", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:20-32", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:28-40", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "108:20-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "116:20-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:28-38", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "132:20-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "190:31-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "212:32-44", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "220:32-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "244:8-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "247:8-18", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "247:28-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "250:8-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "251:12-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "254:12-22", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "254:39-54", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:12-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "331:27-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:34-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "376:58-73", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "395:48-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "398:36-56", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "408:49-66", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "411:36-56", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "439:12-26", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "440:33-51", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "456:61-76", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "459:26-38", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "481:8-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "482:8-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "565:57-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "731:29-41", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "739:39-59", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "749:40-57", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "804:33-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "806:40-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "813:37-52", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "815:44-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "818:35-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "820:42-64", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "121:21-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "125:26-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:8-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:13-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "60:8-18", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "64:8-20", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "67:8-18", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "82:8-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:8-25", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "143:9-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "25:51-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:28-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "108:20-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "116:20-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:28-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "132:20-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "190:31-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "212:32-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "220:32-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "244:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "247:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "247:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "250:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "251:12-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "254:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "254:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:12-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "331:27-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:34-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "376:58-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "395:48-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "398:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "408:49-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "411:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "439:12-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "440:33-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "456:61-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "459:26-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "481:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "482:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "565:57-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "731:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "739:39-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "749:40-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "804:33-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "806:40-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "813:37-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "815:44-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "818:35-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "820:42-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "121:21-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "125:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "60:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "64:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "67:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "82:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "143:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "42:12-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "83:8-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "121:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "122:71-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "159:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "181:54-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "220:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "226:12-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "257:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "265:20-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "300:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "300:37-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "341:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:16-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:34-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:34-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:34-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:21-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:57-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:21-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:25-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:46-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:21-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:21-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:21-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "84:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "96:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "151:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "153:44-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "155:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "157:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "159:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:193-203", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:292-302", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "69:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "74:15-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "109:37-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "111:13-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "113:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "115:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:82-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "161:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "162:59-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "167:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "168:59-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "174:59-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "188:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "188:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "232:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "233:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "238:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "239:43-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "245:43-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "286:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "289:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "292:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "295:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "317:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "329:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "332:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "362:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "385:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "387:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "410:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "412:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "435:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "437:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "458:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "37:24-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "46:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:28-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:55-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:80-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:16-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "95:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:16-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "122:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "125:47-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "132:38-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "138:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "152:118-130", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "28:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "75:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "76:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "99:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "123:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "53:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "60:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "62:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "71:23-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "73:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "79:23-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "81:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "87:23-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "93:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "98:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "138:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "140:45-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "142:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "144:45-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "146:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:22-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:22-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:22-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "25:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "168:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "169:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "172:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "177:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "114:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "140:36-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "142:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "149:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "149:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "215:27-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "246:27-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "256:27-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "266:27-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:27-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:58-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:71-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "42:12-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "83:8-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "121:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "122:71-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "159:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "181:54-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "220:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "226:12-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "257:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "265:20-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "300:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "300:37-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "341:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:16-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:34-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:34-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:34-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:21-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:57-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:21-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:25-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:46-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:21-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:21-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:21-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "84:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "96:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "151:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "153:44-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "155:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "157:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "159:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:193-203", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:292-302", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "69:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "74:15-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "109:37-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "111:13-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "113:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "115:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "126:82-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "161:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "162:59-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "167:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "168:59-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "174:59-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "188:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "188:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "232:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "233:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "238:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "239:43-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "245:43-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "286:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "289:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "292:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "295:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "317:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "329:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "332:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "362:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "385:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "387:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "410:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "412:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "435:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "437:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "458:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "37:24-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "46:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:28-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:55-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:80-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:16-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "95:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:16-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "122:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "125:47-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "132:38-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "138:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "152:118-130", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "28:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "75:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "76:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "99:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "100:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "123:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "53:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "60:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "62:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "71:23-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "73:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "79:23-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "81:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "87:23-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "93:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "98:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "138:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "140:45-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "142:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "144:45-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "146:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:22-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:22-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:22-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "25:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "168:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "169:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "172:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "177:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "2:0-56", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "201:6-20", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "15:0-21:32", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "525:6-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "562:6-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "585:6-16", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "597:6-16", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "602:6-20", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "613:6-18", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "799:6-18", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "823:7-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "7:0-68", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "63:9-20", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "81:17-30", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "98:26-39", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "164:17-30", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "189:19-32", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "205:18-31", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "6:0-20:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "97:17-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "108:17-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "108:32-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "133:11-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "137:11-30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "174:15-32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "202:15-32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "211:15-35", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "227:15-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "242:15-30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "264:15-37", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "288:9-21", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "321:9-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "5:0-17:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "110:10-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "162:8-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "162:31-41", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "164:15-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "164:39-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "166:15-32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "166:45-62", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "168:15-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "168:40-52", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "173:15-30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "173:43-58", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "199:8-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "383:8-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "400:6-16", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "403:7-17", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "408:7-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "413:6-19", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "416:6-19", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "423:5-16", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "424:5-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "430:6-16", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "433:6-16", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "438:6-19", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "442:7-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "447:8-21", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "452:9-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "456:6-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "460:6-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "464:6-21", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "468:6-17", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "472:6-16", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "476:6-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "5:0-21:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "48:8-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "50:17-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "51:15-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "53:17-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "100:8-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "104:8-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "106:17-34", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "113:8-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "115:17-37", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "122:8-19", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "124:17-33", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "130:8-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "132:17-32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "138:8-25", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "140:17-39", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "6:0-13:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "113:6-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "117:6-18", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "121:6-21", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "125:6-17", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "129:6-16", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "133:6-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "2:0-60", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "18:19-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "8:0-12:26", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "69:16-31", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "81:12-28", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "111:16-30", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "131:16-30", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "173:16-30", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-56:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "6:0-20:26", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "22:28-45", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "33:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "33:35-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "33:51-65", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "41:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "58:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "59:12-23", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "59:28-42", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "65:31-48", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "71:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "79:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "83:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "84:12-23", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "84:28-42", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "89:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "90:12-23", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "90:28-42", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "107:39-54", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "190:26-43", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "196:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "199:12-24", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "203:12-24", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "207:12-27", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "211:12-23", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "215:12-22", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "219:12-29", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "223:12-22", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "227:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "254:16-27", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "254:32-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "263:12-24", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "263:34-49", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "272:16-27", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "272:32-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "275:12-24", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "275:34-49", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "281:16-27", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "281:32-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "284:12-26", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "290:16-27", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "290:32-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "299:12-22", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "308:16-27", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "308:32-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "317:12-29", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "331:27-44", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "337:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "345:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "346:12-23", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "346:28-42", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "362:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "366:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "375:32-49", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "381:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "389:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "404:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "413:31-48", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "419:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "427:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "450:30-45", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "501:12-26", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "517:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "531:12-26", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "6:0-53", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "19:30-47", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "93:32-49", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "141:33-50", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "190:34-51", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "233:29-46", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "7:0-13:26", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "210:10-25", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "213:14-29", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "226:17-29", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "229:14-29", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "284:11-22", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "305:10-21", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "352:20-32", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "357:8-19", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "361:15-27", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "361:42-57", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "373:15-32", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "5:0-17:26", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "87:14-26", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "105:23-35", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "122:27-39", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "183:11-22", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "191:10-28", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "225:9-20", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "237:8-20", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "242:15-30", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "247:15-26", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "250:15-25", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "253:15-32", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "276:9-21", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "293:11-22", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "305:10-28", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "326:9-24", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "433:23-41", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "484:9-21", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "524:9-20", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "536:8-28", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "576:10-23", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./definition.mjs", + "loc": "576:39-56", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "4:0-15:32", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "54:10-21", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "58:10-25", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "62:10-22", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "128:26-38", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "131:10-25", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "152:29-41", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "164:29-41", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "174:12-24", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "176:29-41", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "185:10-21", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "216:34-45", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "222:25-40", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "223:25-35", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "227:34-45", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "233:27-39", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "237:12-29", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "250:10-21", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "257:25-37", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "260:12-22", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "347:44-59", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "351:6-18", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "351:34-49", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "6:0-12:32", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "37:6-19", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "61:6-16", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "85:6-23", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "113:6-16", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "144:10-20", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "6:0-20:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "97:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "108:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "108:32-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "133:11-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "137:11-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "174:15-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "202:15-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "211:15-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "227:15-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "242:15-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "264:15-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "288:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "321:9-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "10:0-15:32", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "36:6-19", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "56:6-16", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "69:6-23", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "88:19-32", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "130:6-16", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "11:0-28:32", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "185:8-18", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "187:17-28", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "190:8-21", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "192:17-31", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "219:8-20", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "223:8-20", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "227:8-23", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "231:8-19", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "235:8-18", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "239:8-25", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "257:15-37", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "279:15-30", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "307:15-32", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "323:15-32", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "346:15-35", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "369:15-31", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "436:17-28", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "440:17-31", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "662:19-36", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "680:19-39", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "698:19-34", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "715:19-35", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "731:19-36", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "748:19-41", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "5:0-17:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "110:10-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "162:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "162:31-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "164:15-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "164:39-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "166:15-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "166:45-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "168:15-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "168:40-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "173:15-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "173:43-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "199:8-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "383:8-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "400:6-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "403:7-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "408:7-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "413:6-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "416:6-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "423:5-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "424:5-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "430:6-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "433:6-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "438:6-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "442:7-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "447:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "452:9-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "456:6-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "460:6-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "464:6-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "468:6-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "472:6-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "476:6-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "5:0-21:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "48:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "50:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "51:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "53:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "100:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "104:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "106:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "113:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "115:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "122:8-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "124:17-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "130:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "132:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "138:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "140:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "6:0-13:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "113:6-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "117:6-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "121:6-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "125:6-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "129:6-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "133:6-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "1:0-7:32", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "18:6-19", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "18:30-43", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "22:6-16", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "22:27-37", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "39:6-19", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "40:8-21", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "47:6-19", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "52:6-16", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "53:8-18", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "60:6-16", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "67:4-18", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "68:5-20", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "68:38-50", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "88:6-20", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "89:8-22", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "module": "./node_modules/graphql/utilities/typeComparators.mjs", + "moduleName": "./node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeComparators.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "100:6-20", + "moduleId": 316, + "resolvedModuleId": 316 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "2:0-69", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "7:30-41", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "12:30-44", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "5:0-10:32", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "49:34-47", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "58:6-19", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "71:6-16", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "81:14-27", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "109:6-23", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "123:19-32", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/definition.mjs", + "loc": "142:6-16", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "5:0-9:35", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "62:7-21", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "103:10-25", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "107:10-25", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "121:6-18", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "121:28-43", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "3:0-60", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "23:21-36", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "40:19-34", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "5:0-12:35", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "524:6-18", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "525:6-18", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "576:6-18", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "578:6-18", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "609:6-16", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "610:11-21", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "615:6-16", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "619:6-19", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "620:11-24", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "625:6-19", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "629:6-16", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "629:27-37", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "701:12-24", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "701:40-55", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "3:0-60", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "21:8-23", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "22:8-23", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "69:8-23", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "8:0-15:35", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "93:6-18", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "97:6-18", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "101:6-21", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "105:6-17", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "109:6-16", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "113:6-23", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "6:0-71", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "39:48-66", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "74:28-46", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "121:30-36", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "3:0-69", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "18:12-22", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "18:23-35", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "2:0-55", + "moduleId": 3201, + "resolvedModuleId": 3201 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "39:10-20", + "moduleId": 3201, + "resolvedModuleId": 3201 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "2:0-6:35", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "74:6-18", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "74:28-43", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "74:53-70", + "moduleId": 9349, + "resolvedModuleId": 9349 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "7:0-15:35", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "30:19-34", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "32:11-21", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "39:19-31", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "41:11-28", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "51:26-46", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "66:25-37", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "69:24-41", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "89:10-23", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "121:15-27", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "123:7-17", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "3:0-56", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "19:33-44", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "4:0-58", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "83:6-19", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/definition.mjs", + "loc": "83:38-51", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "3:0-79", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "74:29-41", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "76:10-27", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "104:28-40", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "2:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/definition.mjs", + "loc": "18:19-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "GraphQLEnumType", + "GraphQLInputObjectType", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLUnionType", + "argsToArgsConfig", + "assertAbstractType", + "assertCompositeType", + "assertEnumType", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertType", + "assertUnionType", + "assertWrappingType", + "defineArguments", + "getNamedType", + "getNullableType", + "isAbstractType", + "isCompositeType", + "isEnumType", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isType", + "isUnionType", + "isWrappingType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk" + ], + "providedExports": [ + "GraphQLEnumType", + "GraphQLInputObjectType", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLUnionType", + "argsToArgsConfig", + "assertAbstractType", + "assertCompositeType", + "assertEnumType", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertType", + "assertUnionType", + "assertWrappingType", + "defineArguments", + "getNamedType", + "getNullableType", + "isAbstractType", + "isCompositeType", + "isEnumType", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isType", + "isUnionType", + "isWrappingType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyValMap.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/mapValue.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/toObjMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/assertName.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/valueFromASTUntyped.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 5, + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 30553, + "sizes": { + "javascript": 30553 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "index": 141, + "preOrderIndex": 141, + "index2": 146, + "postOrderIndex": 146, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "issuerName": "./node_modules/graphql/type/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "GraphQLEnumType", + "GraphQLInputObjectType", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLUnionType", + "argsToArgsConfig", + "assertAbstractType", + "assertCompositeType", + "assertEnumType", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertType", + "assertUnionType", + "assertWrappingType", + "defineArguments", + "getNamedType", + "getNullableType", + "isAbstractType", + "isCompositeType", + "isEnumType", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isType", + "isUnionType", + "isWrappingType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk" + ], + "providedExports": [ + "GraphQLEnumType", + "GraphQLInputObjectType", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLUnionType", + "argsToArgsConfig", + "assertAbstractType", + "assertCompositeType", + "assertEnumType", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertType", + "assertUnionType", + "assertWrappingType", + "defineArguments", + "getNamedType", + "getNullableType", + "isAbstractType", + "isCompositeType", + "isEnumType", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isType", + "isUnionType", + "isWrappingType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 228:0-246:1" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 99, + "sizes": { + "javascript": 99 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", + "name": "./node_modules/graphql/jsutils/identityFunc.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", + "index": 142, + "preOrderIndex": 142, + "index2": 132, + "postOrderIndex": 132, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "module": "./node_modules/graphql/type/definition.mjs", + "moduleName": "./node_modules/graphql/type/definition.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/identityFunc.mjs", + "loc": "3:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "module": "./node_modules/graphql/type/definition.mjs", + "moduleName": "./node_modules/graphql/type/definition.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/identityFunc.mjs", + "loc": "419:10-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "module": "./node_modules/graphql/type/definition.mjs", + "moduleName": "./node_modules/graphql/type/definition.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/identityFunc.mjs", + "loc": "427:10-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "identityFunc" + ], + "providedExports": [ + "identityFunc" + ], + "optimizationBailout": [], + "depth": 6 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 8655, + "sizes": { + "javascript": 8655 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "name": "./node_modules/graphql/type/scalars.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "index": 157, + "preOrderIndex": 157, + "index2": 148, + "postOrderIndex": 148, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "issuerName": "./node_modules/graphql/type/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3801, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:851-861", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:876-886", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:898-911", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1014-1024", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1136-1145", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1158-1171", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1194-1208", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1260-1270", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1390-1400", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:129-138", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:35-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:17-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "191:17-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "94:16-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:22-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:19-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "50:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:19-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:13-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "53:19-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:13-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:19-33", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:13-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:19-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:851-861", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:876-886", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:898-911", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1014-1024", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1136-1145", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1158-1171", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1194-1208", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1260-1270", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "2:1390-1400", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:129-138", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "351:27-41", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "355:31-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "358:22-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "362:31-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "365:22-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "15:62-74", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "351:27-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "355:31-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "358:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "362:31-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "365:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "15:62-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:35-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:48-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "94:16-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:19-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "50:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "53:19-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:19-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:17-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "191:17-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:35-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:48-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "94:16-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:19-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "50:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "53:19-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:19-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "23:0-59", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "56:28-48", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "18:0-60", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "155:19-40", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "19:0-60", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "33:10-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "13:0-62", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "111:31-45", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "131:31-45", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "156:12-25", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "173:31-44", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:0-82:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "21:0-62", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "28:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "71:31-44", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "75:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "79:31-45", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "94:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "237:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "241:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "249:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "257:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "293:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "311:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "337:31-44", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "341:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "350:16-30", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "366:31-45", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "370:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "381:31-44", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "385:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "393:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "404:31-45", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "408:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "419:31-44", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "423:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "427:31-45", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "431:12-25", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "517:31-44", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalars.mjs", + "loc": "531:27-40", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "13:0-48", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "151:19-28", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "23:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "56:28-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "38:0-41:29", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "214:37-58", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "764:6-26", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "18:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "155:19-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "19:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/scalars.mjs", + "loc": "33:10-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/scalars.mjs", + "loc": "10:0-62", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/scalars.mjs", + "loc": "68:30-50", + "moduleId": 5580, + "resolvedModuleId": 5580 + } + ], + "usedExports": [ + "GRAPHQL_MAX_INT", + "GRAPHQL_MIN_INT", + "GraphQLBoolean", + "GraphQLFloat", + "GraphQLID", + "GraphQLInt", + "GraphQLString", + "isSpecifiedScalarType", + "specifiedScalarTypes" + ], + "providedExports": [ + "GRAPHQL_MAX_INT", + "GRAPHQL_MIN_INT", + "GraphQLBoolean", + "GraphQLFloat", + "GraphQLID", + "GraphQLInt", + "GraphQLString", + "isSpecifiedScalarType", + "specifiedScalarTypes" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 19:0-92:3", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 38788, + "sizes": { + "javascript": 38788 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "name": "./node_modules/graphql/language/parser.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "index": 162, + "preOrderIndex": 162, + "index2": 160, + "postOrderIndex": 160, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "issuerName": "./node_modules/graphql/graphql.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4275, + "issuerId": 2244, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:175-180", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:175-180", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "44:33-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:18-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:18-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:14-19", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:14-19", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:26-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:28-33", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:14-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:14-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:26-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:28-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "44:33-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:27-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:23-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:22-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:27-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:23-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:22-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./language/parser.mjs", + "loc": "3:0-46", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./language/parser.mjs", + "loc": "97:15-20", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "5:0-52", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "330:23-33", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "2:0-47", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "23:19-24", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./parser.mjs", + "loc": "7:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parser.mjs", + "loc": "7:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parser.mjs", + "loc": "7:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parser.mjs", + "loc": "7:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parser.mjs", + "loc": "7:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "3:0-47", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "83:19-24", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "5:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "330:23-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/parser.mjs", + "loc": "23:19-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "parse", + "parseConstValue", + "parseType", + "parseValue" + ], + "providedExports": [ + "Parser", + "parse", + "parseConstValue", + "parseType", + "parseValue" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/syntaxError.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/lexer.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/source.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/tokenKind.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 576, + "sizes": { + "javascript": 576 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "name": "./node_modules/graphql/utilities/typeFromAST.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "index": 176, + "preOrderIndex": 176, + "index2": 165, + "postOrderIndex": 165, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 77, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:480-491", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "92:480-491", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:38-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:38-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "103:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "103:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/typeFromAST.mjs", + "loc": "7:0-59", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/typeFromAST.mjs", + "loc": "195:26-37", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/typeFromAST.mjs", + "loc": "9:0-59", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/typeFromAST.mjs", + "loc": "61:20-31", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./typeFromAST.mjs", + "loc": "21:0-48", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./typeFromAST.mjs", + "loc": "173:12-23", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./typeFromAST.mjs", + "loc": "182:26-37", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./typeFromAST.mjs", + "loc": "24:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./typeFromAST.mjs", + "loc": "24:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "4:0-62", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "21:21-32", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "38:19-30", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "14:0-62", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "679:23-34", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "724:12-23", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "5:0-62", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "67:17-28", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "4:0-62", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "17:19-30", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "6:0-62", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeFromAST.mjs", + "loc": "37:28-39", + "moduleId": 9701, + "resolvedModuleId": 9701 + } + ], + "usedExports": [ + "typeFromAST" + ], + "providedExports": [ + "typeFromAST" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 400195, + "sizes": { + "javascript": 400195 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", + "name": "./node_modules/codemirror/lib/codemirror.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", + "index": 221, + "preOrderIndex": 221, + "index2": 216, + "postOrderIndex": 216, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4631, + "issuerId": null, + "chunks": [ + 126 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "module": "./node_modules/codemirror-graphql/hint.js", + "moduleName": "./node_modules/codemirror-graphql/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "6:35-56", + "moduleId": 6619, + "resolvedModuleId": 6619 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "module": "./node_modules/codemirror-graphql/lint.js", + "moduleName": "./node_modules/codemirror-graphql/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/lint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "6:35-56", + "moduleId": 1871, + "resolvedModuleId": 1871 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "module": "./node_modules/codemirror-graphql/mode.js", + "moduleName": "./node_modules/codemirror-graphql/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/mode.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "6:35-56", + "moduleId": 9229, + "resolvedModuleId": 9229 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "module": "./node_modules/codemirror-graphql/results/mode.js", + "moduleName": "./node_modules/codemirror-graphql/results/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/results/mode.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "6:35-56", + "moduleId": 6276, + "resolvedModuleId": 6276 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "module": "./node_modules/codemirror-graphql/variables/hint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "6:35-56", + "moduleId": 6094, + "resolvedModuleId": 6094 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "45:35-56", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "module": "./node_modules/codemirror-graphql/variables/mode.js", + "moduleName": "./node_modules/codemirror-graphql/variables/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/mode.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "6:35-56", + "moduleId": 9677, + "resolvedModuleId": 9677 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/comment/comment.js", + "module": "./node_modules/codemirror/addon/comment/comment.js", + "moduleName": "./node_modules/codemirror/addon/comment/comment.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/comment/comment.js", + "resolvedModule": "./node_modules/codemirror/addon/comment/comment.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../../lib/codemirror", + "loc": "6:8-39", + "moduleId": 4504, + "resolvedModuleId": 4504 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/closebrackets.js", + "module": "./node_modules/codemirror/addon/edit/closebrackets.js", + "moduleName": "./node_modules/codemirror/addon/edit/closebrackets.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/closebrackets.js", + "resolvedModule": "./node_modules/codemirror/addon/edit/closebrackets.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../../lib/codemirror", + "loc": "6:8-39", + "moduleId": 2801, + "resolvedModuleId": 2801 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/matchbrackets.js", + "module": "./node_modules/codemirror/addon/edit/matchbrackets.js", + "moduleName": "./node_modules/codemirror/addon/edit/matchbrackets.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/matchbrackets.js", + "resolvedModule": "./node_modules/codemirror/addon/edit/matchbrackets.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../../lib/codemirror", + "loc": "6:8-39", + "moduleId": 4328, + "resolvedModuleId": 4328 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/hint/show-hint.js", + "module": "./node_modules/codemirror/addon/hint/show-hint.js", + "moduleName": "./node_modules/codemirror/addon/hint/show-hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/hint/show-hint.js", + "resolvedModule": "./node_modules/codemirror/addon/hint/show-hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../../lib/codemirror", + "loc": "8:8-39", + "moduleId": 1707, + "resolvedModuleId": 1707 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/lint/lint.js", + "module": "./node_modules/codemirror/addon/lint/lint.js", + "moduleName": "./node_modules/codemirror/addon/lint/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/lint/lint.js", + "resolvedModule": "./node_modules/codemirror/addon/lint/lint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../../lib/codemirror", + "loc": "6:8-39", + "moduleId": 3256, + "resolvedModuleId": 3256 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/search/searchcursor.js", + "module": "./node_modules/codemirror/addon/search/searchcursor.js", + "moduleName": "./node_modules/codemirror/addon/search/searchcursor.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/search/searchcursor.js", + "resolvedModule": "./node_modules/codemirror/addon/search/searchcursor.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../../lib/codemirror", + "loc": "6:8-39", + "moduleId": 2095, + "resolvedModuleId": 2095 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "module": "./node_modules/codemirror/keymap/sublime.js", + "moduleName": "./node_modules/codemirror/keymap/sublime.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "resolvedModule": "./node_modules/codemirror/keymap/sublime.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../lib/codemirror", + "loc": "9:8-36", + "moduleId": 3412, + "resolvedModuleId": 3412 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", + "module": "./node_modules/codemirror/lib/codemirror.js", + "moduleName": "./node_modules/codemirror/lib/codemirror.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", + "resolvedModule": "./node_modules/codemirror/lib/codemirror.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "11:65-79", + "moduleId": 4631, + "resolvedModuleId": 4631 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", + "module": "./node_modules/codemirror/lib/codemirror.js", + "moduleName": "./node_modules/codemirror/lib/codemirror.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", + "resolvedModule": "./node_modules/codemirror/lib/codemirror.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "14:2-6", + "moduleId": 4631, + "resolvedModuleId": 4631 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "28:177-198", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "46:291-312", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "63:17-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "64:328-349", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "74:78-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "28:177-198", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "46:291-312", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "63:17-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "64:328-349", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror", + "loc": "74:78-99", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 14:2-6", + "CommonJS bailout: module.exports is used directly at 11:65-79", + "Statement (ExpressionStatement) with side effects in source code at 10:0-9849:5", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 19979, + "sizes": { + "javascript": 19979 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/hint/show-hint.js", + "name": "./node_modules/codemirror/addon/hint/show-hint.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/hint/show-hint.js", + "index": 222, + "preOrderIndex": 222, + "index2": 217, + "postOrderIndex": 217, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1707, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "module": "./node_modules/codemirror-graphql/hint.js", + "moduleName": "./node_modules/codemirror-graphql/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/hint/show-hint", + "loc": "7:0-42", + "moduleId": 6619, + "resolvedModuleId": 6619 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/hint/show-hint", + "loc": "28:199-241", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/hint/show-hint", + "loc": "63:39-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/hint/show-hint", + "loc": "28:199-241", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/hint/show-hint", + "loc": "63:39-81", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 6:0-529:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9193, + "sizes": { + "javascript": 9193 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/comment/comment.js", + "name": "./node_modules/codemirror/addon/comment/comment.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/comment/comment.js", + "index": 223, + "preOrderIndex": 223, + "index2": 218, + "postOrderIndex": 218, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4504, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/comment/comment", + "loc": "28:242-285", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/comment/comment", + "loc": "28:242-285", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:0-211:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6816, + "sizes": { + "javascript": 6816 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/matchbrackets.js", + "name": "./node_modules/codemirror/addon/edit/matchbrackets.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/matchbrackets.js", + "index": 224, + "preOrderIndex": 224, + "index2": 219, + "postOrderIndex": 219, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4328, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "module": "./node_modules/codemirror/keymap/sublime.js", + "moduleName": "./node_modules/codemirror/keymap/sublime.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "resolvedModule": "./node_modules/codemirror/keymap/sublime.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../addon/edit/matchbrackets", + "loc": "9:79-117", + "moduleId": 3412, + "resolvedModuleId": 3412 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/matchbrackets", + "loc": "28:286-332", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/matchbrackets", + "loc": "63:82-128", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/matchbrackets", + "loc": "28:286-332", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/matchbrackets", + "loc": "63:82-128", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:0-160:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7121, + "sizes": { + "javascript": 7121 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/closebrackets.js", + "name": "./node_modules/codemirror/addon/edit/closebrackets.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/closebrackets.js", + "index": 225, + "preOrderIndex": 225, + "index2": 220, + "postOrderIndex": 220, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2801, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/closebrackets", + "loc": "28:333-379", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/closebrackets", + "loc": "63:129-175", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/closebrackets", + "loc": "28:333-379", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/edit/closebrackets", + "loc": "63:129-175", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:0-201:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9985, + "sizes": { + "javascript": 9985 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/lint/lint.js", + "name": "./node_modules/codemirror/addon/lint/lint.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/lint/lint.js", + "index": 226, + "preOrderIndex": 226, + "index2": 221, + "postOrderIndex": 221, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3256, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/lint/lint", + "loc": "28:380-417", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/lint/lint", + "loc": "63:176-213", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/lint/lint", + "loc": "28:380-417", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/addon/lint/lint", + "loc": "63:176-213", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:0-291:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 26692, + "sizes": { + "javascript": 26692 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "name": "./node_modules/codemirror/keymap/sublime.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "index": 227, + "preOrderIndex": 227, + "index2": 223, + "postOrderIndex": 223, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3412, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/keymap/sublime", + "loc": "28:418-454", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/keymap/sublime", + "loc": "63:214-250", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/keymap/sublime", + "loc": "28:418-454", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror/keymap/sublime", + "loc": "63:214-250", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 7:0-720:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1787, + "sizes": { + "javascript": 1787 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "index": 229, + "preOrderIndex": 229, + "index2": 250, + "postOrderIndex": 250, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6619, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "module": "./node_modules/codemirror-graphql/hint.js", + "moduleName": "./node_modules/codemirror-graphql/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/hint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 6619, + "resolvedModuleId": 6619 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "module": "./node_modules/codemirror-graphql/hint.js", + "moduleName": "./node_modules/codemirror-graphql/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/hint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 6619, + "resolvedModuleId": 6619 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/hint", + "loc": "28:455-489", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/hint", + "loc": "28:455-489", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1281, + "sizes": { + "javascript": 1281 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "name": "./node_modules/codemirror-graphql/lint.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "index": 256, + "preOrderIndex": 256, + "index2": 251, + "postOrderIndex": 251, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1871, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "module": "./node_modules/codemirror-graphql/lint.js", + "moduleName": "./node_modules/codemirror-graphql/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 1871, + "resolvedModuleId": 1871 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "module": "./node_modules/codemirror-graphql/lint.js", + "moduleName": "./node_modules/codemirror-graphql/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 1871, + "resolvedModuleId": 1871 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/lint", + "loc": "28:490-524", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/lint", + "loc": "28:490-524", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 446, + "sizes": { + "javascript": 446 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "name": "./node_modules/codemirror-graphql/mode.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "index": 257, + "preOrderIndex": 257, + "index2": 254, + "postOrderIndex": 254, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9229, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "module": "./node_modules/codemirror-graphql/mode.js", + "moduleName": "./node_modules/codemirror-graphql/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/mode.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 9229, + "resolvedModuleId": 9229 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "module": "./node_modules/codemirror-graphql/mode.js", + "moduleName": "./node_modules/codemirror-graphql/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/mode.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 9229, + "resolvedModuleId": 9229 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/mode", + "loc": "28:525-559", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/mode", + "loc": "28:525-559", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3539, + "sizes": { + "javascript": 3539 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "name": "./node_modules/codemirror-graphql/results/mode.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "index": 260, + "preOrderIndex": 260, + "index2": 255, + "postOrderIndex": 255, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6276, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "module": "./node_modules/codemirror-graphql/results/mode.js", + "moduleName": "./node_modules/codemirror-graphql/results/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/results/mode.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 6276, + "resolvedModuleId": 6276 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "module": "./node_modules/codemirror-graphql/results/mode.js", + "moduleName": "./node_modules/codemirror-graphql/results/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/results/mode.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 6276, + "resolvedModuleId": 6276 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/results/mode", + "loc": "46:313-355", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/results/mode", + "loc": "46:313-355", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4850, + "sizes": { + "javascript": 4850 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "name": "./node_modules/codemirror-graphql/variables/hint.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "index": 261, + "preOrderIndex": 261, + "index2": 278, + "postOrderIndex": 278, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6094, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "module": "./node_modules/codemirror-graphql/variables/hint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/hint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 6094, + "resolvedModuleId": 6094 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "module": "./node_modules/codemirror-graphql/variables/hint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/hint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 6094, + "resolvedModuleId": 6094 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/variables/hint", + "loc": "63:251-295", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/variables/hint", + "loc": "63:251-295", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 72942, + "sizes": { + "javascript": 72942 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "name": "./node_modules/graphql/index.mjs + 17 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "index": 262, + "preOrderIndex": 262, + "index2": 275, + "postOrderIndex": 275, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 45, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "module": "./node_modules/codemirror-graphql/variables/hint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql", + "loc": "7:16-34", + "moduleId": 6094, + "resolvedModuleId": 6094 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql", + "loc": "46:16-34", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:55-114", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:285-292", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:480-491", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:175-180", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:480-491", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:55-114", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:285-292", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:480-491", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:175-180", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:480-491", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-115", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:799-816", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:851-861", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:876-886", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:898-911", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:941-958", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1014-1024", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1044-1055", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1088-1105", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1136-1145", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1158-1171", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1194-1208", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1260-1270", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1390-1400", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:29-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:54-71", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:129-138", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "68:24-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "72:32-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:18-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:18-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:18-48", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:25-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:25-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:25-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:25-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:25-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:25-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "43:25-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "44:25-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:25-58", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:25-57", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:25-55", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:25-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:25-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:41-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:91-112", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:14-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:17-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "44:33-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:51-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:36-61", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "72:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "83:30-60", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "85:34-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "99:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "102:26-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "105:30-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:34-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:18-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:32-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:80-102", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:18-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:18-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:18-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:18-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:18-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:28-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:32-46", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:25-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "19:25-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:25-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-58", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:8-21", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:31-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:18-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:18-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:14-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:23-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:23-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:26-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "46:34-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:23-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:23-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:22-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "62:22-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "65:23-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:11-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "304:23-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:0-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:25-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:87-100", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-236", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:12-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:35-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:32-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:17-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:14-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:11-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:26-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:39-61", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:64-85", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "115:22-33", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:14-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "128:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "133:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "139:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "194:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "198:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "204:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "209:55-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "215:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "219:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "225:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "235:14-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "239:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "245:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "258:14-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "262:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "268:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "278:14-47", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "282:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "288:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:14-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "308:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "329:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "339:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "348:14-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "352:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "358:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "369:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "373:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "379:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "385:22-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "390:14-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "394:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "400:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "408:74-100", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "417:30-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "420:30-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "422:34-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "437:26-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "439:30-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "448:14-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "450:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-214", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:17-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:39-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "114:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "140:36-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "142:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "149:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "149:39-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "191:17-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "215:27-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "246:27-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "256:27-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "266:27-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:27-47", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-53", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:58-70", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:71-83", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-64", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "58:8-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "66:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "70:17-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-72", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:13-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:16-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:21-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-53", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:13-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:57-69", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-170", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "84:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:17-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "96:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "151:12-22", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "153:44-55", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "155:17-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "157:44-58", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "159:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-299", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:193-203", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:292-302", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:15-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "69:39-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "74:15-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:8-18", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "109:37-48", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "111:13-26", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "113:37-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "115:13-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:48-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:82-99", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "161:16-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "162:59-76", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "167:21-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "168:59-79", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "174:59-81", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "188:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "188:48-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "232:16-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "233:43-60", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "238:21-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "239:43-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "245:43-65", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "286:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "289:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "292:13-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "295:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:13-25", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "317:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "329:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "332:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "362:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "374:22-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "381:22-48", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "385:19-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "387:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "399:22-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "406:22-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "410:19-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "412:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "424:22-55", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "431:22-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "435:19-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "437:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "458:19-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-366", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:12-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:19-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "53:12-24", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "60:23-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "62:17-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "71:23-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "73:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "79:23-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "81:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "87:23-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:17-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:23-38", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "93:17-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "94:16-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "98:23-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "138:12-22", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "140:45-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "142:17-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "144:45-59", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "146:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-194", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:22-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:22-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:22-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:22-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:13-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "25:23-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:13-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:23-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:13-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:19-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "50:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:19-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:13-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "53:19-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:13-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:19-33", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:13-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:19-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-85", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:25-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:8-18", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:13-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:13-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-115", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:799-816", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:851-861", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:876-886", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:898-911", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:941-958", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1014-1024", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1044-1055", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1088-1105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1136-1145", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1158-1171", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1194-1208", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1260-1270", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:1390-1400", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:29-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:54-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "module": "./src/components/Marked/usersSchema.ts", + "moduleName": "./src/components/Marked/usersSchema.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "resolvedModule": "./src/components/Marked/usersSchema.ts", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:129-138", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "25:51-66", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-486", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:12-17", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:18-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:4-26", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:4-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "28:4-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:4-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:4-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:4-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:4-25", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "37:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:4-33", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:4-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:12-17", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:18-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:31-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "90:83-109", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:20-32", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "98:83-109", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:28-40", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "106:83-112", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "108:20-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "114:83-108", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "116:20-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "122:83-107", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:28-38", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "130:83-115", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "132:20-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "190:31-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "212:32-44", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "220:32-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "244:8-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "247:8-18", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "247:28-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "250:8-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "251:12-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "254:12-22", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "254:39-54", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:12-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "299:24-44", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:24-42", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:44-60", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "331:27-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:34-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "351:27-41", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "355:31-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "358:22-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "362:31-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "365:22-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "376:58-73", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "395:48-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "398:36-56", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "408:49-66", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "411:36-56", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "439:12-26", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "440:33-51", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "456:61-76", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "459:26-38", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "481:8-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "482:8-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "483:8-22", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "544:26-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "554:30-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "565:57-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "643:38-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "645:38-64", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "647:38-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "650:38-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "652:38-75", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "654:38-71", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "656:38-71", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "658:38-62", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "660:38-62", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "662:38-62", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "664:38-72", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "666:38-65", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "668:38-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "670:38-60", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "672:38-66", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "674:38-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "679:46-83", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "681:46-86", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "731:29-41", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "739:39-59", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "749:40-57", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "804:33-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "806:40-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "813:37-52", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "815:44-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "818:35-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "820:42-64", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-88", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:64-69", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:14-19", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:29-41", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:42-50", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:8-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "121:21-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "125:26-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-46", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:28-32", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:14-19", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:25-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:23-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "254:23-44", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "256:23-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "258:23-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "260:23-52", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "262:23-48", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "264:23-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "266:23-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "269:5-26", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "270:5-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "271:5-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "272:5-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "273:5-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:5-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "275:5-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:55-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/types.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/types.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:57-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-59", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:38-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:43-58", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "15:62-74", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:26-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:4-9", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:8-13", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:4-9", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:4-9", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:28-33", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-98", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:8-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:13-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "60:8-18", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "64:8-20", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "67:8-18", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "82:8-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:8-25", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "143:9-21", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-443", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:4-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:4-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:4-22", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:4-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:4-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:4-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:18-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "18:21-42", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "18:55-80", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:42-64", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:19-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:38-52", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "25:51-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-486", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:12-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:4-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:4-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "28:4-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:4-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:4-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:4-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:4-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "37:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:4-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:4-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:12-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:31-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "90:83-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "98:83-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:28-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "106:83-112", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "108:20-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "114:83-108", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "116:20-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "122:83-107", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:28-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "130:83-115", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "132:20-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "190:31-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "212:32-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "220:32-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "244:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "247:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "247:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "250:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "251:12-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "254:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "254:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:12-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "299:24-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:24-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:44-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "331:27-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:34-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "351:27-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "355:31-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "358:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "362:31-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "365:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "376:58-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "395:48-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "398:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "408:49-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "411:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "439:12-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "440:33-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "456:61-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "459:26-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "481:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "482:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "483:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "544:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "554:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "565:57-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "643:38-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "645:38-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "647:38-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "650:38-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "652:38-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "654:38-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "656:38-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "658:38-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "660:38-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "662:38-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "664:38-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "666:38-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "668:38-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "670:38-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "672:38-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "674:38-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "679:46-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "681:46-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "731:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "739:39-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "749:40-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "804:33-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "806:40-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "813:37-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "815:44-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "818:35-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "820:42-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:64-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:14-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:42-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:8-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "121:21-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "125:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:28-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:14-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:25-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:23-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "254:23-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "256:23-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "258:23-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "260:23-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "262:23-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "264:23-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "266:23-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "269:5-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "270:5-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "271:5-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "272:5-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "273:5-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:5-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "275:5-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:55-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "module": "./node_modules/graphql-language-service/esm/parser/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/types.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "module": "./node_modules/graphql-language-service/esm/parser/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/types.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:57-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:38-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:43-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "15:62-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:26-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:4-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:8-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "module": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "module": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:4-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:4-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:28-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "60:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "64:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "67:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "82:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "92:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "module": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "143:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-443", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:4-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:4-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:4-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:4-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:18-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "18:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "18:55-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:42-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:38-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "68:24-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "72:32-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:18-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:18-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:18-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:25-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "43:25-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "44:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:25-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:25-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:25-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:25-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:41-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:91-112", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:17-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "44:33-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "47:51-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:36-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "72:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "83:30-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "85:34-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "99:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "102:26-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "105:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:32-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:80-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:18-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:18-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:18-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:18-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:28-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:32-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "19:25-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:25-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "28:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "42:12-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "50:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:31-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:18-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:14-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:26-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "46:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:23-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:22-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "62:22-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "65:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-143", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "83:8-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "86:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "93:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "95:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "97:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "121:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "122:71-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "131:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "133:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "135:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "159:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "164:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "167:30-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "169:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "178:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "181:54-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "220:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "222:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "226:12-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "228:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "234:18-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "236:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "242:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "244:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "246:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "257:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "265:20-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "280:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "282:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "300:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "300:37-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "304:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "307:61-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "328:14-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "330:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:57-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "341:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-128", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "15:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "85:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "85:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:20-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:39-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "103:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "125:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "304:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-122", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:41-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:16-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:51-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:42-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:16-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:15-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:16-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-91", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:34-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:34-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:34-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:11-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:21-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:57-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:64-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:100-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:98-117", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:21-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:40-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:25-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:77-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-138", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:46-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:21-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:21-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:21-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "84:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "96:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "151:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "153:44-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "155:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "157:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "159:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:15-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:25-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:87-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-299", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:193-203", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:292-302", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "69:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "74:15-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "109:37-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "111:13-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "113:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "115:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:82-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "161:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "162:59-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "167:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "168:59-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "174:59-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "188:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "188:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "232:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "233:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "238:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "239:43-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "245:43-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "286:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "289:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "292:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "295:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "317:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "329:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "332:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "362:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "374:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "381:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "385:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "387:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "399:22-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "406:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "410:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "412:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "424:22-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "431:22-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "435:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "437:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "458:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-106", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:27-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:33-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:23-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:33-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:22-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:24-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:38-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "74:12-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "75:22-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "76:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "77:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-236", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:35-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:26-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:39-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:64-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "115:22-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "128:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "133:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "139:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "194:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "198:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "204:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "209:55-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "215:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "219:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "225:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "235:14-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "239:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "245:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "258:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "262:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "268:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "278:14-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "282:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "288:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "308:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "329:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "339:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "348:14-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "352:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "358:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "369:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "373:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "379:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "385:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "390:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "394:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "400:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "408:74-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "417:30-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "420:30-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "422:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "437:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "439:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "448:14-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "450:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-152", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:48-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "37:24-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "46:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:28-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:55-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:80-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:16-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "95:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:16-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "122:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "125:47-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "132:38-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "138:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "152:118-130", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-234", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "28:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "75:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "76:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "99:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "123:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-366", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "53:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "60:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "62:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "71:23-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "73:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "79:23-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "81:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "87:23-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "93:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "94:16-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "98:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "138:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "140:45-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "142:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "144:45-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "146:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-194", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:22-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:22-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:22-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "25:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:23-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:19-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "50:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "53:19-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:19-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "19:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "15:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "18:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:11-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-151", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:32-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "110:32-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "113:32-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "168:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "169:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "172:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "177:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-214", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:17-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "114:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "140:36-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "142:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "149:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "149:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "191:17-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "215:27-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "246:27-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "256:27-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "266:27-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:27-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:58-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:71-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "module": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "module": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:15-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "58:8-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "66:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "70:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "28:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "42:12-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "50:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:8-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:31-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:18-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:14-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "45:26-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "46:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:23-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:22-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "62:22-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "65:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-143", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "83:8-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "86:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "93:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "95:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "97:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "121:8-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "122:71-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "131:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "133:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "135:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "159:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "164:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "167:30-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "169:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "178:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "181:54-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "220:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "222:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "226:12-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "228:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "234:18-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "236:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "242:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "244:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "246:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "257:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "265:20-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "280:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "282:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "300:9-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "300:37-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "304:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "307:61-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "328:14-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "330:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:57-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "341:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-128", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "15:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "85:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "85:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:20-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:39-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "103:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "125:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "276:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "304:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-122", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:41-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:16-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:51-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:42-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:16-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "30:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:15-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:16-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-91", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:34-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:34-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:34-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:11-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "6:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:21-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:57-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:64-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:100-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "20:98-117", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:21-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:40-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:25-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "61:77-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-138", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:46-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:21-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:21-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:21-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "84:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "96:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "151:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "153:44-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "155:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "157:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "159:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:8-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "9:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "10:15-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:25-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:87-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-299", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:193-203", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:292-302", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "69:39-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "74:15-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "109:37-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "111:13-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "113:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "115:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "126:82-99", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "161:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "162:59-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "167:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "168:59-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "174:59-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "188:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "188:48-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "232:16-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "233:43-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "238:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "239:43-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "245:43-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "274:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "286:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "289:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "292:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "295:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "317:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "329:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "332:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "362:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "374:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "381:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "385:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "387:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "399:22-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "406:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "410:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "412:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "424:22-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "431:22-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "435:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "437:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "458:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-106", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:27-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "12:33-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:23-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "16:33-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:22-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:24-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:38-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "74:12-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "75:22-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "76:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "77:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-236", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:35-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "22:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "29:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "32:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "41:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:26-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:39-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "104:64-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "115:22-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "128:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "133:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "139:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "194:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "198:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "204:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "209:55-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "215:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "219:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "225:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "235:14-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "239:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "245:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "258:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "262:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "268:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "278:14-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "282:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "288:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "298:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "302:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "308:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "329:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "333:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "339:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "348:14-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "352:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "358:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "369:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "373:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "379:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "385:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "390:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "394:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "400:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "408:74-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "417:30-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "420:30-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "422:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "437:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "439:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "448:14-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "450:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-152", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "35:48-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "36:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "37:24-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "39:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "40:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "46:28-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:28-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:55-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:80-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:16-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "95:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:16-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "122:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "125:47-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "132:38-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "138:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "152:118-130", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-234", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "4:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "28:19-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:13-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "75:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "76:19-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "99:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "100:19-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "123:13-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "124:19-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-366", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "33:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "38:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "53:12-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "60:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "62:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "71:23-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "73:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "79:23-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "81:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "87:23-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "89:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "91:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "93:17-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "94:16-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "98:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "138:12-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "140:45-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "142:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "144:45-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "146:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "3:18-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-194", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:22-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:22-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:22-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "17:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "24:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "25:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "26:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:23-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "48:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "49:19-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "50:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "51:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "52:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "53:19-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "54:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "55:19-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "56:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "57:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "8:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:13-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "14:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "5:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "7:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "11:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "13:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "19:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "21:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "23:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "1:0-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "15:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "18:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "31:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "34:11-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "2:0-151", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "27:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "107:32-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "110:32-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "113:32-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "168:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "169:8-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "172:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "graphql", + "loc": "177:13-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "BREAK", + "BreakingChangeType", + "DEFAULT_DEPRECATION_REASON", + "DangerousChangeType", + "DirectiveLocation", + "ExecutableDefinitionsRule", + "FieldsOnCorrectTypeRule", + "FragmentsOnCompositeTypesRule", + "GRAPHQL_MAX_INT", + "GRAPHQL_MIN_INT", + "GraphQLBoolean", + "GraphQLDeprecatedDirective", + "GraphQLDirective", + "GraphQLEnumType", + "GraphQLError", + "GraphQLFloat", + "GraphQLID", + "GraphQLIncludeDirective", + "GraphQLInputObjectType", + "GraphQLInt", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLSchema", + "GraphQLSkipDirective", + "GraphQLSpecifiedByDirective", + "GraphQLString", + "GraphQLUnionType", + "Kind", + "KnownArgumentNamesRule", + "KnownDirectivesRule", + "KnownFragmentNamesRule", + "KnownTypeNamesRule", + "Lexer", + "Location", + "LoneAnonymousOperationRule", + "LoneSchemaDefinitionRule", + "NoDeprecatedCustomRule", + "NoFragmentCyclesRule", + "NoSchemaIntrospectionCustomRule", + "NoUndefinedVariablesRule", + "NoUnusedFragmentsRule", + "NoUnusedVariablesRule", + "OperationTypeNode", + "OverlappingFieldsCanBeMergedRule", + "PossibleFragmentSpreadsRule", + "PossibleTypeExtensionsRule", + "ProvidedRequiredArgumentsRule", + "ScalarLeafsRule", + "SchemaMetaFieldDef", + "SingleFieldSubscriptionsRule", + "Source", + "Token", + "TokenKind", + "TypeInfo", + "TypeKind", + "TypeMetaFieldDef", + "TypeNameMetaFieldDef", + "UniqueArgumentDefinitionNamesRule", + "UniqueArgumentNamesRule", + "UniqueDirectiveNamesRule", + "UniqueDirectivesPerLocationRule", + "UniqueEnumValueNamesRule", + "UniqueFieldDefinitionNamesRule", + "UniqueFragmentNamesRule", + "UniqueInputFieldNamesRule", + "UniqueOperationNamesRule", + "UniqueOperationTypesRule", + "UniqueTypeNamesRule", + "UniqueVariableNamesRule", + "ValidationContext", + "ValuesOfCorrectTypeRule", + "VariablesAreInputTypesRule", + "VariablesInAllowedPositionRule", + "__Directive", + "__DirectiveLocation", + "__EnumValue", + "__Field", + "__InputValue", + "__Schema", + "__Type", + "__TypeKind", + "assertAbstractType", + "assertCompositeType", + "assertDirective", + "assertEnumType", + "assertEnumValueName", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertName", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertSchema", + "assertType", + "assertUnionType", + "assertValidName", + "assertValidSchema", + "assertWrappingType", + "astFromValue", + "buildASTSchema", + "buildClientSchema", + "buildSchema", + "coerceInputValue", + "concatAST", + "createSourceEventStream", + "defaultFieldResolver", + "defaultTypeResolver", + "doTypesOverlap", + "execute", + "executeSync", + "extendSchema", + "findBreakingChanges", + "findDangerousChanges", + "formatError", + "getArgumentValues", + "getDirectiveValues", + "getEnterLeaveForKind", + "getIntrospectionQuery", + "getLocation", + "getNamedType", + "getNullableType", + "getOperationAST", + "getOperationRootType", + "getVariableValues", + "getVisitFn", + "graphql", + "graphqlSync", + "introspectionFromSchema", + "introspectionTypes", + "isAbstractType", + "isCompositeType", + "isConstValueNode", + "isDefinitionNode", + "isDirective", + "isEnumType", + "isEqualType", + "isExecutableDefinitionNode", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isIntrospectionType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isSchema", + "isSelectionNode", + "isSpecifiedDirective", + "isSpecifiedScalarType", + "isType", + "isTypeDefinitionNode", + "isTypeExtensionNode", + "isTypeNode", + "isTypeSubTypeOf", + "isTypeSystemDefinitionNode", + "isTypeSystemExtensionNode", + "isUnionType", + "isValidNameError", + "isValueNode", + "isWrappingType", + "lexicographicSortSchema", + "locatedError", + "parse", + "parseConstValue", + "parseType", + "parseValue", + "print", + "printError", + "printIntrospectionSchema", + "printLocation", + "printSchema", + "printSourceLocation", + "printType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk", + "responsePathAsArray", + "separateOperations", + "specifiedDirectives", + "specifiedRules", + "specifiedScalarTypes", + "stripIgnoredCharacters", + "subscribe", + "syntaxError", + "typeFromAST", + "validate", + "validateSchema", + "valueFromAST", + "valueFromASTUntyped", + "version", + "versionInfo", + "visit", + "visitInParallel", + "visitWithTypeInfo" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/locatedError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/syntaxError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/collectFields.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/execute.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/values.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/graphql.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/Path.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyValMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/naturalCompare.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/blockString.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/lexer.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/location.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/parser.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printLocation.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/source.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/tokenKind.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/assertName.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/schema.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/validate.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/TypeInfo.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/astFromValue.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/buildASTSchema.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/coerceInputValue.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/extendSchema.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/sortValueNode.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeComparators.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/valueFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/valueFromASTUntyped.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/ValidationContext.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/specifiedRules.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/validate.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 5, + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7988, + "sizes": { + "javascript": 7988 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "index": 262, + "preOrderIndex": 262, + "index2": 275, + "postOrderIndex": 275, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "issuerName": "./src/components/Marked/usersSchema.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "BREAK", + "BreakingChangeType", + "DEFAULT_DEPRECATION_REASON", + "DangerousChangeType", + "DirectiveLocation", + "ExecutableDefinitionsRule", + "FieldsOnCorrectTypeRule", + "FragmentsOnCompositeTypesRule", + "GRAPHQL_MAX_INT", + "GRAPHQL_MIN_INT", + "GraphQLBoolean", + "GraphQLDeprecatedDirective", + "GraphQLDirective", + "GraphQLEnumType", + "GraphQLError", + "GraphQLFloat", + "GraphQLID", + "GraphQLIncludeDirective", + "GraphQLInputObjectType", + "GraphQLInt", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLSchema", + "GraphQLSkipDirective", + "GraphQLSpecifiedByDirective", + "GraphQLString", + "GraphQLUnionType", + "Kind", + "KnownArgumentNamesRule", + "KnownDirectivesRule", + "KnownFragmentNamesRule", + "KnownTypeNamesRule", + "Lexer", + "Location", + "LoneAnonymousOperationRule", + "LoneSchemaDefinitionRule", + "NoDeprecatedCustomRule", + "NoFragmentCyclesRule", + "NoSchemaIntrospectionCustomRule", + "NoUndefinedVariablesRule", + "NoUnusedFragmentsRule", + "NoUnusedVariablesRule", + "OperationTypeNode", + "OverlappingFieldsCanBeMergedRule", + "PossibleFragmentSpreadsRule", + "PossibleTypeExtensionsRule", + "ProvidedRequiredArgumentsRule", + "ScalarLeafsRule", + "SchemaMetaFieldDef", + "SingleFieldSubscriptionsRule", + "Source", + "Token", + "TokenKind", + "TypeInfo", + "TypeKind", + "TypeMetaFieldDef", + "TypeNameMetaFieldDef", + "UniqueArgumentDefinitionNamesRule", + "UniqueArgumentNamesRule", + "UniqueDirectiveNamesRule", + "UniqueDirectivesPerLocationRule", + "UniqueEnumValueNamesRule", + "UniqueFieldDefinitionNamesRule", + "UniqueFragmentNamesRule", + "UniqueInputFieldNamesRule", + "UniqueOperationNamesRule", + "UniqueOperationTypesRule", + "UniqueTypeNamesRule", + "UniqueVariableNamesRule", + "ValidationContext", + "ValuesOfCorrectTypeRule", + "VariablesAreInputTypesRule", + "VariablesInAllowedPositionRule", + "__Directive", + "__DirectiveLocation", + "__EnumValue", + "__Field", + "__InputValue", + "__Schema", + "__Type", + "__TypeKind", + "assertAbstractType", + "assertCompositeType", + "assertDirective", + "assertEnumType", + "assertEnumValueName", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertName", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertSchema", + "assertType", + "assertUnionType", + "assertValidName", + "assertValidSchema", + "assertWrappingType", + "astFromValue", + "buildASTSchema", + "buildClientSchema", + "buildSchema", + "coerceInputValue", + "concatAST", + "createSourceEventStream", + "defaultFieldResolver", + "defaultTypeResolver", + "doTypesOverlap", + "execute", + "executeSync", + "extendSchema", + "findBreakingChanges", + "findDangerousChanges", + "formatError", + "getArgumentValues", + "getDirectiveValues", + "getEnterLeaveForKind", + "getIntrospectionQuery", + "getLocation", + "getNamedType", + "getNullableType", + "getOperationAST", + "getOperationRootType", + "getVariableValues", + "getVisitFn", + "graphql", + "graphqlSync", + "introspectionFromSchema", + "introspectionTypes", + "isAbstractType", + "isCompositeType", + "isConstValueNode", + "isDefinitionNode", + "isDirective", + "isEnumType", + "isEqualType", + "isExecutableDefinitionNode", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isIntrospectionType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isSchema", + "isSelectionNode", + "isSpecifiedDirective", + "isSpecifiedScalarType", + "isType", + "isTypeDefinitionNode", + "isTypeExtensionNode", + "isTypeNode", + "isTypeSubTypeOf", + "isTypeSystemDefinitionNode", + "isTypeSystemExtensionNode", + "isUnionType", + "isValidNameError", + "isValueNode", + "isWrappingType", + "lexicographicSortSchema", + "locatedError", + "parse", + "parseConstValue", + "parseType", + "parseValue", + "print", + "printError", + "printIntrospectionSchema", + "printLocation", + "printSchema", + "printSourceLocation", + "printType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk", + "responsePathAsArray", + "separateOperations", + "specifiedDirectives", + "specifiedRules", + "specifiedScalarTypes", + "stripIgnoredCharacters", + "subscribe", + "syntaxError", + "typeFromAST", + "validate", + "validateSchema", + "valueFromAST", + "valueFromASTUntyped", + "version", + "versionInfo", + "visit", + "visitInParallel", + "visitWithTypeInfo" + ], + "optimizationBailout": [], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 422, + "sizes": { + "javascript": 422 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", + "name": "./node_modules/graphql/version.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", + "index": 263, + "preOrderIndex": 263, + "index2": 256, + "postOrderIndex": 256, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./version.mjs", + "loc": "29:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./version.mjs", + "loc": "29:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./version.mjs", + "loc": "29:0-53", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "version", + "versionInfo" + ], + "providedExports": [ + "version", + "versionInfo" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 12:0-17:3" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 8149, + "sizes": { + "javascript": 8149 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "name": "./node_modules/graphql/execution/subscribe.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "index": 264, + "preOrderIndex": 264, + "index2": 259, + "postOrderIndex": 259, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "issuerName": "./node_modules/graphql/execution/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./subscribe.mjs", + "loc": "8:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./subscribe.mjs", + "loc": "8:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./subscribe.mjs", + "loc": "8:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "createSourceEventStream", + "subscribe" + ], + "providedExports": [ + "createSourceEventStream", + "subscribe" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1068, + "sizes": { + "javascript": 1068 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "name": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "index": 267, + "preOrderIndex": 267, + "index2": 260, + "postOrderIndex": 260, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "loc": "68:0-101", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "loc": "68:0-101", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "NoSchemaIntrospectionCustomRule" + ], + "providedExports": [ + "NoSchemaIntrospectionCustomRule" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2826, + "sizes": { + "javascript": 2826 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", + "name": "./node_modules/graphql/utilities/getIntrospectionQuery.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", + "index": 268, + "preOrderIndex": 268, + "index2": 261, + "postOrderIndex": 261, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "2:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "2:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "4:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "23:25-46", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getIntrospectionQuery" + ], + "providedExports": [ + "getIntrospectionQuery" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1035, + "sizes": { + "javascript": 1035 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "name": "./node_modules/graphql/utilities/getOperationAST.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "index": 269, + "preOrderIndex": 269, + "index2": 262, + "postOrderIndex": 262, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationAST.mjs", + "loc": "4:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationAST.mjs", + "loc": "4:0-56", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getOperationAST" + ], + "providedExports": [ + "getOperationAST" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1265, + "sizes": { + "javascript": 1265 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "name": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "index": 270, + "preOrderIndex": 270, + "index2": 263, + "postOrderIndex": 263, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationRootType.mjs", + "loc": "6:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationRootType.mjs", + "loc": "6:0-66", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getOperationRootType" + ], + "providedExports": [ + "getOperationRootType" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1038, + "sizes": { + "javascript": 1038 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "name": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "index": 271, + "preOrderIndex": 271, + "index2": 264, + "postOrderIndex": 264, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./introspectionFromSchema.mjs", + "loc": "8:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspectionFromSchema.mjs", + "loc": "8:0-72", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "introspectionFromSchema" + ], + "providedExports": [ + "introspectionFromSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11964, + "sizes": { + "javascript": 11964 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "name": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "index": 272, + "preOrderIndex": 272, + "index2": 265, + "postOrderIndex": 265, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./buildClientSchema.mjs", + "loc": "10:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./buildClientSchema.mjs", + "loc": "10:0-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "buildClientSchema" + ], + "providedExports": [ + "buildClientSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4513, + "sizes": { + "javascript": 4513 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "name": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "index": 275, + "preOrderIndex": 275, + "index2": 268, + "postOrderIndex": 268, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./lexicographicSortSchema.mjs", + "loc": "16:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./lexicographicSortSchema.mjs", + "loc": "16:0-72", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "lexicographicSortSchema" + ], + "providedExports": [ + "lexicographicSortSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7464, + "sizes": { + "javascript": 7464 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "name": "./node_modules/graphql/utilities/printSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "index": 276, + "preOrderIndex": 276, + "index2": 269, + "postOrderIndex": 269, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "printIntrospectionSchema", + "printSchema", + "printType" + ], + "providedExports": [ + "printIntrospectionSchema", + "printSchema", + "printType" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 488, + "sizes": { + "javascript": 488 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "name": "./node_modules/graphql/utilities/concatAST.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "index": 277, + "preOrderIndex": 277, + "index2": 270, + "postOrderIndex": 270, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./concatAST.mjs", + "loc": "36:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./concatAST.mjs", + "loc": "36:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "concatAST" + ], + "providedExports": [ + "concatAST" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2610, + "sizes": { + "javascript": 2610 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "name": "./node_modules/graphql/utilities/separateOperations.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "index": 278, + "preOrderIndex": 278, + "index2": 271, + "postOrderIndex": 271, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./separateOperations.mjs", + "loc": "38:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./separateOperations.mjs", + "loc": "38:0-62", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "separateOperations" + ], + "providedExports": [ + "separateOperations" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2785, + "sizes": { + "javascript": 2785 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "name": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "index": 279, + "preOrderIndex": 279, + "index2": 272, + "postOrderIndex": 272, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stripIgnoredCharacters.mjs", + "loc": "40:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./stripIgnoredCharacters.mjs", + "loc": "40:0-70", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "stripIgnoredCharacters" + ], + "providedExports": [ + "stripIgnoredCharacters" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 949, + "sizes": { + "javascript": 949 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "name": "./node_modules/graphql/utilities/assertValidName.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "index": 280, + "preOrderIndex": 280, + "index2": 273, + "postOrderIndex": 273, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertValidName.mjs", + "loc": "48:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertValidName.mjs", + "loc": "48:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertValidName.mjs", + "loc": "48:0-74", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertValidName", + "isValidNameError" + ], + "providedExports": [ + "assertValidName", + "isValidNameError" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 16664, + "sizes": { + "javascript": 16664 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "name": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "index": 281, + "preOrderIndex": 281, + "index2": 274, + "postOrderIndex": 274, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "BreakingChangeType", + "DangerousChangeType", + "findBreakingChanges", + "findDangerousChanges" + ], + "providedExports": [ + "BreakingChangeType", + "DangerousChangeType", + "findBreakingChanges", + "findDangerousChanges" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 23:0-45:52" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 363, + "sizes": { + "javascript": 363 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", + "name": "./node_modules/graphql/jsutils/isAsyncIterable.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", + "index": 265, + "preOrderIndex": 265, + "index2": 257, + "postOrderIndex": 257, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "issuerName": "./node_modules/graphql/execution/subscribe.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "name": "./node_modules/graphql/execution/subscribe.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isAsyncIterable.mjs", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isAsyncIterable.mjs", + "loc": "48:7-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isAsyncIterable.mjs", + "loc": "129:9-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "isAsyncIterable" + ], + "providedExports": [ + "isAsyncIterable" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1351, + "sizes": { + "javascript": 1351 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", + "name": "./node_modules/graphql/execution/mapAsyncIterator.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", + "index": 266, + "preOrderIndex": 266, + "index2": 258, + "postOrderIndex": 258, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "issuerName": "./node_modules/graphql/execution/subscribe.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "name": "./node_modules/graphql/execution/subscribe.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapAsyncIterator.mjs", + "loc": "15:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./mapAsyncIterator.mjs", + "loc": "60:9-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mapAsyncIterator" + ], + "providedExports": [ + "mapAsyncIterator" + ], + "optimizationBailout": [], + "depth": 7 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7011, + "sizes": { + "javascript": 7011 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "name": "./node_modules/codemirror-graphql/variables/lint.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "index": 284, + "preOrderIndex": 284, + "index2": 280, + "postOrderIndex": 280, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 373, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "13:26-30", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "13:34-57", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "18:20-24", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "18:28-45", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "25:14-18", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "25:22-33", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "41:23-27", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "41:31-51", + "moduleId": 373, + "resolvedModuleId": 373 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/variables/lint", + "loc": "63:296-340", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/variables/lint", + "loc": "63:296-340", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "CommonJS bailout: this is used directly at 13:26-30", + "CommonJS bailout: this is used directly at 18:20-24", + "CommonJS bailout: this is used directly at 25:14-18", + "CommonJS bailout: this is used directly at 41:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-12:4", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3838, + "sizes": { + "javascript": 3838 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "name": "./node_modules/codemirror-graphql/variables/mode.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "index": 286, + "preOrderIndex": 286, + "index2": 281, + "postOrderIndex": 281, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9677, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "module": "./node_modules/codemirror-graphql/variables/mode.js", + "moduleName": "./node_modules/codemirror-graphql/variables/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/mode.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 9677, + "resolvedModuleId": 9677 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "module": "./node_modules/codemirror-graphql/variables/mode.js", + "moduleName": "./node_modules/codemirror-graphql/variables/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/mode.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 9677, + "resolvedModuleId": 9677 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "module": "./src/components/Marked/MiniGraphiQL.tsx", + "moduleName": "./src/components/Marked/MiniGraphiQL.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/variables/mode", + "loc": "63:341-385", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "resolvedModule": "./src/components/Marked/MiniGraphiQL.tsx", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "codemirror-graphql/variables/mode", + "loc": "63:341-385", + "moduleId": 7759, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 50097, + "sizes": { + "javascript": 50097 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "name": "./node_modules/buffer/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "index": 288, + "preOrderIndex": 288, + "index2": 285, + "postOrderIndex": 285, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "issuerName": "./src/components/Marked/swapiSchema.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8764, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "module": "./node_modules/buffer/index.js", + "moduleName": "./node_modules/buffer/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "resolvedModule": "./node_modules/buffer/index.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "620:12-37", + "moduleId": 8764, + "resolvedModuleId": 8764 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "buffer", + "loc": "8:3-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "buffer", + "loc": "27:127-133", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "buffer", + "loc": "27:200-211", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "buffer", + "loc": "8:3-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "buffer", + "loc": "27:127-133", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "buffer", + "loc": "27:200-211", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Buffer", + "INSPECT_MAX_BYTES" + ], + "providedExports": [ + "Buffer", + "INSPECT_MAX_BYTES", + "SlowBuffer", + "kMaxLength" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 11:0-33", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3181, + "sizes": { + "javascript": 3181 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "index": 291, + "preOrderIndex": 291, + "index2": 328, + "postOrderIndex": 328, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/schema", + "loc": "30:31-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "6:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "6:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "2:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./makeExecutableSchema.js", + "loc": "29:11-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "makeExecutableSchema" + ], + "providedExports": [ + "makeExecutableSchema" + ], + "optimizationBailout": [], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9809, + "sizes": { + "javascript": 9809 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "name": "./static/img/conf/Sponsors/Stellate.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", + "index": 345, + "preOrderIndex": 345, + "index2": 342, + "postOrderIndex": 342, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Stellate.svg", + "loc": "1:77-167", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Stellate.svg", + "loc": "1:2426-2434", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11093, + "sizes": { + "javascript": 11093 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "name": "./static/img/conf/Sponsors/Postman.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", + "index": 346, + "preOrderIndex": 346, + "index2": 343, + "postOrderIndex": 343, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/Postman.7d4450ff.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Postman.svg", + "loc": "1:167-255", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Postman.svg", + "loc": "1:1849-1856", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 69:0-71" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 19476, + "sizes": { + "javascript": 19476 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "name": "./static/img/conf/Sponsors/Solo.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", + "index": 347, + "preOrderIndex": 347, + "index2": 344, + "postOrderIndex": 344, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Solo.svg", + "loc": "1:255-337", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Solo.svg", + "loc": "1:2049-2053", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9430, + "sizes": { + "javascript": 9430 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "name": "./static/img/conf/Sponsors/Hasura.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", + "index": 348, + "preOrderIndex": 348, + "index2": 345, + "postOrderIndex": 345, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hasura.svg", + "loc": "1:337-423", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hasura.svg", + "loc": "1:1796-1802", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11227, + "sizes": { + "javascript": 11227 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "name": "./static/img/conf/Sponsors/TheGraph.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", + "index": 349, + "preOrderIndex": 349, + "index2": 346, + "postOrderIndex": 346, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGraph.svg", + "loc": "1:423-513", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGraph.svg", + "loc": "1:2226-2234", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 11310, + "sizes": { + "javascript": 11310 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "name": "./static/img/conf/Sponsors/TheGuild.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", + "index": 350, + "preOrderIndex": 350, + "index2": 347, + "postOrderIndex": 347, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGuild.svg", + "loc": "1:513-603", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGuild.svg", + "loc": "1:1906-1914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/TheGuild.svg", + "loc": "1:2582-2590", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 15275, + "sizes": { + "javascript": 15275 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "name": "./static/img/conf/Sponsors/Hygraph.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", + "index": 351, + "preOrderIndex": 351, + "index2": 348, + "postOrderIndex": 348, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hygraph.svg", + "loc": "1:603-691", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Hygraph.svg", + "loc": "1:1992-1999", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8721, + "sizes": { + "javascript": 8721 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "name": "./static/img/conf/Sponsors/StepZen.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", + "index": 352, + "preOrderIndex": 352, + "index2": 349, + "postOrderIndex": 349, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/StepZen.0d57b5ac.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/StepZen.svg", + "loc": "1:691-779", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/StepZen.svg", + "loc": "1:2119-2126", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 30:0-71" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 10580, + "sizes": { + "javascript": 10580 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "name": "./static/img/conf/Sponsors/Inigo.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", + "index": 353, + "preOrderIndex": 353, + "index2": 350, + "postOrderIndex": 350, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Inigo.svg", + "loc": "1:779-863", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Inigo.svg", + "loc": "1:2176-2181", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8411, + "sizes": { + "javascript": 8411 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "name": "./static/img/conf/Sponsors/Neo4j.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", + "index": 354, + "preOrderIndex": 354, + "index2": 351, + "postOrderIndex": 351, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Neo4j.svg", + "loc": "1:863-947", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Neo4j.svg", + "loc": "1:2375-2380", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 30702, + "sizes": { + "javascript": 30702 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "name": "./static/img/conf/Sponsors/WunderGraph.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", + "index": 355, + "preOrderIndex": 355, + "index2": 352, + "postOrderIndex": 352, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/WunderGraph.a8e2c990.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/WunderGraph.svg", + "loc": "1:947-1043", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/WunderGraph.svg", + "loc": "1:2485-2496", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 440:0-75" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9010, + "sizes": { + "javascript": 9010 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "name": "./static/img/conf/Sponsors/Graphabase.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", + "index": 356, + "preOrderIndex": 356, + "index2": 353, + "postOrderIndex": 353, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/Graphabase.95248309.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Graphabase.svg", + "loc": "1:1043-1137", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Sponsors/Graphabase.svg", + "loc": "1:2309-2319", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 32:0-74" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 10361, + "sizes": { + "javascript": 10361 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "name": "./static/img/conf/Partners/GraphQLWeekly.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", + "index": 357, + "preOrderIndex": 357, + "index2": 354, + "postOrderIndex": 354, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/GraphQLWeekly.96d773e6.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLWeekly.svg", + "loc": "1:1137-1237", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLWeekly.svg", + "loc": "2:6-19", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 20:0-77" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 8628, + "sizes": { + "javascript": 8628 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "name": "./static/img/conf/Partners/GraphQLwtf.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", + "index": 358, + "preOrderIndex": 358, + "index2": 355, + "postOrderIndex": 355, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLwtf.svg", + "loc": "1:1237-1331", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/GraphQLwtf.svg", + "loc": "1:2666-2676", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 17040, + "sizes": { + "javascript": 17040 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "name": "./static/img/conf/Partners/EscapeTechnologies.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", + "index": 359, + "preOrderIndex": 359, + "index2": 356, + "postOrderIndex": 356, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/EscapeTechnologies.svg", + "loc": "1:1331-1441", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/EscapeTechnologies.svg", + "loc": "5:6-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 3:0-31" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 234669, + "sizes": { + "javascript": 234669 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "name": "./static/img/conf/Partners/AmsterdamGraphQL.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", + "index": 360, + "preOrderIndex": 360, + "index2": 357, + "postOrderIndex": 357, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1137, + "issuerId": null, + "chunks": [ + 389 + ], + "assets": [ + "static/AmsterdamGraphQL.58c30fa9.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/AmsterdamGraphQL.svg", + "loc": "1:1441-1547", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/AmsterdamGraphQL.svg", + "loc": "3:6-22", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/AmsterdamGraphQL.svg", + "loc": "1:1441-1547", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/AmsterdamGraphQL.svg", + "loc": "3:6-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 54:0-80", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 234645, + "sizes": { + "javascript": 234645 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "name": "./static/img/conf/Partners/BangkokGraphQL.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", + "index": 361, + "preOrderIndex": 361, + "index2": 358, + "postOrderIndex": 358, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 926, + "issuerId": null, + "chunks": [ + 33 + ], + "assets": [ + "static/BangkokGraphQL.58c30fa9.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/BangkokGraphQL.svg", + "loc": "1:1547-1649", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", + "module": "./src/components/Conf/Footer/index.tsx + 18 modules", + "moduleName": "./src/components/Conf/Footer/index.tsx + 18 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/BangkokGraphQL.svg", + "loc": "4:6-20", + "moduleId": 8175, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/BangkokGraphQL.svg", + "loc": "1:1547-1649", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/BangkokGraphQL.svg", + "loc": "4:6-20", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 54:0-78", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104308, + "sizes": { + "javascript": 104308 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "name": "./static/img/conf/Partners/TypeGraphQL.svg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", + "index": 362, + "preOrderIndex": 362, + "index2": 359, + "postOrderIndex": 359, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "issuerName": "./src/components/Conf/Sponsors/index.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", + "name": "./src/components/Conf/Footer/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "name": "./src/components/Conf/Sponsors/index.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/TypeGraphQL.a49ebe88.svg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/TypeGraphQL.svg", + "loc": "1:1649-1745", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "module": "./src/components/Conf/Sponsors/index.tsx", + "moduleName": "./src/components/Conf/Sponsors/index.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", + "resolvedModule": "./src/components/Conf/Sponsors/index.tsx", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../../static/img/conf/Partners/TypeGraphQL.svg", + "loc": "5:85-96", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ReactComponent" + ], + "providedExports": [ + "ReactComponent", + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 44:0-75" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", + "name": "./static/img/conf/Gallery/1.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", + "index": 372, + "preOrderIndex": 372, + "index2": 369, + "postOrderIndex": 369, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/1-06b3992a2ca9c077f76eef5e56aa4de6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1.jpg", + "loc": "1:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1.jpg", + "loc": "1:10610-10619", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", + "name": "./static/img/conf/Gallery/10_53228256862_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", + "index": 373, + "preOrderIndex": 373, + "index2": 370, + "postOrderIndex": 370, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/10_53228256862_o-0abf6fc152cd51332a24c62ce683ac8d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/10_53228256862_o.jpg", + "loc": "1:59-133", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/10_53228256862_o.jpg", + "loc": "1:10620-10629", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", + "name": "./static/img/conf/Gallery/11_53229130936_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", + "index": 374, + "preOrderIndex": 374, + "index2": 371, + "postOrderIndex": 371, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/11_53229130936_o-9d38085faca157423cd9a56b08f26a71.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/11_53229130936_o.jpg", + "loc": "1:133-207", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/11_53229130936_o.jpg", + "loc": "1:10630-10639", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", + "name": "./static/img/conf/Gallery/12_53229130901_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", + "index": 375, + "preOrderIndex": 375, + "index2": 372, + "postOrderIndex": 372, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/12_53229130901_o-16eff16ed8a66de456798c711d507bc2.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/12_53229130901_o.jpg", + "loc": "1:207-281", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/12_53229130901_o.jpg", + "loc": "1:10640-10649", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", + "name": "./static/img/conf/Gallery/13_53229431753_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", + "index": 376, + "preOrderIndex": 376, + "index2": 373, + "postOrderIndex": 373, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/13_53229431753_o-3dcd614884d007b4500bbca780b89bfb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/13_53229431753_o.jpg", + "loc": "1:281-355", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/13_53229431753_o.jpg", + "loc": "1:10650-10659", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", + "name": "./static/img/conf/Gallery/14_53228256817_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", + "index": 377, + "preOrderIndex": 377, + "index2": 374, + "postOrderIndex": 374, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/14_53228256817_o-81f63aeae38af3e3b5b8bc9b916eed4c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/14_53228256817_o.jpg", + "loc": "1:355-429", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/14_53228256817_o.jpg", + "loc": "1:10660-10669", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 105, + "sizes": { + "javascript": 105 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", + "name": "./static/img/conf/Gallery/151_53229506084_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", + "index": 378, + "preOrderIndex": 378, + "index2": 375, + "postOrderIndex": 375, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/151_53229506084_o-6c991d12d31a26d295e44bc8f2fdaa69.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/151_53229506084_o.jpg", + "loc": "1:429-504", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/151_53229506084_o.jpg", + "loc": "1:10670-10679", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-105" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", + "name": "./static/img/conf/Gallery/15_53228256787_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", + "index": 379, + "preOrderIndex": 379, + "index2": 376, + "postOrderIndex": 376, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/15_53228256787_o-121c53e5690b1a642c51361521707373.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/15_53228256787_o.jpg", + "loc": "1:504-578", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/15_53228256787_o.jpg", + "loc": "1:10680-10689", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", + "name": "./static/img/conf/Gallery/16_53229629695_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", + "index": 380, + "preOrderIndex": 380, + "index2": 377, + "postOrderIndex": 377, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/16_53229629695_o-f1b286cd7dcb863d78d0f2aff99064bd.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/16_53229629695_o.jpg", + "loc": "1:578-652", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/16_53229629695_o.jpg", + "loc": "1:10690-10699", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", + "name": "./static/img/conf/Gallery/17_53229431688_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", + "index": 381, + "preOrderIndex": 381, + "index2": 378, + "postOrderIndex": 378, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/17_53229431688_o-4ea84d541adab3711e3691efea30e9c8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/17_53229431688_o.jpg", + "loc": "1:652-727", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/17_53229431688_o.jpg", + "loc": "1:10700-10710", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", + "name": "./static/img/conf/Gallery/18_53229629645_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", + "index": 382, + "preOrderIndex": 382, + "index2": 379, + "postOrderIndex": 379, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/18_53229629645_o-e41e028f8369172dc8b1e1891af9ca7d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/18_53229629645_o.jpg", + "loc": "1:727-802", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/18_53229629645_o.jpg", + "loc": "1:10711-10721", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", + "name": "./static/img/conf/Gallery/1_53229506279_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", + "index": 383, + "preOrderIndex": 383, + "index2": 380, + "postOrderIndex": 380, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/1_53229506279_o-5533e251e6de8fc443a8bfd1ac49ccb6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1_53229506279_o.jpg", + "loc": "1:802-876", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/1_53229506279_o.jpg", + "loc": "1:10722-10732", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", + "name": "./static/img/conf/Gallery/2.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", + "index": 384, + "preOrderIndex": 384, + "index2": 381, + "postOrderIndex": 381, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/2-db8d142ccf34e27a42d1c81a24f249fe.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2.jpg", + "loc": "1:876-936", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2.jpg", + "loc": "1:10733-10743", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", + "name": "./static/img/conf/Gallery/2_53229431883_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", + "index": 385, + "preOrderIndex": 385, + "index2": 382, + "postOrderIndex": 382, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/2_53229431883_o-ba6b3d737dd06618aac2df8a9d83d26e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2_53229431883_o.jpg", + "loc": "1:936-1010", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/2_53229431883_o.jpg", + "loc": "1:10744-10754", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", + "name": "./static/img/conf/Gallery/3.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", + "index": 386, + "preOrderIndex": 386, + "index2": 383, + "postOrderIndex": 383, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/3-ddae01cef7d0ad11fedd6f7884140248.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3.jpg", + "loc": "1:1010-1070", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3.jpg", + "loc": "1:10755-10765", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 104, + "sizes": { + "javascript": 104 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", + "name": "./static/img/conf/Gallery/31_53228256917_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", + "index": 387, + "preOrderIndex": 387, + "index2": 384, + "postOrderIndex": 384, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/31_53228256917_o-b672cfec94b553f897435adc833c247f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/31_53228256917_o.jpg", + "loc": "1:1070-1145", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/31_53228256917_o.jpg", + "loc": "1:10766-10776", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", + "name": "./static/img/conf/Gallery/3_53229131021_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", + "index": 388, + "preOrderIndex": 388, + "index2": 385, + "postOrderIndex": 385, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/3_53229131021_o-37c42f1bb1749ce77dd2432d0a38b0b7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3_53229131021_o.jpg", + "loc": "1:1145-1219", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/3_53229131021_o.jpg", + "loc": "1:10777-10787", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", + "name": "./static/img/conf/Gallery/4.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", + "index": 389, + "preOrderIndex": 389, + "index2": 386, + "postOrderIndex": 386, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/4-6991951134e52f45d2056f4e7b2391bb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/4.jpg", + "loc": "1:1219-1279", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/4.jpg", + "loc": "1:10788-10798", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", + "name": "./static/img/conf/Gallery/5.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", + "index": 390, + "preOrderIndex": 390, + "index2": 387, + "postOrderIndex": 387, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/5-03fdecfbad9958a4072eb2ff76e3e3d5.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5.jpg", + "loc": "1:1279-1339", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5.jpg", + "loc": "1:10799-10809", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", + "name": "./static/img/conf/Gallery/5_53228256882_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", + "index": 391, + "preOrderIndex": 391, + "index2": 388, + "postOrderIndex": 388, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/5_53228256882_o-1a914dc7c1bc4120e333792058497dbf.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5_53228256882_o.jpg", + "loc": "1:1339-1413", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/5_53228256882_o.jpg", + "loc": "1:10810-10820", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", + "name": "./static/img/conf/Gallery/6.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", + "index": 392, + "preOrderIndex": 392, + "index2": 389, + "postOrderIndex": 389, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/6-46b3a29a1fec69c90d7b1372aa7982f0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/6.jpg", + "loc": "1:1413-1473", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/6.jpg", + "loc": "1:10821-10831", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", + "name": "./static/img/conf/Gallery/7_53229506199_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", + "index": 393, + "preOrderIndex": 393, + "index2": 390, + "postOrderIndex": 390, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/7_53229506199_o-78a1e66a23996606c5ba9177fa59dc17.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/7_53229506199_o.jpg", + "loc": "1:1473-1547", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/7_53229506199_o.jpg", + "loc": "1:10832-10842", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", + "name": "./static/img/conf/Gallery/8.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", + "index": 394, + "preOrderIndex": 394, + "index2": 391, + "postOrderIndex": 391, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/8-f03394a72f02e34f9b1c27a35b9285d1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8.jpg", + "loc": "1:1547-1607", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8.jpg", + "loc": "1:10843-10853", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 103, + "sizes": { + "javascript": 103 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", + "name": "./static/img/conf/Gallery/8_53229629805_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", + "index": 395, + "preOrderIndex": 395, + "index2": 392, + "postOrderIndex": 392, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/8_53229629805_o-4cb21f00b91a9234ee1a7af4e2b40aa6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8_53229629805_o.jpg", + "loc": "1:1607-1681", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/8_53229629805_o.jpg", + "loc": "1:10854-10864", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 89, + "sizes": { + "javascript": 89 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", + "name": "./static/img/conf/Gallery/9.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", + "index": 396, + "preOrderIndex": 396, + "index2": 393, + "postOrderIndex": 393, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/9-2ce6ea2968e6b4847298d61d5fbc024b.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/9.jpg", + "loc": "1:1681-1741", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/9.jpg", + "loc": "1:10865-10875", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 117, + "sizes": { + "javascript": 117 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "name": "./static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "index": 397, + "preOrderIndex": 397, + "index2": 394, + "postOrderIndex": 394, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphql-cover-1_53228256677_o-5e4479f01cfbf474a6db86016a8552f4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "loc": "1:1741-1829", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", + "loc": "1:10876-10886", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 117, + "sizes": { + "javascript": 117 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "name": "./static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "index": 398, + "preOrderIndex": 398, + "index2": 395, + "postOrderIndex": 395, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphql-cover-2_53228256672_o-2417829da8fd4e0d97d3da6abb0b7704.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "loc": "1:1829-1917", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", + "loc": "1:10887-10897", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 117, + "sizes": { + "javascript": 117 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "name": "./static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "index": 399, + "preOrderIndex": 399, + "index2": 396, + "postOrderIndex": 396, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphql-cover-3_53228256612_o-10273002b8c7a4a56123cea87de221d4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "loc": "1:1917-2005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", + "loc": "1:10898-10908", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "index": 400, + "preOrderIndex": 400, + "index2": 397, + "postOrderIndex": 397, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202310_53229130641_o-31323151f91de4e6d4d2ddc81885c6fb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "loc": "1:2005-2096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", + "loc": "1:10909-10919", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "index": 401, + "preOrderIndex": 401, + "index2": 398, + "postOrderIndex": 398, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202311_53229130636_o-810900f6bc6265c8c14395b121571278.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "loc": "1:2096-2187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", + "loc": "1:10920-10930", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "index": 402, + "preOrderIndex": 402, + "index2": 399, + "postOrderIndex": 399, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202312_53229431468_o-d3bf61f8e5d66c155d8a66dd5c713b8e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "loc": "1:2187-2278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", + "loc": "1:10931-10941", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "index": 403, + "preOrderIndex": 403, + "index2": 400, + "postOrderIndex": 400, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202313_53229431453_o-b9cc14fdec761f0d0225336f8cf832f3.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "loc": "1:2278-2369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", + "loc": "1:10942-10952", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "index": 404, + "preOrderIndex": 404, + "index2": 401, + "postOrderIndex": 401, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202314_53228256402_o-228c128a4921b5fcf54bd2ad196a7d15.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "loc": "1:2369-2460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", + "loc": "1:10953-10963", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "index": 405, + "preOrderIndex": 405, + "index2": 402, + "postOrderIndex": 402, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202315_53229431418_o-610cfeb05531db57e911c1eb5852d67a.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "loc": "1:2460-2551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", + "loc": "1:10964-10974", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "index": 406, + "preOrderIndex": 406, + "index2": 403, + "postOrderIndex": 403, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202316_53229130551_o-43289eb37133a3861622ffa84f622328.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "loc": "1:2551-2642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", + "loc": "1:10975-10985", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "index": 407, + "preOrderIndex": 407, + "index2": 404, + "postOrderIndex": 404, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202317_53229431408_o-a3ae66aca1f210443f105e86ef4b11d6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "loc": "1:2642-2733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", + "loc": "1:10986-10996", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "index": 408, + "preOrderIndex": 408, + "index2": 405, + "postOrderIndex": 405, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202318_53229431413_o-a9007a89da3de863347ed440a6ca88a0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "loc": "1:2733-2824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", + "loc": "1:10997-11007", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "index": 409, + "preOrderIndex": 409, + "index2": 406, + "postOrderIndex": 406, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202319_53229505639_o-2de487b1f6957c0477c5a4cb505fc228.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "loc": "1:2824-2915", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", + "loc": "1:11008-11018", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "index": 410, + "preOrderIndex": 410, + "index2": 407, + "postOrderIndex": 407, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20231_53229505964_o-1009e5c028a67ea1f3447e49e4be539c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "loc": "1:2915-3005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", + "loc": "1:11019-11029", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "index": 411, + "preOrderIndex": 411, + "index2": 408, + "postOrderIndex": 408, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202321_53229504679_o-0311f23e59786ccc039c5d4718757c6d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "loc": "1:3005-3096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", + "loc": "1:11030-11040", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "index": 412, + "preOrderIndex": 412, + "index2": 409, + "postOrderIndex": 409, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202322_53229431348_o-3e30b29158cebf6034463de17e1fb04e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "loc": "1:3096-3187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", + "loc": "1:11041-11051", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "index": 413, + "preOrderIndex": 413, + "index2": 410, + "postOrderIndex": 410, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202323_53229431353_o-544c2d88886cf21ba8f54be7b6cc35c4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "loc": "1:3187-3278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", + "loc": "1:11052-11062", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "index": 414, + "preOrderIndex": 414, + "index2": 411, + "postOrderIndex": 411, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202324_53228255322_o-5a71455f42de82043b5b4b77a3bcb99f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "loc": "1:3278-3369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", + "loc": "1:11063-11073", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "index": 415, + "preOrderIndex": 415, + "index2": 412, + "postOrderIndex": 412, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202325_53229628480_o-db8d142ccf34e27a42d1c81a24f249fe.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "loc": "1:3369-3460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", + "loc": "1:11074-11084", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "index": 416, + "preOrderIndex": 416, + "index2": 413, + "postOrderIndex": 413, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202326_53229504664_o-74350c88b65b1f2489c9c48cab66ad6e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "loc": "1:3460-3551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", + "loc": "1:11085-11095", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "index": 417, + "preOrderIndex": 417, + "index2": 414, + "postOrderIndex": 414, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202327_53229430403_o-45fa74843e0f6b54efaec98cc0942227.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "loc": "1:3551-3642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", + "loc": "1:11096-11106", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "index": 418, + "preOrderIndex": 418, + "index2": 415, + "postOrderIndex": 415, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202328_53229129426_o-b20f8aef89a3017f72c003d231ada0c5.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "loc": "1:3642-3733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", + "loc": "1:11107-11117", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "index": 419, + "preOrderIndex": 419, + "index2": 416, + "postOrderIndex": 416, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202329_53228255262_o-43aa6c7bc103c6bbff058de4c31c5c2d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "loc": "1:3733-3824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", + "loc": "1:11118-11128", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "index": 420, + "preOrderIndex": 420, + "index2": 417, + "postOrderIndex": 417, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20232_53229629585_o-b359501299c1f46aa004cdbeeb02df2c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "loc": "1:3824-3914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", + "loc": "1:11129-11139", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "index": 421, + "preOrderIndex": 421, + "index2": 418, + "postOrderIndex": 418, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202330_53229430393_o-b88d49c8ee877c843f52cdfd19a782a6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "loc": "1:3914-4005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", + "loc": "1:11140-11150", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "index": 422, + "preOrderIndex": 422, + "index2": 419, + "postOrderIndex": 419, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202331_53229430378_o-be294c1e8521e4bda6f2709d7d53b895.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "loc": "1:4005-4096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", + "loc": "1:11151-11161", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "index": 423, + "preOrderIndex": 423, + "index2": 420, + "postOrderIndex": 420, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202332_53228255222_o-68b935748ca74a80f78631a5f59409fd.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "loc": "1:4096-4187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", + "loc": "1:11162-11172", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "index": 424, + "preOrderIndex": 424, + "index2": 421, + "postOrderIndex": 421, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202333_53229504589_o-6516b179148b6d50ae76cbee72366a76.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "loc": "1:4187-4278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", + "loc": "1:11173-11183", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "index": 425, + "preOrderIndex": 425, + "index2": 422, + "postOrderIndex": 422, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202334_53229505599_o-7f221b5ce70e668edc4a5c7a20ebf620.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "loc": "1:4278-4369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", + "loc": "1:11184-11194", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "index": 426, + "preOrderIndex": 426, + "index2": 423, + "postOrderIndex": 423, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202335_53228256247_o-3dda6ab1194f9c00828d9db9aab88096.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "loc": "1:4369-4460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", + "loc": "1:11195-11205", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "index": 427, + "preOrderIndex": 427, + "index2": 424, + "postOrderIndex": 424, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202336_53229431263_o-931a08cabd04bea463270be638991181.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "loc": "1:4460-4551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", + "loc": "1:11206-11216", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "index": 428, + "preOrderIndex": 428, + "index2": 425, + "postOrderIndex": 425, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202337_53229431268_o-f2866a9f77f63ecad24bd1d9182ad7d1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "loc": "1:4551-4642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", + "loc": "1:11217-11227", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "index": 429, + "preOrderIndex": 429, + "index2": 426, + "postOrderIndex": 426, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202338_53228256132_o-9d297db9a0733518efc33303f1a184d0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "loc": "1:4642-4733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", + "loc": "1:11228-11238", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "index": 430, + "preOrderIndex": 430, + "index2": 427, + "postOrderIndex": 427, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202339_53228256117_o-1d6791f79c41e43a1a7cc83928df359d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "loc": "1:4733-4824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", + "loc": "1:11239-11249", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "index": 431, + "preOrderIndex": 431, + "index2": 428, + "postOrderIndex": 428, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20233_53229431633_o-6251b6ca08b289ec31487e2dee733207.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "loc": "1:4824-4914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", + "loc": "1:11250-11260", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "index": 432, + "preOrderIndex": 432, + "index2": 429, + "postOrderIndex": 429, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202340_53229431183_o-a7d577b0c52caa68f9de2874a6afd0ee.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "loc": "1:4914-5005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", + "loc": "1:11261-11271", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "index": 433, + "preOrderIndex": 433, + "index2": 430, + "postOrderIndex": 430, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202341_53229629225_o-f8330b27c5270e291cd1a25978e9a0c9.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "loc": "1:5005-5096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", + "loc": "1:11272-11282", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "index": 434, + "preOrderIndex": 434, + "index2": 431, + "postOrderIndex": 431, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202342_53229130301_o-3a6466947eb087471d49edcc857bd552.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "loc": "1:5096-5187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", + "loc": "1:11283-11293", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "index": 435, + "preOrderIndex": 435, + "index2": 432, + "postOrderIndex": 432, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202343_53229505484_o-8d1544a05207a01ad7645cd0ea53e88c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "loc": "1:5187-5278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", + "loc": "1:11294-11304", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "index": 436, + "preOrderIndex": 436, + "index2": 433, + "postOrderIndex": 433, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202344_53228256077_o-bf3631260f135d46bfe9ec2430452c7d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "loc": "1:5278-5369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", + "loc": "1:11305-11315", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "index": 437, + "preOrderIndex": 437, + "index2": 434, + "postOrderIndex": 434, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202345_53229504499_o-4514bcda6f6e979a5ff34890ccb8acb7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "loc": "1:5369-5460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", + "loc": "1:11316-11326", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "index": 438, + "preOrderIndex": 438, + "index2": 435, + "postOrderIndex": 435, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202346_53229629115_o-d449fd646b0a9936fe4a8df9858f4449.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "loc": "1:5460-5551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", + "loc": "1:11327-11337", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "index": 439, + "preOrderIndex": 439, + "index2": 436, + "postOrderIndex": 436, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202347_53229129301_o-ad016d33efd251b95f373e54494a5861.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "loc": "1:5551-5642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", + "loc": "1:11338-11348", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "index": 440, + "preOrderIndex": 440, + "index2": 437, + "postOrderIndex": 437, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202348_53229130226_o-718519f1b177c7d2b186aa1befbdeb75.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "loc": "1:5642-5733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", + "loc": "1:11349-11359", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "index": 441, + "preOrderIndex": 441, + "index2": 438, + "postOrderIndex": 438, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202349_53228256032_o-1e8b789de498a570dc51d1ce4031347e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "loc": "1:5733-5824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", + "loc": "1:11360-11370", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "index": 442, + "preOrderIndex": 442, + "index2": 439, + "postOrderIndex": 439, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20234_53229629525_o-46b3a29a1fec69c90d7b1372aa7982f0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "loc": "1:5824-5914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", + "loc": "1:11371-11381", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "index": 443, + "preOrderIndex": 443, + "index2": 440, + "postOrderIndex": 440, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202350_53229130146_o-770bfbfbbc79ac36ab2a68e43a61769c.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "loc": "1:5914-6005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", + "loc": "1:11382-11392", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "index": 444, + "preOrderIndex": 444, + "index2": 441, + "postOrderIndex": 441, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202351_53229130151_o-9265089e4f71ddc21bb2449ca5c8ded8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "loc": "1:6005-6096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", + "loc": "1:11393-11403", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "index": 445, + "preOrderIndex": 445, + "index2": 442, + "postOrderIndex": 442, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202352_53229629035_o-c63737330822c881cc887a9e177f5482.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "loc": "1:6096-6187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", + "loc": "1:11404-11414", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "index": 446, + "preOrderIndex": 446, + "index2": 443, + "postOrderIndex": 443, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202353_53228255937_o-f17906f4b321de9729bab31d8f16ae13.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "loc": "1:6187-6278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", + "loc": "1:11415-11425", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "index": 447, + "preOrderIndex": 447, + "index2": 444, + "postOrderIndex": 444, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202354_53229430998_o-b7afe7f9471b5b065dbfbad633e517c1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "loc": "1:6278-6369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", + "loc": "1:11426-11436", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "index": 448, + "preOrderIndex": 448, + "index2": 445, + "postOrderIndex": 445, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202355_53228255882_o-6991951134e52f45d2056f4e7b2391bb.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "loc": "1:6369-6460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", + "loc": "1:11437-11447", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "index": 449, + "preOrderIndex": 449, + "index2": 446, + "postOrderIndex": 446, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202356_53229505199_o-806afc3368bed3c68a4f1ab036615e72.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "loc": "1:6460-6551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", + "loc": "1:11448-11458", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "index": 450, + "preOrderIndex": 450, + "index2": 447, + "postOrderIndex": 447, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202357_53228255742_o-ff163b195d5bc26696b4ba2a38297633.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "loc": "1:6551-6642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", + "loc": "1:11459-11469", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "index": 451, + "preOrderIndex": 451, + "index2": 448, + "postOrderIndex": 448, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202358_53229628875_o-28b75ed3a78d97f92139fcc7e897156a.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "loc": "1:6642-6733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", + "loc": "1:11470-11480", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "index": 452, + "preOrderIndex": 452, + "index2": 449, + "postOrderIndex": 449, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202359_53229129286_o-85ea11ff858d5a1dd941d87afdc2d527.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "loc": "1:6733-6824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", + "loc": "1:11481-11491", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "index": 453, + "preOrderIndex": 453, + "index2": 450, + "postOrderIndex": 450, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20235_53229505904_o-a736f56b987a918c4c9a9b58dcc7092d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "loc": "1:6824-6914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", + "loc": "1:11492-11502", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "index": 454, + "preOrderIndex": 454, + "index2": 451, + "postOrderIndex": 451, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202360_53229430883_o-3531320d97fb7c910547c3efc391fff4.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "loc": "1:6914-7005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", + "loc": "1:11503-11513", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "index": 455, + "preOrderIndex": 455, + "index2": 452, + "postOrderIndex": 452, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202361_53229628295_o-46f1e170d6aca3cfde657be2b9f62563.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "loc": "1:7005-7096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", + "loc": "1:11514-11524", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "index": 456, + "preOrderIndex": 456, + "index2": 453, + "postOrderIndex": 453, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202362_53229430868_o-500a2f8980850b7bcc9997f1ca71f7d8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "loc": "1:7096-7187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", + "loc": "1:11525-11535", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "index": 457, + "preOrderIndex": 457, + "index2": 454, + "postOrderIndex": 454, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202363_53229505084_o-00d6e7f5fefe60ffcf0fb324193128fd.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "loc": "1:7187-7278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", + "loc": "1:11536-11546", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "index": 458, + "preOrderIndex": 458, + "index2": 455, + "postOrderIndex": 455, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202364_53229430858_o-46c8746589c68c3034c6727f8c174085.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "loc": "1:7278-7369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", + "loc": "1:11547-11557", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "index": 459, + "preOrderIndex": 459, + "index2": 456, + "postOrderIndex": 456, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202365_53229430258_o-c5be2321ad4f0eacedb1be7a48bb42a9.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "loc": "1:7369-7460", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", + "loc": "1:11558-11568", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "index": 460, + "preOrderIndex": 460, + "index2": 457, + "postOrderIndex": 457, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202366_53229628825_o-ddae01cef7d0ad11fedd6f7884140248.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "loc": "1:7460-7551", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", + "loc": "1:11569-11579", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "index": 461, + "preOrderIndex": 461, + "index2": 458, + "postOrderIndex": 458, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202367_53229430268_o-db8d142ccf34e27a42d1c81a24f249fe.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "loc": "1:7551-7642", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", + "loc": "1:11580-11590", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "index": 462, + "preOrderIndex": 462, + "index2": 459, + "postOrderIndex": 459, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202368_53229430823_o-06b3992a2ca9c077f76eef5e56aa4de6.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "loc": "1:7642-7733", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", + "loc": "1:11591-11601", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "index": 463, + "preOrderIndex": 463, + "index2": 460, + "postOrderIndex": 460, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202369_53229628795_o-2912559713b847a29a795aee060b0a3d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "loc": "1:7733-7824", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", + "loc": "1:11602-11612", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "index": 464, + "preOrderIndex": 464, + "index2": 461, + "postOrderIndex": 461, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20236_53229431543_o-e4b4337daff740b722d8affebe31a274.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "loc": "1:7824-7914", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", + "loc": "1:11613-11623", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "index": 465, + "preOrderIndex": 465, + "index2": 462, + "postOrderIndex": 462, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202370_53228255572_o-1d51ca9834e9f6ce72827106d77d6ca1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "loc": "1:7914-8005", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", + "loc": "1:11624-11634", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "index": 466, + "preOrderIndex": 466, + "index2": 463, + "postOrderIndex": 463, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202371_53229628710_o-440308cf2b7bdc23f618c65ad261cca7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "loc": "1:8005-8096", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", + "loc": "1:11635-11645", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "index": 467, + "preOrderIndex": 467, + "index2": 464, + "postOrderIndex": 464, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202372_53229628695_o-59b3dee31c705555db463ad3abcea987.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "loc": "1:8096-8187", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", + "loc": "1:11646-11656", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "index": 468, + "preOrderIndex": 468, + "index2": 465, + "postOrderIndex": 465, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202373_53229430683_o-9b86922287a6675cafeaa2ae0974d90e.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "loc": "1:8187-8278", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", + "loc": "1:11657-11667", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "index": 469, + "preOrderIndex": 469, + "index2": 466, + "postOrderIndex": 466, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202374_53228255537_o-3b263ece2bbdfb7657ed5bb0cedde0ef.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "loc": "1:8278-8369", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", + "loc": "1:11668-11678", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "index": 470, + "preOrderIndex": 470, + "index2": 467, + "postOrderIndex": 467, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202375_53228255527_o-f46369bd021ede1a43f2a4882b2fecf0.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "loc": "1:8369-8461", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", + "loc": "1:11679-11690", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "index": 471, + "preOrderIndex": 471, + "index2": 468, + "postOrderIndex": 468, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202376_53229628665_o-b2ff9b9dfd4109a40eb65d093126d5d8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "loc": "1:8461-8553", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", + "loc": "1:11691-11702", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "index": 472, + "preOrderIndex": 472, + "index2": 469, + "postOrderIndex": 469, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202377_53229430648_o-a0f9ab4eb1aaab5c2d19cc393be552aa.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "loc": "1:8553-8645", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", + "loc": "1:11703-11714", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "index": 473, + "preOrderIndex": 473, + "index2": 470, + "postOrderIndex": 470, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202378_53228255107_o-b46a32475481a765434cb94fbfa54ea7.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "loc": "1:8645-8737", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", + "loc": "1:11715-11726", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "index": 474, + "preOrderIndex": 474, + "index2": 471, + "postOrderIndex": 471, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202379_53228255097_o-71662a5d23c6dde9452074c02d19767f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "loc": "1:8737-8829", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", + "loc": "1:11727-11738", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "index": 475, + "preOrderIndex": 475, + "index2": 472, + "postOrderIndex": 472, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20237_53229629480_o-d4efd23970b4cb1d146d0d2c6a3dd515.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "loc": "1:8829-8920", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", + "loc": "1:11739-11750", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "index": 476, + "preOrderIndex": 476, + "index2": 473, + "postOrderIndex": 473, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202380_53229430623_o-d414181414836731fb059ff9df747ae8.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "loc": "1:8920-9012", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", + "loc": "1:11751-11762", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "index": 477, + "preOrderIndex": 477, + "index2": 474, + "postOrderIndex": 474, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202381_53228255092_o-6616837630cbd8917bec11db323616e1.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "loc": "1:9012-9104", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", + "loc": "1:11763-11774", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "index": 478, + "preOrderIndex": 478, + "index2": 475, + "postOrderIndex": 475, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202383_53228255462_o-5a60138c70429529b592647ca12d0974.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "loc": "1:9104-9196", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", + "loc": "1:11775-11786", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "index": 479, + "preOrderIndex": 479, + "index2": 476, + "postOrderIndex": 476, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202384_53229129586_o-ed9a1e4514691d05e1ee63f7f7855956.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "loc": "1:9196-9288", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", + "loc": "1:11787-11798", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "index": 480, + "preOrderIndex": 480, + "index2": 477, + "postOrderIndex": 477, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202385_53229504819_o-4b434aedfdfc4d6010e463732f502fab.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "loc": "1:9288-9380", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", + "loc": "1:11799-11810", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "index": 481, + "preOrderIndex": 481, + "index2": 478, + "postOrderIndex": 478, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202386_53229129601_o-f13a361d5e740851ad0492b804344d07.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "loc": "1:9380-9472", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", + "loc": "1:11811-11822", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "index": 482, + "preOrderIndex": 482, + "index2": 479, + "postOrderIndex": 479, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202387_53229628600_o-2ac92c8a332a16d88fb32e719a498677.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "loc": "1:9472-9564", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", + "loc": "1:11823-11834", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "index": 483, + "preOrderIndex": 483, + "index2": 480, + "postOrderIndex": 480, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202388_53229430518_o-84bd124ede8aa974d2c23f82f6f44957.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "loc": "1:9564-9656", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", + "loc": "1:11835-11846", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "index": 484, + "preOrderIndex": 484, + "index2": 481, + "postOrderIndex": 481, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202389_53229129526_o-768a25f98e4f7aaec56318e69bdf92d9.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "loc": "1:9656-9748", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", + "loc": "1:11847-11858", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 119, + "sizes": { + "javascript": 119 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "index": 485, + "preOrderIndex": 485, + "index2": 482, + "postOrderIndex": 482, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-20238_53228256482_o-3d7752d6e59d7818f5f00cb7b614ba94.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "loc": "1:9748-9839", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", + "loc": "1:11859-11870", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "index": 486, + "preOrderIndex": 486, + "index2": 483, + "postOrderIndex": 483, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202390_53229628530_o-2058d6ea6bf0382b52927d19d3707687.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "loc": "1:9839-9931", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", + "loc": "1:11871-11882", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "index": 487, + "preOrderIndex": 487, + "index2": 484, + "postOrderIndex": 484, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202391_53229504714_o-ff9dac7db37cbec450f8d2519b234d2f.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "loc": "1:9931-10023", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", + "loc": "1:11883-11894", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "index": 488, + "preOrderIndex": 488, + "index2": 485, + "postOrderIndex": 485, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202392_53229430473_o-492dfc5219c4bfc912179ce2f9004049.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "loc": "1:10023-10115", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", + "loc": "1:11895-11906", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "index": 489, + "preOrderIndex": 489, + "index2": 486, + "postOrderIndex": 486, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202393_53229129511_o-417f29e49edfbfaaa617584c3418c915.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "loc": "1:10115-10207", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", + "loc": "1:11907-11918", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "index": 490, + "preOrderIndex": 490, + "index2": 487, + "postOrderIndex": 487, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202394_53228255057_o-1c56287d1dcb2cd41dc97c5c68afdc24.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "loc": "1:10207-10299", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", + "loc": "1:11919-11930", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "index": 491, + "preOrderIndex": 491, + "index2": 488, + "postOrderIndex": 488, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202395_53229430163_o-c9173d798e6ffa93de7805e5a59eae29.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "loc": "1:10299-10391", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", + "loc": "1:11931-11942", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 120, + "sizes": { + "javascript": 120 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "index": 492, + "preOrderIndex": 492, + "index2": 489, + "postOrderIndex": 489, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-202396_53229628185_o-3bf05e49280b8da314a123d4a98ed5b5.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "loc": "1:10391-10483", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", + "loc": "1:11943-11954", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 134, + "sizes": { + "javascript": 134 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "name": "./static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "index": 493, + "preOrderIndex": 493, + "index2": 490, + "postOrderIndex": 490, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "issuerName": "./src/utils/conf-images.ts", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "name": "./src/utils/conf-images.ts", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [ + "static/graphqlconf-2023graphqlconf-2023_53228255062_o-85ffd08d3ebb0d09266b3a99c8f40c0d.jpg" + ], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "loc": "1:10483-10589", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "module": "./src/utils/conf-images.ts", + "moduleName": "./src/utils/conf-images.ts", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", + "resolvedModule": "./src/utils/conf-images.ts", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", + "loc": "1:11955-11966", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-134" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "css/mini-extract", + "layer": null, + "size": 2068, + "sizes": { + "css/mini-extract": 2068 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "css|/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css|0", + "name": "css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "index": 495, + "preOrderIndex": 495, + "index2": 492, + "postOrderIndex": 492, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "issuerName": "./node_modules/react-medium-image-zoom/dist/styles.css", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", + "name": "./src/pages/conf/gallery.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", + "name": "./src/components/Conf/Gallery/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "name": "./node_modules/react-medium-image-zoom/dist/styles.css", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [ + 312 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", + "module": "./src/pages/conf/gallery.tsx + 126 modules", + "moduleName": "./src/pages/conf/gallery.tsx + 126 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/styles.css", + "type": "unknown", + "active": true, + "explanation": "", + "userRequest": null, + "moduleId": 2590, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "module": "./node_modules/react-medium-image-zoom/dist/styles.css", + "moduleName": "./node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModule": "./node_modules/react-medium-image-zoom/dist/styles.css", + "type": "unknown", + "active": true, + "explanation": "", + "userRequest": null, + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "ModuleConcatenation bailout: Module Concatenation is not implemented for CssModule" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 529, + "sizes": { + "javascript": 529 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "issuerName": "./src/components/Marked/swapiSchema.tsx", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/schema", + "loc": "8:30-86", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/schema", + "loc": "30:31-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/schema", + "loc": "8:30-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "module": "./src/components/Marked/swapiSchema.tsx", + "moduleName": "./src/components/Marked/swapiSchema.tsx", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "resolvedModule": "./src/components/Marked/swapiSchema.tsx", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/schema", + "loc": "30:31-51", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "addResolversToSchema", + "assertResolversPresent", + "chainResolvers", + "checkForResolveTypeResolver", + "extendResolversFromInterfaces", + "extractExtensionsFromSchema", + "makeExecutableSchema", + "mergeSchemas" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 5 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 821, + "sizes": { + "javascript": 821 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "name": "./node_modules/scroll-to-element/scroll-to.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "index": 6, + "preOrderIndex": 6, + "index2": 5, + "postOrderIndex": 5, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "issuerName": "./node_modules/scroll-to-element/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "id": 2618 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5246, + "issuerId": 2618, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "module": "./node_modules/scroll-to-element/index.js", + "moduleName": "./node_modules/scroll-to-element/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "resolvedModule": "./node_modules/scroll-to-element/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./scroll-to", + "loc": "1:13-35", + "moduleId": 2618, + "resolvedModuleId": 2618 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "module": "./node_modules/scroll-to-element/scroll-to.js", + "moduleName": "./node_modules/scroll-to-element/scroll-to.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "resolvedModule": "./node_modules/scroll-to-element/scroll-to.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "43:0-14", + "moduleId": 5246, + "resolvedModuleId": 5246 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 43:0-14", + "Statement (VariableDeclaration) with side effects in source code at 1:0-31", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4235, + "sizes": { + "javascript": 4235 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "name": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "index": 48, + "preOrderIndex": 48, + "index2": 33, + "postOrderIndex": 33, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", + "issuerName": "./node_modules/scheduler/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", + "name": "./.cache/react-dom-utils.js", + "id": 4941 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", + "name": "./node_modules/react-dom/client.js", + "id": 745 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", + "name": "./node_modules/react-dom/index.js", + "id": 3935 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", + "name": "./node_modules/react-dom/cjs/react-dom.production.min.js", + "id": 4448 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", + "name": "./node_modules/scheduler/index.js", + "id": 3840 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 53, + "issuerId": 3840, + "chunks": [ + 774 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "module": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "moduleName": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModule": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "13:227-247", + "moduleId": 53, + "resolvedModuleId": 53 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "module": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "moduleName": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModule": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "14:20-40", + "moduleId": 53, + "resolvedModuleId": 53 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "module": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "moduleName": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModule": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "14:85-105", + "moduleId": 53, + "resolvedModuleId": 53 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "module": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "moduleName": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModule": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "14:449-469", + "moduleId": 53, + "resolvedModuleId": 53 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "module": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "moduleName": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", + "resolvedModule": "./node_modules/scheduler/cjs/scheduler.production.min.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "18:56-76", + "moduleId": 53, + "resolvedModuleId": 53 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", + "module": "./node_modules/scheduler/index.js", + "moduleName": "./node_modules/scheduler/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", + "resolvedModule": "./node_modules/scheduler/index.js", + "type": "cjs export require", + "active": true, + "explanation": "", + "userRequest": "./cjs/scheduler.production.min.js", + "loc": "4:2-63", + "moduleId": 3840, + "resolvedModuleId": 3840 + } + ], + "usedExports": true, + "providedExports": [ + "unstable_IdlePriority", + "unstable_ImmediatePriority", + "unstable_LowPriority", + "unstable_NormalPriority", + "unstable_Profiling", + "unstable_UserBlockingPriority", + "unstable_cancelCallback", + "unstable_continueExecution", + "unstable_forceFrameRate", + "unstable_getCurrentPriorityLevel", + "unstable_getFirstCallbackNode", + "unstable_next", + "unstable_now", + "unstable_pauseExecution", + "unstable_requestPaint", + "unstable_runWithPriority", + "unstable_scheduleCallback", + "unstable_shouldYield", + "unstable_wrapCallback" + ], + "optimizationBailout": [ + "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 13:227-247", + "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 14:20-40", + "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 14:85-105", + "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 14:449-469", + "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 18:56-76", + "Statement (IfStatement) with side effects in source code at 11:71-284", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 35, + "sizes": { + "javascript": 35 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/create-content-digest-browser-shim.js", + "name": "./.cache/create-content-digest-browser-shim.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/create-content-digest-browser-shim.js", + "index": 66, + "preOrderIndex": 66, + "index2": 58, + "postOrderIndex": 58, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "issuerName": "./.cache/slice/server-slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "name": "./.cache/slice/server-slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4004, + "issuerId": null, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-core-utils/create-content-digest", + "loc": "1:37-110", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", + "module": "./.cache/gatsby-browser-entry.js + 9 modules", + "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-core-utils/create-content-digest", + "loc": "1:340-359", + "moduleId": 4854, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "gatsby-core-utils/create-content-digest", + "loc": "1:37-110", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "gatsby-core-utils/create-content-digest", + "loc": "1:340-359", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "createContentDigest" + ], + "providedExports": [ + "createContentDigest" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 1:0-35", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 546, + "sizes": { + "javascript": 546 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "name": "./.cache/slice/server-slice-renderer.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", + "index": 68, + "preOrderIndex": 68, + "index2": 60, + "postOrderIndex": 60, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "issuerName": "./.cache/slice/server-slice.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "name": "./.cache/slice/server-slice.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./server-slice-renderer", + "loc": "1:169-226", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "module": "./.cache/slice/server-slice.js", + "moduleName": "./.cache/slice/server-slice.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", + "resolvedModule": "./.cache/slice/server-slice.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./server-slice-renderer", + "loc": "2:242-261", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "ServerSliceRenderer" + ], + "providedExports": [ + "ServerSliceRenderer" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-25" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 118, + "sizes": { + "javascript": 118 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", + "name": "./node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", + "index": 72, + "preOrderIndex": 72, + "index2": 64, + "postOrderIndex": 64, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isNativeFunction.js", + "loc": "3:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./isNativeFunction.js", + "loc": "8:27-43", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 614, + "sizes": { + "javascript": 614 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "name": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "index": 73, + "preOrderIndex": 73, + "index2": 66, + "postOrderIndex": 66, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./construct.js", + "loc": "4:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./construct.js", + "loc": "17:13-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 237, + "sizes": { + "javascript": 237 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", + "name": "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", + "index": 75, + "preOrderIndex": 75, + "index2": 67, + "postOrderIndex": 67, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getPrototypeOf.js", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "module": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getPrototypeOf.js", + "loc": "17:41-55", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 140924, + "sizes": { + "javascript": 140924 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", + "name": "./node_modules/prism-react-renderer/prism/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", + "index": 119, + "preOrderIndex": 119, + "index2": 113, + "postOrderIndex": 113, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "issuerName": "./node_modules/prism-react-renderer/dist/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "name": "./node_modules/prism-react-renderer/dist/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../prism/index.js", + "loc": "8:9-14", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 20:1-905:5" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1623, + "sizes": { + "javascript": 1623 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", + "name": "./node_modules/prism-react-renderer/themes/duotoneDark/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", + "index": 120, + "preOrderIndex": 120, + "index2": 114, + "postOrderIndex": 114, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "issuerName": "./node_modules/prism-react-renderer/dist/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", + "name": "./src/pages/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", + "name": "./src/Containers/Sections/Hero/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", + "name": "./src/components/Prism/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "name": "./node_modules/prism-react-renderer/dist/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../themes/duotoneDark", + "loc": "3:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "module": "./node_modules/prism-react-renderer/dist/index.js", + "moduleName": "./node_modules/prism-react-renderer/dist/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", + "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../themes/duotoneDark", + "loc": "9:9-14", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 5:0-71:2" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 256, + "sizes": { + "javascript": 256 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isPromise.mjs", + "name": "./node_modules/graphql/jsutils/isPromise.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isPromise.mjs", + "index": 126, + "preOrderIndex": 126, + "index2": 120, + "postOrderIndex": 120, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "issuerName": "./node_modules/graphql/graphql.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8659, + "issuerId": 2244, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "6:0-53", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "119:8-17", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "144:6-15", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "370:10-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "405:10-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "465:8-17", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "480:8-17", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "662:10-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "684:10-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "746:6-15", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "863:8-17", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isPromise.mjs", + "loc": "926:10-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isPromise.mjs", + "loc": "1:0-44", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./isPromise.mjs", + "loc": "14:18-27", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./jsutils/isPromise.mjs", + "loc": "2:0-52", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./jsutils/isPromise.mjs", + "loc": "61:6-15", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "module": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "moduleName": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isPromise.mjs", + "loc": "1:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "module": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "moduleName": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./isPromise.mjs", + "loc": "14:18-27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "isPromise" + ], + "providedExports": [ + "isPromise" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 159, + "sizes": { + "javascript": 159 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/devAssert.mjs", + "name": "./node_modules/graphql/jsutils/devAssert.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/devAssert.mjs", + "index": 127, + "preOrderIndex": 127, + "index2": 121, + "postOrderIndex": 121, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "issuerName": "./node_modules/graphql/graphql.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7826, + "issuerId": 2244, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "88:4-13", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "177:14-23", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "183:4-13", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "42:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./jsutils/devAssert.mjs", + "loc": "1:0-52", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./jsutils/devAssert.mjs", + "loc": "71:4-13", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "42:4-13", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "26:30-39", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "41:4-13", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "22:6-15", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "27:6-15", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "32:6-15", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "168:22-31", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "9:18-27", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "10:30-39", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "231:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "272:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "443:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "450:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "458:8-17", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "553:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "612:4-13", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "622:4-13", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "630:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "636:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "647:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "752:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "842:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "885:4-13", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1051:4-13", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1057:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1153:4-13", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1159:6-15", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "59:6-15", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "65:6-15", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "118:6-15", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "121:6-15", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "127:6-15", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "197:8-17", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "module": "./node_modules/graphql/utilities/assertValidName.mjs", + "moduleName": "./node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "module": "./node_modules/graphql/utilities/assertValidName.mjs", + "moduleName": "./node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "26:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "21:4-13", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "41:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "62:4-13", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "1:0-53", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/devAssert.mjs", + "loc": "48:17-26", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "devAssert" + ], + "providedExports": [ + "devAssert" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 20980, + "sizes": { + "javascript": 20980 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "name": "./node_modules/graphql/type/validate.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "index": 128, + "preOrderIndex": 128, + "index2": 155, + "postOrderIndex": 155, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "issuerName": "./node_modules/graphql/graphql.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9655, + "issuerId": 2244, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/validate.mjs", + "loc": "27:0-57", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/validate.mjs", + "loc": "179:2-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./type/validate.mjs", + "loc": "4:0-53", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./type/validate.mjs", + "loc": "86:33-47", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./validate.mjs", + "loc": "101:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validate.mjs", + "loc": "101:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validate.mjs", + "loc": "101:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/validate.mjs", + "loc": "4:0-57", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/validate.mjs", + "loc": "50:2-19", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "assertValidSchema", + "validateSchema" + ], + "providedExports": [ + "assertValidSchema", + "validateSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/schema.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeComparators.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2239, + "sizes": { + "javascript": 2239 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/instanceOf.mjs", + "name": "./node_modules/graphql/jsutils/instanceOf.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/instanceOf.mjs", + "index": 130, + "preOrderIndex": 130, + "index2": 122, + "postOrderIndex": 122, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "issuerName": "./node_modules/graphql/type/schema.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "name": "./node_modules/graphql/type/schema.mjs", + "id": 9678 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8306, + "issuerId": 9678, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "3:0-55", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "49:9-19", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "5:0-55", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "41:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "51:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "61:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "73:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "83:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "93:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "105:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "115:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "3:0-55", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "19:9-19", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "3:0-55", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/instanceOf.mjs", + "loc": "21:9-19", + "moduleId": 9678, + "resolvedModuleId": 9678 + } + ], + "usedExports": [ + "instanceOf" + ], + "providedExports": [ + "instanceOf" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2512, + "sizes": { + "javascript": 2512 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/inspect.mjs", + "name": "./node_modules/graphql/jsutils/inspect.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/inspect.mjs", + "index": 131, + "preOrderIndex": 131, + "index2": 123, + "postOrderIndex": 123, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "issuerName": "./node_modules/graphql/type/validate.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "name": "./node_modules/graphql/type/validate.mjs", + "id": 9655 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5821, + "issuerId": 9655, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs|f136a4015d071d3660475d5d1376307e", + "module": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "moduleName": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/toError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.mjs", + "loc": "1:0-40", + "moduleId": 4181, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs|f136a4015d071d3660475d5d1376307e", + "module": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "moduleName": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/toError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./inspect.mjs", + "loc": "14:39-46", + "moduleId": 4181, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "629:60-67", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "716:20-27", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "716:53-60", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "717:48-55", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "808:17-24", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "808:47-54", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "889:60-67", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "132:23-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "82:27-34", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "99:25-32", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "116:56-63", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "166:50-57", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "191:52-59", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "207:48-55", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "132:23-30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "43:163-170", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "118:49-56", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "167:20-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "192:43-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "221:36-43", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "236:35-42", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "258:42-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "274:48-55", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "289:22-29", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "296:36-43", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "322:22-29", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "342:40-47", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "349:40-47", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "482:50-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "148:52-59", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "139:50-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/instanceOf.mjs", + "module": "./node_modules/graphql/jsutils/instanceOf.mjs", + "moduleName": "./node_modules/graphql/jsutils/instanceOf.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/instanceOf.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/instanceOf.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.mjs", + "loc": "1:0-40", + "moduleId": 8306, + "resolvedModuleId": 8306 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "module": "./node_modules/graphql/jsutils/toError.mjs", + "moduleName": "./node_modules/graphql/jsutils/toError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/toError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.mjs", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "module": "./node_modules/graphql/jsutils/toError.mjs", + "moduleName": "./node_modules/graphql/jsutils/toError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/toError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./inspect.mjs", + "loc": "14:39-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "module": "./node_modules/graphql/language/source.mjs", + "moduleName": "./node_modules/graphql/language/source.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "resolvedModule": "./node_modules/graphql/language/source.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "22:59-66", + "moduleId": 7926, + "resolvedModuleId": 7926 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "168:60-67", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "4:0-49", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "31:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "45:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "55:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "66:18-25", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "77:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "87:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "98:18-25", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "109:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "119:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "138:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "159:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "173:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "188:18-25", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "203:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "231:35-42", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "274:20-27", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "300:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "314:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "340:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "446:22-29", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "556:22-29", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "639:32-39", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "755:22-29", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "845:22-29", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "953:55-62", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "963:23-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1060:53-60", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "24:18-25", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "233:55-62", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "39:51-58", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "46:10-17", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "56:51-58", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "113:53-60", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "123:53-60", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "163:40-47", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "170:55-62", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "206:55-62", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "213:57-64", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "250:36-43", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "263:57-64", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "25:32-39", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "123:54-61", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "130:13-20", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "91:59-66", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "110:11-18", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "127:11-18", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "170:39-46", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "186:24-31", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "227:48-55", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "281:22-29", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "298:29-36", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "328:16-23", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "329:33-40", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "378:13-20", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "379:21-28", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "412:28-35", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "414:15-22", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "487:31-38", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "529:22-29", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "164:56-63", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "169:56-63", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "43:163-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "118:49-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "167:20-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "192:43-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "221:36-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "236:35-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "258:42-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "274:48-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "289:22-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "296:36-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "322:22-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "342:40-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "349:40-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "25:39-46", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "45:39-46", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "89:26-33", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "166:56-63", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "2:0-49", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "245:52-59", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "482:50-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "148:52-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "139:50-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "1:0-49", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/inspect.mjs", + "loc": "163:56-63", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "1:0-52", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "135:54-61", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "1:0-52", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "556:42-49", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "556:66-73", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "1:0-52", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "25:30-37", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "26:28-35", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "48:30-37", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "49:28-35", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "2:0-52", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "119:50-57", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "146:54-61", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "1:0-52", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "40:31-38", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "122:18-25", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "1:0-52", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "21:28-35", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "33:26-33", + "moduleId": 1954, + "resolvedModuleId": 1954 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "2:0-52", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "52:26-33", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "92:39-46", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "124:20-27", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "145:22-29", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "156:20-27", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "1:0-52", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "49:33-40", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/inspect.mjs", + "loc": "50:30-37", + "moduleId": 9701, + "resolvedModuleId": 9701 + } + ], + "usedExports": [ + "inspect" + ], + "providedExports": [ + "inspect" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 227, + "sizes": { + "javascript": 227 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isObjectLike.mjs", + "name": "./node_modules/graphql/jsutils/isObjectLike.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isObjectLike.mjs", + "index": 132, + "preOrderIndex": 132, + "index2": 124, + "postOrderIndex": 124, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8495, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "1:0-59", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "120:31-43", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "5:0-59", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "182:4-16", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "913:6-18", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "958:6-18", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "3:0-59", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "40:3-15", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "40:34-46", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "6:0-59", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "678:9-21", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "4:0-59", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "64:5-17", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "2:0-59", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "294:6-18", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "298:11-23", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "4:0-59", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "117:4-16", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "4:0-59", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "86:9-21", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "3:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "40:3-15", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "40:34-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "5:0-59", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isObjectLike.mjs", + "loc": "70:9-21", + "moduleId": 7816, + "resolvedModuleId": 7816 + } + ], + "usedExports": [ + "isObjectLike" + ], + "providedExports": [ + "isObjectLike" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 287, + "sizes": { + "javascript": 287 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toObjMap.mjs", + "name": "./node_modules/graphql/jsutils/toObjMap.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toObjMap.mjs", + "index": 133, + "preOrderIndex": 133, + "index2": 125, + "postOrderIndex": 125, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "issuerName": "./node_modules/graphql/type/schema.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "name": "./node_modules/graphql/type/schema.mjs", + "id": 9678 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8824, + "issuerId": 9678, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "11:0-51", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "434:22-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "539:22-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "659:18-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "672:16-24", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "741:22-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "832:22-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "922:22-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "1067:18-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "1100:22-30", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "1169:18-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "5:0-51", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "56:22-30", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "5:0-51", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toObjMap.mjs", + "loc": "133:22-30", + "moduleId": 9678, + "resolvedModuleId": 9678 + } + ], + "usedExports": [ + "toObjMap" + ], + "providedExports": [ + "toObjMap" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5492, + "sizes": { + "javascript": 5492 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "name": "./node_modules/graphql/type/directives.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "index": 134, + "preOrderIndex": 134, + "index2": 149, + "postOrderIndex": 149, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "issuerName": "./node_modules/graphql/type/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8238, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:12-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "408:74-100", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:12-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:19-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "85:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:39-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:41-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:42-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "408:74-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "85:36-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:39-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:41-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:42-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "408:74-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:19-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "3:0-6:32", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "164:34-54", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "171:4-27", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "21:0-58", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "355:15-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "22:0-58", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "69:15-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "14:0-17:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "24:12-32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "29:37-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "271:17-43", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "57:0-69:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "14:0-68", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "148:10-29", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "176:10-21", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "18:0-75", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "168:9-20", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.mjs", + "loc": "649:38-69", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "4:0-61", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "69:7-33", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "21:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "355:15-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "29:0-33:32", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "207:15-31", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "449:15-31", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "773:40-66", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "784:41-68", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "22:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "69:15-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "14:0-17:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "24:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "29:37-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/directives.mjs", + "loc": "271:17-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "5:0-64", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "52:6-25", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "7:0-64", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "22:6-25", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "7:0-64", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "70:8-27", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "7:0-64", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/directives.mjs", + "loc": "22:6-25", + "moduleId": 6300, + "resolvedModuleId": 6300 + } + ], + "usedExports": [ + "DEFAULT_DEPRECATION_REASON", + "GraphQLDeprecatedDirective", + "GraphQLDirective", + "GraphQLIncludeDirective", + "GraphQLSkipDirective", + "GraphQLSpecifiedByDirective", + "assertDirective", + "isDirective", + "isSpecifiedDirective", + "specifiedDirectives" + ], + "providedExports": [ + "DEFAULT_DEPRECATION_REASON", + "GraphQLDeprecatedDirective", + "GraphQLDirective", + "GraphQLIncludeDirective", + "GraphQLSkipDirective", + "GraphQLSpecifiedByDirective", + "assertDirective", + "isDirective", + "isSpecifiedDirective", + "specifiedDirectives" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 44:0-95:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/toObjMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/assertName.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1181, + "sizes": { + "javascript": 1181 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "name": "./node_modules/graphql/type/assertName.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "index": 135, + "preOrderIndex": 135, + "index2": 131, + "postOrderIndex": 131, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "issuerName": "./node_modules/graphql/type/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6303, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/assertName.mjs", + "loc": "3:0-52", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/assertName.mjs", + "loc": "35:4-14", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "16:0-67", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "420:16-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "536:16-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "652:12-22", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "667:10-20", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "738:16-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "829:16-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "920:16-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "1063:12-31", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "1098:16-26", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "1164:12-22", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "7:0-46", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "48:16-26", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "103:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "103:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertName.mjs", + "loc": "103:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "module": "./node_modules/graphql/utilities/assertValidName.mjs", + "moduleName": "./node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/assertName.mjs", + "loc": "3:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "module": "./node_modules/graphql/utilities/assertValidName.mjs", + "moduleName": "./node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "resolvedModule": "./node_modules/graphql/utilities/assertValidName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/assertName.mjs", + "loc": "35:4-14", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertEnumValueName", + "assertName" + ], + "providedExports": [ + "assertEnumValueName", + "assertName" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/characterClasses.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 664, + "sizes": { + "javascript": 664 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", + "name": "./node_modules/graphql/language/location.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", + "index": 137, + "preOrderIndex": 137, + "index2": 127, + "postOrderIndex": 127, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 460, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/location.mjs", + "loc": "2:0-55", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/location.mjs", + "loc": "116:33-44", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/location.mjs", + "loc": "119:37-48", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./location.mjs", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./location.mjs", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", + "module": "./node_modules/graphql/language/printLocation.mjs", + "moduleName": "./node_modules/graphql/language/printLocation.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", + "resolvedModule": "./node_modules/graphql/language/printLocation.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./location.mjs", + "loc": "1:0-45", + "moduleId": 850, + "resolvedModuleId": 850 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", + "module": "./node_modules/graphql/language/printLocation.mjs", + "moduleName": "./node_modules/graphql/language/printLocation.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", + "resolvedModule": "./node_modules/graphql/language/printLocation.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./location.mjs", + "loc": "9:4-15", + "moduleId": 850, + "resolvedModuleId": 850 + } + ], + "usedExports": [ + "getLocation" + ], + "providedExports": [ + "getLocation" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2223, + "sizes": { + "javascript": 2223 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", + "name": "./node_modules/graphql/language/printLocation.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", + "index": 139, + "preOrderIndex": 139, + "index2": 128, + "postOrderIndex": 128, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 850, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printLocation.mjs", + "loc": "3:0-6:39", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printLocation.mjs", + "loc": "195:29-42", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "module": "./node_modules/graphql/error/GraphQLError.mjs", + "moduleName": "./node_modules/graphql/error/GraphQLError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", + "resolvedModule": "./node_modules/graphql/error/GraphQLError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printLocation.mjs", + "loc": "200:27-46", + "moduleId": 8087, + "resolvedModuleId": 8087 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./printLocation.mjs", + "loc": "3:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printLocation.mjs", + "loc": "3:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printLocation.mjs", + "loc": "3:0-73", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "printLocation", + "printSourceLocation" + ], + "providedExports": [ + "printLocation", + "printSourceLocation" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/location.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 99, + "sizes": { + "javascript": 99 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", + "name": "./node_modules/graphql/jsutils/identityFunc.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", + "index": 142, + "preOrderIndex": 142, + "index2": 132, + "postOrderIndex": 132, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "module": "./node_modules/graphql/type/definition.mjs", + "moduleName": "./node_modules/graphql/type/definition.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/identityFunc.mjs", + "loc": "3:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "module": "./node_modules/graphql/type/definition.mjs", + "moduleName": "./node_modules/graphql/type/definition.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/identityFunc.mjs", + "loc": "419:10-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "module": "./node_modules/graphql/type/definition.mjs", + "moduleName": "./node_modules/graphql/type/definition.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/identityFunc.mjs", + "loc": "427:10-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "identityFunc" + ], + "providedExports": [ + "identityFunc" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1481, + "sizes": { + "javascript": 1481 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "name": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "index": 143, + "preOrderIndex": 143, + "index2": 135, + "postOrderIndex": 135, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2319, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:100-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:98-117", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:100-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:98-117", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/valueFromASTUntyped.mjs", + "loc": "15:0-75", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/valueFromASTUntyped.mjs", + "loc": "433:42-61", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueFromASTUntyped.mjs", + "loc": "28:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./valueFromASTUntyped.mjs", + "loc": "28:0-64", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "valueFromASTUntyped" + ], + "providedExports": [ + "valueFromASTUntyped" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyValMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2257, + "sizes": { + "javascript": 2257 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/kinds.mjs", + "name": "./node_modules/graphql/language/kinds.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/kinds.mjs", + "index": 144, + "preOrderIndex": 144, + "index2": 133, + "postOrderIndex": 133, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7359, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:18-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:18-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:18-48", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:25-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:25-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:25-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:25-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:25-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:25-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "43:25-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "44:25-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:25-58", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:25-57", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:25-55", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:25-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:25-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:41-63", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:91-112", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:14-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:36-61", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "72:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "83:30-60", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "85:34-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "99:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "102:26-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "105:30-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:34-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:18-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:32-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:80-102", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:18-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:18-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:18-45", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:18-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:18-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:18-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:32-46", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:25-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "19:25-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:25-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:31-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:18-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:18-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:14-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:23-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:23-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:26-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "46:34-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:23-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:23-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:22-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "62:22-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "65:23-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:87-100", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:14-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:26-56", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:39-61", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:64-85", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "115:22-33", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:14-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "128:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "133:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "139:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "194:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "198:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "204:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "215:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "219:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "225:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "235:14-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "239:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "245:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "258:14-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "262:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "268:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "278:14-47", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "282:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "288:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:14-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "308:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "329:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "339:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "348:14-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "352:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "358:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "369:14-41", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "373:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "379:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "390:14-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "394:26-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "400:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "420:30-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "422:34-43", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "437:26-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "439:30-39", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "448:14-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "450:18-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "374:22-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "381:22-48", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "399:22-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "406:22-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "424:22-55", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "431:22-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:13-27", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:13-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:4-26", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:4-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "28:4-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:4-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:4-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:4-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:4-25", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "37:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:4-33", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:4-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "90:83-109", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "98:83-109", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "106:83-112", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "114:83-108", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "122:83-107", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "130:83-115", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "544:26-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "554:30-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:28-32", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:23-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "254:23-44", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "256:23-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "258:23-49", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "260:23-52", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "262:23-48", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "264:23-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "266:23-55", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "269:5-26", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "270:5-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "271:5-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "272:5-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "273:5-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:5-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "275:5-37", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:55-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/types.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:57-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:43-58", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:38-52", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:4-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:4-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "28:4-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:4-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:4-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "33:4-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:4-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "37:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "38:4-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "41:4-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "90:83-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "98:83-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "106:83-112", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "114:83-108", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "122:83-107", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "130:83-115", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "544:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "554:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:28-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:23-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "254:23-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "256:23-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "258:23-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "260:23-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "262:23-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "264:23-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "266:23-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "269:5-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "270:5-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "271:5-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "272:5-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "273:5-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:5-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "275:5-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:55-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "module": "./node_modules/graphql-language-service/esm/parser/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/types.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:57-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "module": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:43-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:38-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:18-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:18-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:18-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:25-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "39:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "43:25-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "44:25-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:25-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:25-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:25-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:25-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:25-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:41-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:91-112", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "48:36-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "72:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "83:30-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "85:34-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "99:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "102:26-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "105:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:32-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:80-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:18-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:18-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:18-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:18-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:32-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:25-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "19:25-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:25-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:31-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:18-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:14-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:26-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "46:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:23-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:22-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "62:22-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "65:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "86:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "93:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "95:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "97:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "131:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "133:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "135:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "164:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "167:30-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "169:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "178:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "222:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "228:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "234:18-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "236:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "242:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "244:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "246:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "280:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "282:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "304:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "307:61-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "328:14-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "330:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:57-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "15:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:64-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:40-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:87-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "374:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "381:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "399:22-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "406:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "424:22-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "431:22-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:38-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "75:22-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "76:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "77:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:26-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:39-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:64-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "115:22-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "128:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "133:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "139:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "194:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "198:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "204:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "215:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "219:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "225:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "235:14-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "239:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "245:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "258:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "262:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "268:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "278:14-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "282:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "288:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "308:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "329:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "339:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "348:14-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "352:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "358:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "369:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "373:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "379:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "390:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "394:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "400:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "420:30-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "422:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "437:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "439:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "448:14-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "450:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "19:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "15:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:31-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:18-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:14-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "20:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "36:23-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "45:26-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "46:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "55:23-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:22-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "62:22-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "65:23-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "52:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "86:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "93:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "95:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "97:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "131:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "133:30-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "135:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "164:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "167:30-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "169:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "178:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "222:22-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "228:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "234:18-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "236:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "242:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "244:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "246:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "274:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:26-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "280:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "282:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:18-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "304:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "307:61-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "328:14-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "330:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:57-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:17-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "15:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:64-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:40-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "35:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:87-100", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "374:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "381:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "399:22-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "406:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "424:22-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "431:22-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:22-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "51:38-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "75:22-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "76:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "77:22-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "49:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "91:26-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:39-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "104:64-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "115:22-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "124:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "128:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "133:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "139:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "194:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "198:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "204:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "215:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "219:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "225:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "235:14-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "239:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "245:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "258:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "262:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "268:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "278:14-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "282:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "288:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "298:14-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "308:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "329:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "333:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "339:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "348:14-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "352:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "358:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "369:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "373:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "379:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "390:14-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "394:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "400:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "420:30-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "422:34-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "437:26-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "439:30-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "448:14-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "450:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "24:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "26:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "19:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "23:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "15:14-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "87:11-21", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "104:11-31", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "124:11-31", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "14:0-45", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "216:11-36", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "238:11-35", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "5:0-45", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "178:36-45", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "180:27-40", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/concatAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/concatAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "16:10-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "12:28-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "4:0-45", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "273:12-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "288:10-21", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "302:10-21", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "16:11-36", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "20:11-35", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "44:12-25", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "48:25-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "4:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "4:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "4:0-35", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "94:12-21", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "105:12-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "210:14-39", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "227:12-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "272:12-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "289:12-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "301:12-30", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "341:12-22", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "368:12-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "393:14-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "400:12-32", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "421:14-38", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "431:12-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "482:16-24", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "489:16-26", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "503:20-32", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "509:20-32", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "515:20-29", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "520:20-29", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "556:12-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "571:12-21", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "587:12-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "600:12-29", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "633:12-26", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "654:14-28", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "663:14-32", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "676:12-27", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "710:12-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "726:12-42", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "742:12-39", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "763:12-39", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "809:12-33", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "847:12-39", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "869:12-42", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "890:12-38", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "921:12-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "951:12-38", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "991:12-45", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1079:12-33", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1101:12-38", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1131:12-38", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1163:12-41", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1189:12-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1214:12-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1239:12-44", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1263:12-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "1:0-35", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "11:18-43", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "12:18-42", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "17:18-28", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "18:18-38", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "19:18-38", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "24:18-31", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "25:18-26", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "26:18-28", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "27:18-29", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "28:18-30", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "29:18-27", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "30:18-27", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "31:18-27", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "32:18-29", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "38:19-28", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "40:22-33", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "42:22-35", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "47:18-33", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "48:18-32", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "49:18-36", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "54:18-40", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "56:18-43", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "61:18-45", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "62:18-45", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "63:18-48", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "64:18-44", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "65:18-43", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "66:18-51", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "70:23-44", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "74:18-44", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "75:18-44", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "76:18-47", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "77:18-43", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "78:18-42", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "module": "./node_modules/graphql/language/predicates.mjs", + "moduleName": "./node_modules/graphql/language/predicates.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "resolvedModule": "./node_modules/graphql/language/predicates.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "79:18-50", + "moduleId": 5844, + "resolvedModuleId": 5844 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "4:0-35", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "93:35-39", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./kinds.mjs", + "loc": "258:35-39", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "13:0-45", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "985:27-36", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "4:0-45", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "70:27-35", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "131:27-37", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "131:60-68", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "178:27-38", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "221:27-39", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "267:27-38", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "267:61-69", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "2:0-45", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "127:11-29", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "137:11-21", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "157:11-25", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "161:11-36", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "169:11-31", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "170:11-35", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "181:11-35", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "191:11-24", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "221:11-20", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "232:11-28", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "256:11-20", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "274:11-29", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "279:11-21", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "286:11-25", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "290:11-36", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "291:11-31", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "292:11-35", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "297:11-35", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "302:11-24", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "311:11-20", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "312:11-28", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "319:11-20", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "5:0-45", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "42:6-15", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "52:12-21", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "76:14-23", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "97:16-33", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "99:18-27", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "108:12-23", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "124:14-26", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "133:18-26", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "137:18-28", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "146:16-25", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "153:16-24", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "159:14-25", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "2:0-45", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "20:47-60", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "module": "./node_modules/graphql/utilities/concatAST.mjs", + "moduleName": "./node_modules/graphql/utilities/concatAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/concatAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "module": "./node_modules/graphql/utilities/concatAST.mjs", + "moduleName": "./node_modules/graphql/utilities/concatAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/concatAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "16:10-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "6:0-45", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "61:47-60", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "98:21-43", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "100:28-49", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "110:28-53", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "435:22-36", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "439:22-40", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "658:11-38", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "676:11-41", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "694:11-36", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "711:11-37", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "728:11-38", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "744:11-44", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "module": "./node_modules/graphql/utilities/getOperationAST.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "module": "./node_modules/graphql/utilities/getOperationAST.mjs", + "moduleName": "./node_modules/graphql/utilities/getOperationAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/getOperationAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "12:28-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "4:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "273:12-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "288:10-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "302:10-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "16:11-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "20:11-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "44:12-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "48:25-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "2:0-45", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "13:9-20", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "16:9-18", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "19:9-17", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "20:9-19", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "21:9-20", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "22:9-21", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "23:9-18", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "24:9-18", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "25:9-22", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "5:9-23", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "10:9-27", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "module": "./node_modules/graphql/utilities/typeFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/typeFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "15:9-24", + "moduleId": 77, + "resolvedModuleId": 77 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "4:0-45", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "39:25-38", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "59:27-36", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "66:25-34", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "74:27-36", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "110:27-38", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "169:23-36", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "2:0-45", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "22:9-18", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "25:9-17", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "28:9-19", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "31:9-20", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "32:9-18", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "33:9-21", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "36:9-18", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "41:9-20", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "48:9-22", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "1:0-45", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "40:29-53", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/kinds.mjs", + "loc": "61:33-53", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "2:0-48", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "19:32-54", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "20:32-53", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "4:0-48", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "61:21-46", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "6:0-48", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "31:21-46", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "71:9-34", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "74:9-19", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "77:9-29", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "80:9-29", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "83:9-33", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "86:9-33", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "89:9-31", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "90:9-30", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "93:9-36", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "94:9-35", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "97:9-36", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "98:9-35", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "101:9-30", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "104:9-39", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "105:9-38", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "108:9-35", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "109:9-34", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "112:9-34", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "113:9-33", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "116:9-35", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "119:9-42", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "120:9-41", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "123:9-36", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "126:33-66", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "2:0-48", + "moduleId": 7898, + "resolvedModuleId": 7898 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "module": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "17:44-69", + "moduleId": 7898, + "resolvedModuleId": 7898 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "3:0-48", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "596:10-21", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "598:12-29", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "697:11-21", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "717:11-31", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "721:11-31", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "6:0-48", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "84:3-30", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "84:33-59", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "85:3-30", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "85:33-59", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "86:3-33", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "86:36-65", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "87:3-29", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "87:32-57", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "88:3-28", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "88:31-55", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "89:3-36", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "89:39-71", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "94:11-37", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "98:11-37", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "102:11-40", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "106:11-36", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "110:11-35", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "114:11-43", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "124:9-35", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "127:9-35", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "130:9-38", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "133:9-34", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "136:9-33", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "139:9-41", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "4:0-48", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "82:21-46", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "141:27-45", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "2:0-48", + "moduleId": 423, + "resolvedModuleId": 423 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "27:36-60", + "moduleId": 423, + "resolvedModuleId": 423 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "2:0-48", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "31:21-46", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "50:22-44", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "51:22-43", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "3:0-48", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/kinds.mjs", + "loc": "85:58-67", + "moduleId": 9701, + "resolvedModuleId": 9701 + } + ], + "usedExports": [ + "Kind" + ], + "providedExports": [ + "Kind" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 6:0-50:24" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 614, + "sizes": { + "javascript": 614 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyValMap.mjs", + "name": "./node_modules/graphql/jsutils/keyValMap.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyValMap.mjs", + "index": 145, + "preOrderIndex": 145, + "index2": 134, + "postOrderIndex": 134, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4950, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "4:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "50:18-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "245:14-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "278:11-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "311:11-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "3:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "33:18-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "8:0-53", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "698:9-18", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "1013:19-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "4:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "50:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "245:14-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "278:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "311:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "3:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "33:18-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "1:0-53", + "moduleId": 2319, + "resolvedModuleId": 2319 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "module": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyValMap.mjs", + "loc": "42:13-22", + "moduleId": 2319, + "resolvedModuleId": 2319 + } + ], + "usedExports": [ + "keyValMap" + ], + "providedExports": [ + "keyValMap" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 303, + "sizes": { + "javascript": 303 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/mapValue.mjs", + "name": "./node_modules/graphql/jsutils/mapValue.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/mapValue.mjs", + "index": 146, + "preOrderIndex": 146, + "index2": 136, + "postOrderIndex": 136, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5723, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "9:0-51", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "626:9-17", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "682:9-17", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "1123:19-27", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "1157:9-17", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "5:0-51", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "209:12-20", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "260:11-19", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "330:11-19", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "353:11-19", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/mapValue.mjs", + "loc": "383:26-34", + "moduleId": 9557, + "resolvedModuleId": 9557 + } + ], + "usedExports": [ + "mapValue" + ], + "providedExports": [ + "mapValue" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 804, + "sizes": { + "javascript": 804 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyMap.mjs", + "name": "./node_modules/graphql/jsutils/keyMap.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyMap.mjs", + "index": 147, + "preOrderIndex": 147, + "index2": 137, + "postOrderIndex": 137, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3498, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "2:0-47", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "154:21-27", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "3:0-47", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "495:17-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "496:17-23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "7:0-47", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "933:23-29", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "4:0-47", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "763:19-25", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "3:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "495:17-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "496:17-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "3:0-47", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/keyMap.mjs", + "loc": "115:23-29", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/keyMap.mjs", + "loc": "2:0-50", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/keyMap.mjs", + "loc": "73:38-44", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/keyMap.mjs", + "loc": "92:40-46", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/keyMap.mjs", + "loc": "3:0-50", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/keyMap.mjs", + "loc": "46:27-33", + "moduleId": 9831, + "resolvedModuleId": 9831 + } + ], + "usedExports": [ + "keyMap" + ], + "providedExports": [ + "keyMap" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11285, + "sizes": { + "javascript": 11285 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs|c65b9bb9e560c67813784fa516ac7f2a", + "name": "./node_modules/graphql/language/printer.mjs + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "index": 148, + "preOrderIndex": 148, + "index2": 142, + "postOrderIndex": 142, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3486, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "68:24-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "72:32-37", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:11-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:64-69", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "29:64-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "68:24-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "72:32-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:77-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:33-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "61:77-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:33-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "6:0-48", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "66:25-30", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "222:48-53", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "4:0-48", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "488:9-14", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "5:0-48", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "248:21-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "272:21-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "287:19-24", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "301:22-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./printer.mjs", + "loc": "8:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printer.mjs", + "loc": "8:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "14:0-48", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "986:23-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "999:23-28", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "4:0-48", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "400:26-31", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "5:0-48", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "72:51-56", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "133:53-58", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "180:55-60", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "223:57-62", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "module": "./node_modules/graphql/type/scalars.mjs", + "moduleName": "./node_modules/graphql/type/scalars.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", + "resolvedModule": "./node_modules/graphql/type/scalars.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "270:10-15", + "moduleId": 3801, + "resolvedModuleId": 3801 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "488:9-14", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "5:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "248:21-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "272:21-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "287:19-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/printer.mjs", + "loc": "301:22-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "2:0-51", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "24:26-31", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "41:24-29", + "moduleId": 7143, + "resolvedModuleId": 7143 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "4:0-51", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "603:9-14", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "5:0-51", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "123:18-23", + "moduleId": 1967, + "resolvedModuleId": 1967 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "6:0-51", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "92:64-69", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "127:54-59", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "148:56-61", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "163:56-61", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "2:0-51", + "moduleId": 5972, + "resolvedModuleId": 5972 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/printer.mjs", + "loc": "21:25-30", + "moduleId": 5972, + "resolvedModuleId": 5972 + } + ], + "usedExports": [ + "print" + ], + "providedExports": [ + "print" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/blockString.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6, + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 9361, + "sizes": { + "javascript": 9361 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "name": "./node_modules/graphql/language/printer.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "index": 148, + "preOrderIndex": 148, + "index2": 142, + "postOrderIndex": 142, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "print" + ], + "providedExports": [ + "print" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 13:0-288:2" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1924, + "sizes": { + "javascript": 1924 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", + "name": "./node_modules/graphql/language/printString.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", + "index": 152, + "preOrderIndex": 152, + "index2": 141, + "postOrderIndex": 141, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "issuerName": "./node_modules/graphql/language/printer.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "name": "./node_modules/graphql/language/printer.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "module": "./node_modules/graphql/language/printer.mjs", + "moduleName": "./node_modules/graphql/language/printer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./printString.mjs", + "loc": "2:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "module": "./node_modules/graphql/language/printer.mjs", + "moduleName": "./node_modules/graphql/language/printer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./printString.mjs", + "loc": "101:48-59", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "printString" + ], + "providedExports": [ + "printString" + ], + "optimizationBailout": [], + "depth": 7 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 9565, + "sizes": { + "javascript": 9565 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "name": "./node_modules/graphql/language/visitor.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "index": 149, + "preOrderIndex": 149, + "index2": 139, + "postOrderIndex": 139, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7304, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:11-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:12-17", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:12-17", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:31-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:25-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:4-9", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:8-13", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:4-9", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:4-9", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:12-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:12-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "54:31-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "30:25-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:4-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:8-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "module": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:4-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:4-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:24-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "276:11-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "40:24-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "2:0-48", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "74:2-7", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "9:0-15:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "9:0-15:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "9:0-15:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "9:0-15:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "9:0-15:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "9:0-15:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs|c65b9bb9e560c67813784fa516ac7f2a", + "module": "./node_modules/graphql/language/printer.mjs + 1 modules", + "moduleName": "./node_modules/graphql/language/printer.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "3:0-38", + "moduleId": 3486, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs|c65b9bb9e560c67813784fa516ac7f2a", + "module": "./node_modules/graphql/language/printer.mjs + 1 modules", + "moduleName": "./node_modules/graphql/language/printer.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./visitor.mjs", + "loc": "10:9-14", + "moduleId": 3486, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "3:0-63", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "365:17-37", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "384:17-37", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "2:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "module": "./node_modules/graphql/utilities/separateOperations.mjs", + "moduleName": "./node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "resolvedModule": "./node_modules/graphql/utilities/separateOperations.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "74:2-7", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "2:0-48", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "143:6-11", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "3:0-65", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "73:18-33", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "76:4-9", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "103:2-7", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/visitor.mjs", + "loc": "103:21-36", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "BREAK", + "getEnterLeaveForKind", + "getVisitFn", + "visit", + "visitInParallel" + ], + "providedExports": [ + "BREAK", + "getEnterLeaveForKind", + "getVisitFn", + "visit", + "visitInParallel" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-39", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5162, + "sizes": { + "javascript": 5162 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/ast.mjs", + "name": "./node_modules/graphql/language/ast.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/ast.mjs", + "index": 150, + "preOrderIndex": 150, + "index2": 138, + "postOrderIndex": 138, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2380, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "13:0-56", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "324:9-32", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "327:9-35", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "336:9-39", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "16:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "16:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "16:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "16:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "2:0-34", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "32:33-38", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "166:13-18", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "2:0-56", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "211:19-42", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "244:15-38", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "247:15-41", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "250:15-45", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "1327:21-29", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "3:0-54", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "90:51-68", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "168:6-12", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "module": "./node_modules/graphql/language/visitor.mjs", + "moduleName": "./node_modules/graphql/language/visitor.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", + "resolvedModule": "./node_modules/graphql/language/visitor.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ast.mjs", + "loc": "196:14-20", + "moduleId": 7304, + "resolvedModuleId": 7304 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "6:0-56", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "264:11-34", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "267:11-37", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "270:11-41", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "3:0-56", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "96:8-31", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "113:8-34", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "130:8-38", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "1:0-45", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/ast.mjs", + "loc": "373:14-20", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/ast.mjs", + "loc": "4:0-59", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/ast.mjs", + "loc": "141:9-32", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/ast.mjs", + "loc": "144:9-35", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/ast.mjs", + "loc": "147:9-39", + "moduleId": 4873, + "resolvedModuleId": 4873 + } + ], + "usedExports": [ + "Location", + "OperationTypeNode", + "QueryDocumentKeys", + "Token", + "isNode" + ], + "providedExports": [ + "Location", + "OperationTypeNode", + "QueryDocumentKeys", + "Token", + "isNode" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-43:1" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3683, + "sizes": { + "javascript": 3683 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", + "name": "./node_modules/graphql/jsutils/suggestionList.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", + "index": 153, + "preOrderIndex": 153, + "index2": 144, + "postOrderIndex": 144, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3294, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/suggestionList.mjs", + "loc": "10:0-63", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/suggestionList.mjs", + "loc": "1045:26-40", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/suggestionList.mjs", + "loc": "8:0-63", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/suggestionList.mjs", + "loc": "112:28-42", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "3:0-66", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "123:11-25", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "2:0-66", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "29:28-42", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "85:32-46", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "2:0-66", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "52:31-45", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "4:0-66", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "70:29-43", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "4:0-66", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/suggestionList.mjs", + "loc": "70:28-42", + "moduleId": 9831, + "resolvedModuleId": 9831 + } + ], + "usedExports": [ + "suggestionList" + ], + "providedExports": [ + "suggestionList" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/naturalCompare.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 772, + "sizes": { + "javascript": 772 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/didYouMean.mjs", + "name": "./node_modules/graphql/jsutils/didYouMean.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/didYouMean.mjs", + "index": 155, + "preOrderIndex": 155, + "index2": 145, + "postOrderIndex": 145, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "issuerName": "./node_modules/graphql/type/definition.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "name": "./node_modules/graphql/type/definition.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3177, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/didYouMean.mjs", + "loc": "2:0-55", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", + "module": "./node_modules/graphql/type/definition.mjs + 1 modules", + "moduleName": "./node_modules/graphql/type/definition.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", + "resolvedModule": "./node_modules/graphql/type/definition.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/didYouMean.mjs", + "loc": "1046:9-19", + "moduleId": 398, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/didYouMean.mjs", + "loc": "1:0-55", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/didYouMean.mjs", + "loc": "121:14-24", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "1:0-58", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "32:27-37", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "38:25-35", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "1:0-58", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "33:14-24", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "89:18-28", + "moduleId": 7815, + "resolvedModuleId": 7815 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "1:0-58", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "58:44-54", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "1:0-58", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "74:12-22", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "1:0-58", + "moduleId": 9831, + "resolvedModuleId": 9831 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/didYouMean.mjs", + "loc": "77:14-24", + "moduleId": 9831, + "resolvedModuleId": 9831 + } + ], + "usedExports": [ + "didYouMean" + ], + "providedExports": [ + "didYouMean" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1333, + "sizes": { + "javascript": 1333 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/directiveLocation.mjs", + "name": "./node_modules/graphql/language/directiveLocation.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/directiveLocation.mjs", + "index": 156, + "preOrderIndex": 156, + "index2": 147, + "postOrderIndex": 147, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9878, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "643:38-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "645:38-64", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "647:38-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "650:38-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "652:38-75", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "654:38-71", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "656:38-71", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "658:38-62", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "660:38-62", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "662:38-62", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "664:38-72", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "666:38-65", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "668:38-61", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "670:38-60", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "672:38-66", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "674:38-68", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "679:46-83", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "681:46-86", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "643:38-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "645:38-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "647:38-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "650:38-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "652:38-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "654:38-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "656:38-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "658:38-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "660:38-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "662:38-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "664:38-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "666:38-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "668:38-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "670:38-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "672:38-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "674:38-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "679:46-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "681:46-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:16-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:51-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:16-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:16-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:51-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:16-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directiveLocation.mjs", + "loc": "29:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directiveLocation.mjs", + "loc": "29:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directiveLocation.mjs", + "loc": "3:0-60", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directiveLocation.mjs", + "loc": "1312:45-62", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "6:0-70", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "105:4-27", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "106:4-37", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "107:4-37", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "125:4-27", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "126:4-37", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "127:4-37", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "149:4-38", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "150:4-41", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "151:4-44", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "152:4-32", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "module": "./node_modules/graphql/type/directives.mjs", + "moduleName": "./node_modules/graphql/type/directives.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", + "resolvedModule": "./node_modules/graphql/type/directives.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "170:14-38", + "moduleId": 8238, + "resolvedModuleId": 8238 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "3:0-70", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "113:13-36", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "117:13-39", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "121:13-43", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "125:13-36", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "129:13-50", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "133:13-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "137:13-46", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "141:13-50", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "145:13-37", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "149:13-37", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "153:13-37", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "157:13-47", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "161:13-50", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "165:13-40", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "169:13-36", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "173:13-35", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "177:13-41", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "181:13-43", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/directiveLocation.mjs", + "loc": "185:13-53", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "5:0-73", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "75:13-36", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "78:13-46", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "81:13-46", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "84:13-50", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "87:13-50", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "91:13-37", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "95:13-37", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "99:13-37", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "102:13-47", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "106:13-40", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "110:13-36", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "114:13-35", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "117:13-41", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "121:13-43", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "127:10-50", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "128:10-47", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "142:13-36", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "145:13-39", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/directiveLocation.mjs", + "loc": "148:13-43", + "moduleId": 4873, + "resolvedModuleId": 4873 + } + ], + "usedExports": [ + "DirectiveLocation" + ], + "providedExports": [ + "DirectiveLocation" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 6:0-26:50" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 17171, + "sizes": { + "javascript": 17171 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "name": "./node_modules/graphql/type/introspection.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "index": 158, + "preOrderIndex": 158, + "index2": 152, + "postOrderIndex": 152, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "issuerName": "./node_modules/graphql/type/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2433, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:32-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "2:0-105", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "19:22-45", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "20:15-33", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "22:22-43", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "23:15-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "25:22-47", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "26:15-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "299:24-44", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:24-42", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:44-60", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "2:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "19:22-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "20:15-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "22:22-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "23:15-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "25:22-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "module": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "graphql/type/introspection", + "loc": "26:15-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "299:24-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:24-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "302:44-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:32-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "110:32-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "113:32-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "22:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "107:32-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "110:32-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "113:32-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "22:0-26:35", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "984:18-41", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "987:11-29", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "989:18-39", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "992:11-27", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "993:27-52", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "994:11-31", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "22:0-73", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "56:53-71", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "90:25-38", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "100:25-42", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "147:13-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "150:13-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "153:13-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "156:13-27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "159:13-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "162:13-34", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "186:41-59", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "23:0-64", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "100:30-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "18:0-64", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "29:59-78", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "33:42-61", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../type/introspection.mjs", + "loc": "3:0-70", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/introspection.mjs", + "loc": "20:18-37", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "module": "./node_modules/graphql/type/index.mjs", + "moduleName": "./node_modules/graphql/type/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "resolvedModule": "./node_modules/graphql/type/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "83:0-99:29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "15:0-47", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "module": "./node_modules/graphql/type/schema.mjs", + "moduleName": "./node_modules/graphql/type/schema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", + "resolvedModule": "./node_modules/graphql/type/schema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "183:27-35", + "moduleId": 9678, + "resolvedModuleId": 9678 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "19:0-58", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./introspection.mjs", + "loc": "233:9-28", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "16:0-20:35", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "337:13-36", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "340:11-29", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "343:15-36", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "344:11-27", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "347:15-40", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "module": "./node_modules/graphql/utilities/TypeInfo.mjs", + "moduleName": "./node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "resolvedModule": "./node_modules/graphql/utilities/TypeInfo.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "348:11-31", + "moduleId": 2676, + "resolvedModuleId": 2676 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "22:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "56:53-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "90:25-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "100:25-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "147:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "150:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "153:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "156:13-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "159:13-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "162:13-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "186:41-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "34:0-37:35", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "214:8-27", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "764:31-49", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "23:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "100:30-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "18:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "29:59-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../type/introspection.mjs", + "loc": "33:42-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../type/introspection.mjs", + "loc": "9:0-66", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../type/introspection.mjs", + "loc": "68:55-73", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../type/introspection.mjs", + "loc": "3:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../type/introspection.mjs", + "loc": "20:18-37", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "SchemaMetaFieldDef", + "TypeKind", + "TypeMetaFieldDef", + "TypeNameMetaFieldDef", + "__Directive", + "__DirectiveLocation", + "__EnumValue", + "__Field", + "__InputValue", + "__Schema", + "__Type", + "__TypeKind", + "introspectionTypes", + "isIntrospectionType" + ], + "providedExports": [ + "SchemaMetaFieldDef", + "TypeKind", + "TypeMetaFieldDef", + "TypeNameMetaFieldDef", + "__Directive", + "__DirectiveLocation", + "__EnumValue", + "__Field", + "__InputValue", + "__Schema", + "__Type", + "__TypeKind", + "introspectionTypes", + "isIntrospectionType" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 22:0-64:3", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/astFromValue.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4717, + "sizes": { + "javascript": 4717 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "name": "./node_modules/graphql/utilities/astFromValue.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "index": 159, + "preOrderIndex": 159, + "index2": 151, + "postOrderIndex": 151, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8631, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "209:55-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "385:22-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "417:30-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "209:55-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "385:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "417:30-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "209:55-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "385:22-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "417:30-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "19:0-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "486:14-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "20:0-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "244:21-33", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/astFromValue.mjs", + "loc": "5:0-61", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/astFromValue.mjs", + "loc": "399:25-37", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "19:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "486:14-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "30:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "30:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "20:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromValue.mjs", + "loc": "244:21-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "astFromValue" + ], + "providedExports": [ + "astFromValue" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isIterableObject.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3273, + "sizes": { + "javascript": 3273 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "name": "./node_modules/graphql/utilities/typeComparators.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", + "index": 161, + "preOrderIndex": 161, + "index2": 154, + "postOrderIndex": 154, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 316, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "483:8-22", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "483:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:15-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:15-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/typeComparators.mjs", + "loc": "4:0-80", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/typeComparators.mjs", + "loc": "373:9-24", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "module": "./node_modules/graphql/type/validate.mjs", + "moduleName": "./node_modules/graphql/type/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", + "resolvedModule": "./node_modules/graphql/type/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/typeComparators.mjs", + "loc": "407:11-22", + "moduleId": 9655, + "resolvedModuleId": 9655 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./typeComparators.mjs", + "loc": "42:0-46:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./typeComparators.mjs", + "loc": "42:0-46:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./typeComparators.mjs", + "loc": "42:0-46:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./typeComparators.mjs", + "loc": "42:0-46:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeComparators.mjs", + "loc": "4:0-69", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeComparators.mjs", + "loc": "23:9-23", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeComparators.mjs", + "loc": "46:9-23", + "moduleId": 3259, + "resolvedModuleId": 3259 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/typeComparators.mjs", + "loc": "5:0-70", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeComparators.mjs", + "loc": "93:11-26", + "moduleId": 9701, + "resolvedModuleId": 9701 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "module": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/typeComparators.mjs", + "loc": "96:9-24", + "moduleId": 9701, + "resolvedModuleId": 9701 + } + ], + "usedExports": [ + "doTypesOverlap", + "isEqualType", + "isTypeSubTypeOf" + ], + "providedExports": [ + "doTypesOverlap", + "isEqualType", + "isTypeSubTypeOf" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 990, + "sizes": { + "javascript": 990 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/tokenKind.mjs", + "name": "./node_modules/graphql/language/tokenKind.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/tokenKind.mjs", + "index": 163, + "preOrderIndex": 163, + "index2": 156, + "postOrderIndex": 156, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4635, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "304:23-40", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "304:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "304:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "4:0-54", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "73:34-47", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "85:51-67", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "92:22-44", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "5:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "5:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "5:0-44", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "32:39-52", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "60:23-36", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "73:30-47", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "85:13-27", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "86:13-29", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "87:13-26", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "88:13-30", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "89:13-30", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "90:13-29", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "91:13-28", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "92:13-29", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "93:13-25", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "94:13-32", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "95:13-32", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "96:13-30", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "97:13-27", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "98:13-30", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "150:11-24", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "248:34-48", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "252:34-50", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "256:34-47", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "260:34-51", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "264:34-51", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "272:36-52", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "279:34-49", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "283:34-50", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "287:34-46", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "291:34-53", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "295:34-53", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "299:34-51", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "303:34-48", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "307:34-51", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "341:28-41", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "376:4-21", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "472:14-29", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "472:32-45", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "536:32-48", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "814:8-30", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "897:4-18", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "7:0-44", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "33:21-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "35:21-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "45:21-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "47:21-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "63:21-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "65:21-34", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "92:35-49", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "107:8-21", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "109:8-21", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "138:18-35", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "147:30-44", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "208:18-35", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "222:18-32", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "240:44-58", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "261:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "263:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "274:30-45", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "275:45-61", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "287:21-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "303:8-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "305:8-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "317:21-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "333:33-48", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "346:30-47", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "357:29-46", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "357:54-71", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "366:21-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "388:21-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "391:39-53", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "473:11-30", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "476:11-28", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "479:11-24", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "486:11-26", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "493:11-27", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "494:11-33", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "497:11-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "525:11-27", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "527:27-43", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "529:41-55", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "558:28-50", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "572:23-42", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "572:50-69", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "588:23-40", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "588:48-65", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "598:21-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "613:21-33", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "631:21-33", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "650:33-52", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "652:23-42", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "661:33-47", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "682:21-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "682:52-74", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "705:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "707:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "723:21-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "779:27-40", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "790:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "792:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "805:21-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "823:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "825:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "837:21-36", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "841:33-49", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "904:36-52", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "905:27-41", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "936:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "938:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1006:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1008:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1028:30-44", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1069:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1071:6-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1256:21-33", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1278:30-44", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1385:23-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1403:23-37", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./tokenKind.mjs", + "loc": "1497:50-63", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "4:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "73:34-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "85:51-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/tokenKind.mjs", + "loc": "92:22-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "TokenKind" + ], + "providedExports": [ + "TokenKind" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 7:0-30:34" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1460, + "sizes": { + "javascript": 1460 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "name": "./node_modules/graphql/language/source.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", + "index": 164, + "preOrderIndex": 164, + "index2": 157, + "postOrderIndex": 157, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7926, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:28-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:28-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:33-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "16:33-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/source.mjs", + "loc": "3:0-58", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/source.mjs", + "loc": "67:20-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/source.mjs", + "loc": "67:52-58", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./source.mjs", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./source.mjs", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./source.mjs", + "loc": "6:0-48", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./source.mjs", + "loc": "82:22-30", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./source.mjs", + "loc": "82:54-60", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/source.mjs", + "loc": "3:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/source.mjs", + "loc": "67:20-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/source.mjs", + "loc": "67:52-58", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Source", + "isSource" + ], + "providedExports": [ + "Source", + "isSource" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 12:0-41:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 23251, + "sizes": { + "javascript": 23251 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "name": "./node_modules/graphql/language/lexer.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "index": 165, + "preOrderIndex": 165, + "index2": 159, + "postOrderIndex": 159, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2105, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/lexer.mjs", + "loc": "2:0-69", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/lexer.mjs", + "loc": "69:20-25", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/lexer.mjs", + "loc": "82:29-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./lexer.mjs", + "loc": "6:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./lexer.mjs", + "loc": "6:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./lexer.mjs", + "loc": "5:0-59", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./lexer.mjs", + "loc": "83:22-27", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./lexer.mjs", + "loc": "1523:9-30", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/lexer.mjs", + "loc": "2:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/lexer.mjs", + "loc": "69:20-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/lexer.mjs", + "loc": "82:29-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Lexer", + "isPunctuatorTokenKind" + ], + "providedExports": [ + "Lexer", + "isPunctuatorTokenKind" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 15:0-78:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/syntaxError.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/blockString.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/characterClasses.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/tokenKind.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 378, + "sizes": { + "javascript": 378 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", + "name": "./node_modules/graphql/error/syntaxError.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", + "index": 166, + "preOrderIndex": 166, + "index2": 158, + "postOrderIndex": 158, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "issuerName": "./node_modules/graphql/error/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "name": "./node_modules/graphql/error/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5219, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./syntaxError.mjs", + "loc": "2:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./syntaxError.mjs", + "loc": "2:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "1:0-55", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "330:10-21", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "426:12-23", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "460:10-21", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "484:10-21", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "562:12-23", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "573:8-19", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "603:8-19", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "648:8-19", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "771:8-19", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "858:12-23", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "869:8-19", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "1:0-55", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "175:14-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "531:18-29", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "967:12-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "1356:10-21", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "1388:12-23", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "1417:11-22", + "moduleId": 4275, + "resolvedModuleId": 4275 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "module": "./node_modules/graphql/language/parser.mjs", + "moduleName": "./node_modules/graphql/language/parser.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", + "resolvedModule": "./node_modules/graphql/language/parser.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/syntaxError.mjs", + "loc": "1501:14-25", + "moduleId": 4275, + "resolvedModuleId": 4275 + } + ], + "usedExports": [ + "syntaxError" + ], + "providedExports": [ + "syntaxError" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3933, + "sizes": { + "javascript": 3933 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "name": "./node_modules/graphql/validation/validate.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "index": 167, + "preOrderIndex": 167, + "index2": 208, + "postOrderIndex": 208, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "issuerName": "./node_modules/graphql/graphql.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6584, + "issuerId": 2244, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:42-50", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:19-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:42-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "32:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "18:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "18:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./validation/validate.mjs", + "loc": "5:0-53", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./validation/validate.mjs", + "loc": "104:27-35", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../validation/validate.mjs", + "loc": "6:0-60", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../validation/validate.mjs", + "loc": "30:4-18", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../validation/validate.mjs", + "loc": "43:0-69", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../validation/validate.mjs", + "loc": "71:4-27", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./validate.mjs", + "loc": "1:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validate.mjs", + "loc": "1:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertValidSDL", + "assertValidSDLExtension", + "validate" + ], + "providedExports": [ + "assertValidSDL", + "assertValidSDLExtension", + "validate", + "validateSDL" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/validate.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/TypeInfo.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/ValidationContext.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/specifiedRules.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5668, + "sizes": { + "javascript": 5668 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "name": "./node_modules/graphql/validation/specifiedRules.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "index": 168, + "preOrderIndex": 168, + "index2": 205, + "postOrderIndex": 205, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4196, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:18-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "17:18-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:11-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "34:11-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./specifiedRules.mjs", + "loc": "4:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./specifiedRules.mjs", + "loc": "4:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./specifiedRules.mjs", + "loc": "6:0-73", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./specifiedRules.mjs", + "loc": "35:10-24", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./specifiedRules.mjs", + "loc": "92:10-27", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "specifiedRules", + "specifiedSDLRules" + ], + "providedExports": [ + "specifiedRules", + "specifiedSDLRules" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 75:0-102:3", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1041, + "sizes": { + "javascript": 1041 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "name": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "index": 169, + "preOrderIndex": 169, + "index2": 162, + "postOrderIndex": 162, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9092, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "18:55-80", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "18:55-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ExecutableDefinitionsRule.mjs", + "loc": "6:0-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/ExecutableDefinitionsRule.mjs", + "loc": "6:0-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ExecutableDefinitionsRule.mjs", + "loc": "2:0-82", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/ExecutableDefinitionsRule.mjs", + "loc": "76:2-27", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "ExecutableDefinitionsRule" + ], + "providedExports": [ + "ExecutableDefinitionsRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2370, + "sizes": { + "javascript": 2370 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "name": "./node_modules/graphql/language/predicates.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", + "index": 170, + "preOrderIndex": 170, + "index2": 161, + "postOrderIndex": 161, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "issuerName": "./node_modules/graphql/language/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5844, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:51-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "47:51-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "74:12-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "74:12-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "module": "./node_modules/graphql/language/index.mjs", + "moduleName": "./node_modules/graphql/language/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "resolvedModule": "./node_modules/graphql/language/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./predicates.mjs", + "loc": "17:0-28:26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/predicates.mjs", + "loc": "7:0-10:36", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/predicates.mjs", + "loc": "102:15-35", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/predicates.mjs", + "loc": "104:15-34", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "3:0-75", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "17:13-39", + "moduleId": 9092, + "resolvedModuleId": 9092 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "4:0-8:39", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "26:8-28", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "75:5-31", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "75:42-67", + "moduleId": 5580, + "resolvedModuleId": 5580 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "7:0-69", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "27:8-28", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "3:0-6:39", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "54:17-37", + "moduleId": 6300, + "resolvedModuleId": 6300 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../language/predicates.mjs", + "loc": "54:47-66", + "moduleId": 6300, + "resolvedModuleId": 6300 + } + ], + "usedExports": [ + "isConstValueNode", + "isDefinitionNode", + "isExecutableDefinitionNode", + "isSelectionNode", + "isTypeDefinitionNode", + "isTypeExtensionNode", + "isTypeNode", + "isTypeSystemDefinitionNode", + "isTypeSystemExtensionNode", + "isValueNode" + ], + "providedExports": [ + "isConstValueNode", + "isDefinitionNode", + "isExecutableDefinitionNode", + "isSelectionNode", + "isTypeDefinitionNode", + "isTypeExtensionNode", + "isTypeNode", + "isTypeSystemDefinitionNode", + "isTypeSystemExtensionNode", + "isValueNode" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1037, + "sizes": { + "javascript": 1037 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", + "index": 171, + "preOrderIndex": 171, + "index2": 163, + "postOrderIndex": 163, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2621, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueOperationNamesRule.mjs", + "loc": "48:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueOperationNamesRule.mjs", + "loc": "48:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueOperationNamesRule.mjs", + "loc": "57:0-80", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueOperationNamesRule.mjs", + "loc": "77:2-26", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueOperationNamesRule" + ], + "providedExports": [ + "UniqueOperationNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 947, + "sizes": { + "javascript": 947 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "name": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", + "index": 172, + "preOrderIndex": 172, + "index2": 164, + "postOrderIndex": 164, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7898, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/LoneAnonymousOperationRule.mjs", + "loc": "20:0-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/LoneAnonymousOperationRule.mjs", + "loc": "20:0-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/LoneAnonymousOperationRule.mjs", + "loc": "19:0-84", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/LoneAnonymousOperationRule.mjs", + "loc": "78:2-28", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "LoneAnonymousOperationRule" + ], + "providedExports": [ + "LoneAnonymousOperationRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2678, + "sizes": { + "javascript": 2678 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "name": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "index": 173, + "preOrderIndex": 173, + "index2": 172, + "postOrderIndex": 172, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 423, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/SingleFieldSubscriptionsRule.mjs", + "loc": "38:0-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/SingleFieldSubscriptionsRule.mjs", + "loc": "38:0-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/SingleFieldSubscriptionsRule.mjs", + "loc": "43:0-88", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/SingleFieldSubscriptionsRule.mjs", + "loc": "79:2-30", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "SingleFieldSubscriptionsRule" + ], + "providedExports": [ + "SingleFieldSubscriptionsRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/collectFields.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7667, + "sizes": { + "javascript": 7667 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "name": "./node_modules/graphql/execution/values.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "index": 175, + "preOrderIndex": 175, + "index2": 170, + "postOrderIndex": 170, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "issuerName": "./node_modules/graphql/execution/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6422, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "85:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:20-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "125:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "85:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "89:20-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "125:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "8:0-50", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "164:15-33", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "module": "./node_modules/graphql/execution/collectFields.mjs", + "moduleName": "./node_modules/graphql/execution/collectFields.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "resolvedModule": "./node_modules/graphql/execution/collectFields.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "170:18-36", + "moduleId": 7677, + "resolvedModuleId": 7677 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "32:0-68", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "261:32-49", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "453:17-34", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "9:0-13:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "9:0-13:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "9:0-13:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "9:0-13:22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "16:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "200:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "16:0-49", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./values.mjs", + "loc": "200:17-34", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../execution/values.mjs", + "loc": "44:0-61", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../execution/values.mjs", + "loc": "773:21-39", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../execution/values.mjs", + "loc": "784:22-40", + "moduleId": 9557, + "resolvedModuleId": 9557 + } + ], + "usedExports": [ + "getArgumentValues", + "getDirectiveValues", + "getVariableValues" + ], + "providedExports": [ + "getArgumentValues", + "getDirectiveValues", + "getVariableValues" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/printPathArray.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/coerceInputValue.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/valueFromAST.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5083, + "sizes": { + "javascript": 5083 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "name": "./node_modules/graphql/utilities/valueFromAST.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "index": 177, + "preOrderIndex": 177, + "index2": 166, + "postOrderIndex": 166, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2221, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "56:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/valueFromAST.mjs", + "loc": "10:0-61", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/valueFromAST.mjs", + "loc": "80:33-45", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/valueFromAST.mjs", + "loc": "215:25-37", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "25:0-50", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "330:10-22", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "25:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "module": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "330:10-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "45:0-50", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "521:22-34", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "557:24-36", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "26:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./valueFromAST.mjs", + "loc": "26:0-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "valueFromAST" + ], + "providedExports": [ + "valueFromAST" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4692, + "sizes": { + "javascript": 4692 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "name": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "index": 178, + "preOrderIndex": 178, + "index2": 169, + "postOrderIndex": 169, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7816, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/coerceInputValue.mjs", + "loc": "8:0-69", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/coerceInputValue.mjs", + "loc": "111:29-45", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./coerceInputValue.mjs", + "loc": "34:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./coerceInputValue.mjs", + "loc": "34:0-58", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "coerceInputValue" + ], + "providedExports": [ + "coerceInputValue" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/Path.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isIterableObject.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/printPathArray.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 421, + "sizes": { + "javascript": 421 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/Path.mjs", + "name": "./node_modules/graphql/jsutils/Path.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/Path.mjs", + "index": 180, + "preOrderIndex": 180, + "index2": 168, + "postOrderIndex": 168, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "issuerName": "./node_modules/graphql/execution/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9380, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "8:0-59", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "357:24-31", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "393:22-29", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "484:57-68", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "491:53-64", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "657:21-28", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "692:12-23", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "700:55-66", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "1:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "1:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "4:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "184:15-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "220:42-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "4:0-59", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "184:15-22", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "220:42-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "6:0-59", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "42:6-17", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "61:25-32", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "72:8-19", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "91:12-23", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "106:8-15", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "117:10-21", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "139:16-27", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "142:10-21", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/Path.mjs", + "loc": "155:8-19", + "moduleId": 7816, + "resolvedModuleId": 7816 + } + ], + "usedExports": [ + "addPath", + "pathToArray" + ], + "providedExports": [ + "addPath", + "pathToArray" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2306, + "sizes": { + "javascript": 2306 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", + "index": 181, + "preOrderIndex": 181, + "index2": 173, + "postOrderIndex": 173, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5580, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:4-22", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "9:4-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownTypeNamesRule.mjs", + "loc": "18:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownTypeNamesRule.mjs", + "loc": "18:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownTypeNamesRule.mjs", + "loc": "17:0-68", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownTypeNamesRule.mjs", + "loc": "80:2-20", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownTypeNamesRule.mjs", + "loc": "115:2-20", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "KnownTypeNamesRule" + ], + "providedExports": [ + "KnownTypeNamesRule" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 68:0-70:2", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1633, + "sizes": { + "javascript": 1633 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "name": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", + "index": 182, + "preOrderIndex": 182, + "index2": 174, + "postOrderIndex": 174, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7143, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/FragmentsOnCompositeTypesRule.mjs", + "loc": "10:0-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/FragmentsOnCompositeTypesRule.mjs", + "loc": "10:0-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/FragmentsOnCompositeTypesRule.mjs", + "loc": "6:0-90", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/FragmentsOnCompositeTypesRule.mjs", + "loc": "81:2-31", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "FragmentsOnCompositeTypesRule" + ], + "providedExports": [ + "FragmentsOnCompositeTypesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1030, + "sizes": { + "javascript": 1030 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "name": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", + "index": 183, + "preOrderIndex": 183, + "index2": 175, + "postOrderIndex": 175, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5972, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/VariablesAreInputTypesRule.mjs", + "loc": "54:0-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/VariablesAreInputTypesRule.mjs", + "loc": "54:0-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/VariablesAreInputTypesRule.mjs", + "loc": "65:0-84", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/VariablesAreInputTypesRule.mjs", + "loc": "82:2-28", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "VariablesAreInputTypesRule" + ], + "providedExports": [ + "VariablesAreInputTypesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1402, + "sizes": { + "javascript": 1402 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "name": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", + "index": 184, + "preOrderIndex": 184, + "index2": 176, + "postOrderIndex": 176, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1954, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ScalarLeafsRule.mjs", + "loc": "36:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/ScalarLeafsRule.mjs", + "loc": "36:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ScalarLeafsRule.mjs", + "loc": "41:0-62", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/ScalarLeafsRule.mjs", + "loc": "83:2-17", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "ScalarLeafsRule" + ], + "providedExports": [ + "ScalarLeafsRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4017, + "sizes": { + "javascript": 4017 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "name": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "index": 185, + "preOrderIndex": 185, + "index2": 177, + "postOrderIndex": 177, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8741, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/FieldsOnCorrectTypeRule.mjs", + "loc": "8:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/FieldsOnCorrectTypeRule.mjs", + "loc": "8:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/FieldsOnCorrectTypeRule.mjs", + "loc": "4:0-78", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/FieldsOnCorrectTypeRule.mjs", + "loc": "84:2-25", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "FieldsOnCorrectTypeRule" + ], + "providedExports": [ + "FieldsOnCorrectTypeRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/naturalCompare.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 883, + "sizes": { + "javascript": 883 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", + "index": 186, + "preOrderIndex": 186, + "index2": 178, + "postOrderIndex": 178, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5591, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueFragmentNamesRule.mjs", + "loc": "44:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueFragmentNamesRule.mjs", + "loc": "44:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueFragmentNamesRule.mjs", + "loc": "53:0-78", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueFragmentNamesRule.mjs", + "loc": "85:2-25", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueFragmentNamesRule" + ], + "providedExports": [ + "UniqueFragmentNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 688, + "sizes": { + "javascript": 688 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", + "index": 187, + "preOrderIndex": 187, + "index2": 179, + "postOrderIndex": 179, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5311, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:42-64", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "21:42-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownFragmentNamesRule.mjs", + "loc": "16:0-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownFragmentNamesRule.mjs", + "loc": "16:0-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownFragmentNamesRule.mjs", + "loc": "15:0-76", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownFragmentNamesRule.mjs", + "loc": "86:2-24", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "KnownFragmentNamesRule" + ], + "providedExports": [ + "KnownFragmentNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1325, + "sizes": { + "javascript": 1325 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "name": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", + "index": 188, + "preOrderIndex": 188, + "index2": 180, + "postOrderIndex": 180, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1294, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "18:21-42", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "18:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUnusedFragmentsRule.mjs", + "loc": "26:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUnusedFragmentsRule.mjs", + "loc": "26:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUnusedFragmentsRule.mjs", + "loc": "27:0-74", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/NoUnusedFragmentsRule.mjs", + "loc": "87:2-23", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "NoUnusedFragmentsRule" + ], + "providedExports": [ + "NoUnusedFragmentsRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2218, + "sizes": { + "javascript": 2218 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "name": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", + "index": 189, + "preOrderIndex": 189, + "index2": 181, + "postOrderIndex": 181, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3259, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/PossibleFragmentSpreadsRule.mjs", + "loc": "32:0-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/PossibleFragmentSpreadsRule.mjs", + "loc": "32:0-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/PossibleFragmentSpreadsRule.mjs", + "loc": "33:0-86", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/PossibleFragmentSpreadsRule.mjs", + "loc": "88:2-29", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "PossibleFragmentSpreadsRule" + ], + "providedExports": [ + "PossibleFragmentSpreadsRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeComparators.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2403, + "sizes": { + "javascript": 2403 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "name": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", + "index": 190, + "preOrderIndex": 190, + "index2": 182, + "postOrderIndex": 182, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1422, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoFragmentCyclesRule.mjs", + "loc": "22:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/NoFragmentCyclesRule.mjs", + "loc": "22:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoFragmentCyclesRule.mjs", + "loc": "23:0-72", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/NoFragmentCyclesRule.mjs", + "loc": "89:2-22", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "NoFragmentCyclesRule" + ], + "providedExports": [ + "NoFragmentCyclesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1210, + "sizes": { + "javascript": 1210 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "index": 191, + "preOrderIndex": 191, + "index2": 184, + "postOrderIndex": 184, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1564, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueVariableNamesRule.mjs", + "loc": "50:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueVariableNamesRule.mjs", + "loc": "50:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueVariableNamesRule.mjs", + "loc": "61:0-78", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueVariableNamesRule.mjs", + "loc": "90:2-25", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueVariableNamesRule" + ], + "providedExports": [ + "UniqueVariableNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/groupBy.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1279, + "sizes": { + "javascript": 1279 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "name": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", + "index": 193, + "preOrderIndex": 193, + "index2": 185, + "postOrderIndex": 185, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4790, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUndefinedVariablesRule.mjs", + "loc": "24:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUndefinedVariablesRule.mjs", + "loc": "24:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUndefinedVariablesRule.mjs", + "loc": "25:0-80", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/NoUndefinedVariablesRule.mjs", + "loc": "91:2-26", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "NoUndefinedVariablesRule" + ], + "providedExports": [ + "NoUndefinedVariablesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1374, + "sizes": { + "javascript": 1374 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "name": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", + "index": 194, + "preOrderIndex": 194, + "index2": 186, + "postOrderIndex": 186, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2283, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUnusedVariablesRule.mjs", + "loc": "28:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUnusedVariablesRule.mjs", + "loc": "28:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/NoUnusedVariablesRule.mjs", + "loc": "29:0-74", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/NoUnusedVariablesRule.mjs", + "loc": "92:2-23", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "NoUnusedVariablesRule" + ], + "providedExports": [ + "NoUnusedVariablesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4404, + "sizes": { + "javascript": 4404 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "name": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "index": 195, + "preOrderIndex": 195, + "index2": 187, + "postOrderIndex": 187, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4873, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:4-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "10:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownDirectivesRule.mjs", + "loc": "14:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownDirectivesRule.mjs", + "loc": "14:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownDirectivesRule.mjs", + "loc": "13:0-70", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownDirectivesRule.mjs", + "loc": "93:2-21", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownDirectivesRule.mjs", + "loc": "116:2-21", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "KnownDirectivesRule" + ], + "providedExports": [ + "KnownDirectivesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2652, + "sizes": { + "javascript": 2652 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", + "index": 196, + "preOrderIndex": 196, + "index2": 188, + "postOrderIndex": 188, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6300, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:4-35", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "11:4-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", + "loc": "42:0-94", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", + "loc": "42:0-94", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", + "loc": "49:0-94", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", + "loc": "94:2-33", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", + "loc": "117:2-33", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueDirectivesPerLocationRule" + ], + "providedExports": [ + "UniqueDirectivesPerLocationRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3077, + "sizes": { + "javascript": 3077 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", + "index": 197, + "preOrderIndex": 197, + "index2": 189, + "postOrderIndex": 189, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7815, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownArgumentNamesRule.mjs", + "loc": "12:0-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownArgumentNamesRule.mjs", + "loc": "12:0-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/KnownArgumentNamesRule.mjs", + "loc": "8:0-11:44", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownArgumentNamesRule.mjs", + "loc": "95:2-24", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/KnownArgumentNamesRule.mjs", + "loc": "119:2-36", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "KnownArgumentNamesOnDirectivesRule", + "KnownArgumentNamesRule" + ], + "providedExports": [ + "KnownArgumentNamesOnDirectivesRule", + "KnownArgumentNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1189, + "sizes": { + "javascript": 1189 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "index": 198, + "preOrderIndex": 198, + "index2": 190, + "postOrderIndex": 190, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2266, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:4-27", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "13:4-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueArgumentNamesRule.mjs", + "loc": "40:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueArgumentNamesRule.mjs", + "loc": "40:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueArgumentNamesRule.mjs", + "loc": "46:0-78", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueArgumentNamesRule.mjs", + "loc": "96:2-25", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueArgumentNamesRule.mjs", + "loc": "120:2-25", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueArgumentNamesRule" + ], + "providedExports": [ + "UniqueArgumentNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/groupBy.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4816, + "sizes": { + "javascript": 4816 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "name": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", + "index": 199, + "preOrderIndex": 199, + "index2": 191, + "postOrderIndex": 191, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9831, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ValuesOfCorrectTypeRule.mjs", + "loc": "52:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/ValuesOfCorrectTypeRule.mjs", + "loc": "52:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ValuesOfCorrectTypeRule.mjs", + "loc": "63:0-78", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/ValuesOfCorrectTypeRule.mjs", + "loc": "97:2-25", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "ValuesOfCorrectTypeRule" + ], + "providedExports": [ + "ValuesOfCorrectTypeRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4497, + "sizes": { + "javascript": 4497 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "name": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", + "index": 200, + "preOrderIndex": 200, + "index2": 192, + "postOrderIndex": 192, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1967, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", + "loc": "34:0-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", + "loc": "34:0-90", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", + "loc": "36:0-39:51", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", + "loc": "98:2-31", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", + "loc": "122:2-43", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "ProvidedRequiredArgumentsOnDirectivesRule", + "ProvidedRequiredArgumentsRule" + ], + "providedExports": [ + "ProvidedRequiredArgumentsOnDirectivesRule", + "ProvidedRequiredArgumentsRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3172, + "sizes": { + "javascript": 3172 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "name": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", + "index": 201, + "preOrderIndex": 201, + "index2": 193, + "postOrderIndex": 193, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9701, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/VariablesInAllowedPositionRule.mjs", + "loc": "56:0-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/VariablesInAllowedPositionRule.mjs", + "loc": "56:0-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/VariablesInAllowedPositionRule.mjs", + "loc": "67:0-92", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/VariablesInAllowedPositionRule.mjs", + "loc": "99:2-32", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "VariablesInAllowedPositionRule" + ], + "providedExports": [ + "VariablesInAllowedPositionRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeComparators.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 24124, + "sizes": { + "javascript": 24124 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "name": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "index": 202, + "preOrderIndex": 202, + "index2": 195, + "postOrderIndex": 195, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4203, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/OverlappingFieldsCanBeMergedRule.mjs", + "loc": "30:0-96", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/OverlappingFieldsCanBeMergedRule.mjs", + "loc": "30:0-96", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/OverlappingFieldsCanBeMergedRule.mjs", + "loc": "31:0-96", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/OverlappingFieldsCanBeMergedRule.mjs", + "loc": "100:2-34", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "OverlappingFieldsCanBeMergedRule" + ], + "providedExports": [ + "OverlappingFieldsCanBeMergedRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/sortValueNode.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1173, + "sizes": { + "javascript": 1173 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "index": 204, + "preOrderIndex": 204, + "index2": 196, + "postOrderIndex": 196, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2767, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:4-29", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "14:4-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", + "loc": "46:0-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", + "loc": "46:0-82", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", + "loc": "55:0-82", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", + "loc": "101:2-27", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", + "loc": "121:2-27", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueInputFieldNamesRule" + ], + "providedExports": [ + "UniqueInputFieldNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1567, + "sizes": { + "javascript": 1567 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "name": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", + "index": 205, + "preOrderIndex": 205, + "index2": 197, + "postOrderIndex": 197, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2877, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/LoneSchemaDefinitionRule.mjs", + "loc": "58:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/LoneSchemaDefinitionRule.mjs", + "loc": "58:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/LoneSchemaDefinitionRule.mjs", + "loc": "21:0-80", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/LoneSchemaDefinitionRule.mjs", + "loc": "108:2-26", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "LoneSchemaDefinitionRule" + ], + "providedExports": [ + "LoneSchemaDefinitionRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1825, + "sizes": { + "javascript": 1825 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", + "index": 206, + "preOrderIndex": 206, + "index2": 198, + "postOrderIndex": 198, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7990, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueOperationTypesRule.mjs", + "loc": "59:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueOperationTypesRule.mjs", + "loc": "59:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueOperationTypesRule.mjs", + "loc": "58:0-80", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueOperationTypesRule.mjs", + "loc": "109:2-26", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueOperationTypesRule" + ], + "providedExports": [ + "UniqueOperationTypesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1285, + "sizes": { + "javascript": 1285 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", + "index": 207, + "preOrderIndex": 207, + "index2": 199, + "postOrderIndex": 199, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9538, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:4-23", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueTypeNamesRule.mjs", + "loc": "60:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueTypeNamesRule.mjs", + "loc": "60:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueTypeNamesRule.mjs", + "loc": "59:0-70", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueTypeNamesRule.mjs", + "loc": "110:2-21", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueTypeNamesRule" + ], + "providedExports": [ + "UniqueTypeNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1911, + "sizes": { + "javascript": 1911 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", + "index": 208, + "preOrderIndex": 208, + "index2": 200, + "postOrderIndex": 200, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3201, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "6:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueEnumValueNamesRule.mjs", + "loc": "61:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueEnumValueNamesRule.mjs", + "loc": "61:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueEnumValueNamesRule.mjs", + "loc": "50:0-80", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueEnumValueNamesRule.mjs", + "loc": "111:2-26", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueEnumValueNamesRule" + ], + "providedExports": [ + "UniqueEnumValueNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2292, + "sizes": { + "javascript": 2292 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", + "index": 209, + "preOrderIndex": 209, + "index2": 201, + "postOrderIndex": 201, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9349, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:4-34", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:4-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueFieldDefinitionNamesRule.mjs", + "loc": "62:0-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueFieldDefinitionNamesRule.mjs", + "loc": "62:0-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueFieldDefinitionNamesRule.mjs", + "loc": "51:0-92", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueFieldDefinitionNamesRule.mjs", + "loc": "112:2-32", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueFieldDefinitionNamesRule" + ], + "providedExports": [ + "UniqueFieldDefinitionNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2426, + "sizes": { + "javascript": 2426 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "index": 210, + "preOrderIndex": 210, + "index2": 202, + "postOrderIndex": 202, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2337, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueArgumentDefinitionNamesRule.mjs", + "loc": "63:0-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueArgumentDefinitionNamesRule.mjs", + "loc": "63:0-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueArgumentDefinitionNamesRule.mjs", + "loc": "44:0-98", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueArgumentDefinitionNamesRule.mjs", + "loc": "113:2-35", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueArgumentDefinitionNamesRule" + ], + "providedExports": [ + "UniqueArgumentDefinitionNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/groupBy.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1212, + "sizes": { + "javascript": 1212 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", + "index": 211, + "preOrderIndex": 211, + "index2": 203, + "postOrderIndex": 203, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3274, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:4-28", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "8:4-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueDirectiveNamesRule.mjs", + "loc": "64:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueDirectiveNamesRule.mjs", + "loc": "64:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/UniqueDirectiveNamesRule.mjs", + "loc": "47:0-80", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/UniqueDirectiveNamesRule.mjs", + "loc": "114:2-26", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "UniqueDirectiveNamesRule" + ], + "providedExports": [ + "UniqueDirectiveNamesRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4122, + "sizes": { + "javascript": 4122 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "name": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "index": 212, + "preOrderIndex": 212, + "index2": 204, + "postOrderIndex": 204, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4800, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:4-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "module": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "12:4-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/PossibleTypeExtensionsRule.mjs", + "loc": "65:0-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/PossibleTypeExtensionsRule.mjs", + "loc": "65:0-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/PossibleTypeExtensionsRule.mjs", + "loc": "34:0-84", + "moduleId": 4196, + "resolvedModuleId": 4196 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "module": "./node_modules/graphql/validation/specifiedRules.mjs", + "moduleName": "./node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", + "resolvedModule": "./node_modules/graphql/validation/specifiedRules.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rules/PossibleTypeExtensionsRule.mjs", + "loc": "118:2-28", + "moduleId": 4196, + "resolvedModuleId": 4196 + } + ], + "usedExports": [ + "PossibleTypeExtensionsRule" + ], + "providedExports": [ + "PossibleTypeExtensionsRule" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 83:0-90:2", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 9413, + "sizes": { + "javascript": 9413 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "name": "./node_modules/graphql/utilities/TypeInfo.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", + "index": 213, + "preOrderIndex": 213, + "index2": 206, + "postOrderIndex": 206, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2676, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./TypeInfo.mjs", + "loc": "32:0-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./TypeInfo.mjs", + "loc": "32:0-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./TypeInfo.mjs", + "loc": "32:0-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/TypeInfo.mjs", + "loc": "3:0-72", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/TypeInfo.mjs", + "loc": "142:27-35", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "module": "./node_modules/graphql/validation/ValidationContext.mjs", + "moduleName": "./node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "resolvedModule": "./node_modules/graphql/validation/ValidationContext.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/TypeInfo.mjs", + "loc": "145:8-25", + "moduleId": 2734, + "resolvedModuleId": 2734 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../utilities/TypeInfo.mjs", + "loc": "5:0-72", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/TypeInfo.mjs", + "loc": "38:17-25", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utilities/TypeInfo.mjs", + "loc": "76:23-40", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "TypeInfo", + "visitWithTypeInfo" + ], + "providedExports": [ + "TypeInfo", + "visitWithTypeInfo" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 28:0-326:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4877, + "sizes": { + "javascript": 4877 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "name": "./node_modules/graphql/validation/ValidationContext.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", + "index": 214, + "preOrderIndex": 214, + "index2": 207, + "postOrderIndex": 207, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2734, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./ValidationContext.mjs", + "loc": "2:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./ValidationContext.mjs", + "loc": "2:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./ValidationContext.mjs", + "loc": "7:0-10:33", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ValidationContext.mjs", + "loc": "53:22-39", + "moduleId": 6584, + "resolvedModuleId": 6584 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "module": "./node_modules/graphql/validation/validate.mjs", + "moduleName": "./node_modules/graphql/validation/validate.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", + "resolvedModule": "./node_modules/graphql/validation/validate.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./ValidationContext.mjs", + "loc": "95:22-42", + "moduleId": 6584, + "resolvedModuleId": 6584 + } + ], + "usedExports": [ + "SDLValidationContext", + "ValidationContext" + ], + "providedExports": [ + "ASTValidationContext", + "SDLValidationContext", + "ValidationContext" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-105:1", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/TypeInfo.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 30574, + "sizes": { + "javascript": 30574 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "name": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "index": 215, + "preOrderIndex": 215, + "index2": 214, + "postOrderIndex": 214, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5329, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "module": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "7:15-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "2:0-7:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "2:0-7:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "2:0-7:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "2:0-7:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "2:0-7:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "8:0-14:23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "58:4-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "115:2-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "118:21-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "172:19-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "185:15-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./execution/execute.mjs", + "loc": "6:0-50", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "module": "./node_modules/graphql/graphql.mjs", + "moduleName": "./node_modules/graphql/graphql.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "resolvedModule": "./node_modules/graphql/graphql.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execution/execute.mjs", + "loc": "112:9-16", + "moduleId": 2244, + "resolvedModuleId": 2244 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "8:0-14:23", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "58:4-11", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "115:2-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "118:21-42", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "172:19-30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./execute.mjs", + "loc": "185:15-31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../execution/execute.mjs", + "loc": "3:0-55", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../execution/execute.mjs", + "loc": "24:17-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../execution/execute.mjs", + "loc": "3:0-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../execution/execute.mjs", + "loc": "24:17-28", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertValidExecutionArguments", + "buildExecutionContext", + "buildResolveInfo", + "defaultFieldResolver", + "defaultTypeResolver", + "execute", + "executeSync", + "getFieldDef" + ], + "providedExports": [ + "assertValidExecutionArguments", + "buildExecutionContext", + "buildResolveInfo", + "defaultFieldResolver", + "defaultTypeResolver", + "execute", + "executeSync", + "getFieldDef" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/locatedError.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/collectFields.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/values.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/Path.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isIterableObject.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isPromise.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/validate.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6, + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 28732, + "sizes": { + "javascript": 28732 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "index": 215, + "preOrderIndex": 215, + "index2": 214, + "postOrderIndex": 214, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "issuerName": "./node_modules/graphql/graphql.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 2244, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "assertValidExecutionArguments", + "buildExecutionContext", + "buildResolveInfo", + "defaultFieldResolver", + "defaultTypeResolver", + "execute", + "executeSync", + "getFieldDef" + ], + "providedExports": [ + "assertValidExecutionArguments", + "buildExecutionContext", + "buildResolveInfo", + "defaultFieldResolver", + "defaultTypeResolver", + "execute", + "executeSync", + "getFieldDef" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 39:0-47:2" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 649, + "sizes": { + "javascript": 649 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", + "name": "./node_modules/graphql/jsutils/memoize3.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", + "index": 216, + "preOrderIndex": 216, + "index2": 209, + "postOrderIndex": 209, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/memoize3.mjs", + "loc": "7:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/memoize3.mjs", + "loc": "39:25-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "memoize3" + ], + "providedExports": [ + "memoize3" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 630, + "sizes": { + "javascript": 630 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "name": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "index": 217, + "preOrderIndex": 217, + "index2": 210, + "postOrderIndex": 210, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/promiseReduce.mjs", + "loc": "10:0-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/promiseReduce.mjs", + "loc": "354:9-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "promiseReduce" + ], + "providedExports": [ + "promiseReduce" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 563, + "sizes": { + "javascript": 563 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", + "name": "./node_modules/graphql/jsutils/promiseForObject.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", + "index": 218, + "preOrderIndex": 218, + "index2": 211, + "postOrderIndex": 211, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/promiseForObject.mjs", + "loc": "9:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/promiseForObject.mjs", + "loc": "417:9-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "promiseForObject" + ], + "providedExports": [ + "promiseForObject" + ], + "optimizationBailout": [], + "depth": 7 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1460, + "sizes": { + "javascript": 1460 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs|f136a4015d071d3660475d5d1376307e", + "name": "./node_modules/graphql/error/locatedError.mjs + 1 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "index": 219, + "preOrderIndex": 219, + "index2": 213, + "postOrderIndex": 213, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4181, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./locatedError.mjs", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "module": "./node_modules/graphql/error/index.mjs", + "moduleName": "./node_modules/graphql/error/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "resolvedModule": "./node_modules/graphql/error/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./locatedError.mjs", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "12:0-57", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "484:22-34", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "491:18-30", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "689:24-36", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "700:20-32", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "6:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "220:10-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "6:0-57", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../error/locatedError.mjs", + "loc": "220:10-22", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": [ + "locatedError" + ], + "providedExports": [ + "locatedError" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 6, + "modules": [ + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 964, + "sizes": { + "javascript": 964 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "name": "./node_modules/graphql/error/locatedError.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "index": 219, + "preOrderIndex": 219, + "index2": 213, + "postOrderIndex": 213, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "issuerName": "./node_modules/graphql/error/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "name": "./node_modules/graphql/error/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": [ + "locatedError" + ], + "providedExports": [ + "locatedError" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 496, + "sizes": { + "javascript": 496 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "name": "./node_modules/graphql/jsutils/toError.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "index": 220, + "preOrderIndex": 220, + "index2": 212, + "postOrderIndex": 212, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "issuerName": "./node_modules/graphql/error/locatedError.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "name": "./node_modules/graphql/error/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "name": "./node_modules/graphql/error/locatedError.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "module": "./node_modules/graphql/error/locatedError.mjs", + "moduleName": "./node_modules/graphql/error/locatedError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "resolvedModule": "./node_modules/graphql/error/locatedError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/toError.mjs", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "module": "./node_modules/graphql/error/locatedError.mjs", + "moduleName": "./node_modules/graphql/error/locatedError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "resolvedModule": "./node_modules/graphql/error/locatedError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toError.mjs", + "loc": "12:24-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "toError" + ], + "providedExports": [ + "toError" + ], + "optimizationBailout": [ + "Statement (ClassDeclaration) with side effects in source code at 12:0-18:1" + ], + "depth": 7 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 12232, + "sizes": { + "javascript": 12232 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/search/searchcursor.js", + "name": "./node_modules/codemirror/addon/search/searchcursor.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/search/searchcursor.js", + "index": 228, + "preOrderIndex": 228, + "index2": 222, + "postOrderIndex": 222, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "issuerName": "./node_modules/codemirror/keymap/sublime.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "name": "./node_modules/codemirror/keymap/sublime.js", + "id": 3412 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 2095, + "issuerId": 3412, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "module": "./node_modules/codemirror/keymap/sublime.js", + "moduleName": "./node_modules/codemirror/keymap/sublime.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", + "resolvedModule": "./node_modules/codemirror/keymap/sublime.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../addon/search/searchcursor", + "loc": "9:38-77", + "moduleId": 3412, + "resolvedModuleId": 3412 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 4:0-305:3", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 178647, + "sizes": { + "javascript": 178647 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "name": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "index": 230, + "preOrderIndex": 230, + "index2": 249, + "postOrderIndex": 249, + "cacheable": true, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 435, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "module": "./node_modules/codemirror-graphql/hint.js", + "moduleName": "./node_modules/codemirror-graphql/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql-language-service", + "loc": "8:33-68", + "moduleId": 6619, + "resolvedModuleId": 6619 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "module": "./node_modules/codemirror-graphql/lint.js", + "moduleName": "./node_modules/codemirror-graphql/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/lint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql-language-service", + "loc": "7:33-68", + "moduleId": 1871, + "resolvedModuleId": 1871 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "module": "./node_modules/codemirror-graphql/results/mode.js", + "moduleName": "./node_modules/codemirror-graphql/results/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/results/mode.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql-language-service", + "loc": "7:33-68", + "moduleId": 6276, + "resolvedModuleId": 6276 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "module": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "moduleName": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModule": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql-language-service", + "loc": "6:33-68", + "moduleId": 88, + "resolvedModuleId": 88 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "module": "./node_modules/codemirror-graphql/variables/mode.js", + "moduleName": "./node_modules/codemirror-graphql/variables/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/mode.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "graphql-language-service", + "loc": "7:33-68", + "moduleId": 9677, + "resolvedModuleId": 9677 + } + ], + "usedExports": true, + "providedExports": [ + "CharacterStream", + "CompletionItemKind", + "DIAGNOSTIC_SEVERITY", + "FileChangeTypeKind", + "LexRules", + "ParseRules", + "Position", + "Range", + "RuleKinds", + "SEVERITY", + "SuggestionCommand", + "canUseDirective", + "collectVariables", + "getASTNodeAtPosition", + "getAutocompleteSuggestions", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType", + "getDefinitionState", + "getDiagnostics", + "getFieldDef", + "getFragmentDefinitions", + "getFragmentDependencies", + "getFragmentDependenciesForAST", + "getHoverInformation", + "getOperationASTFacts", + "getOperationFacts", + "getOutline", + "getQueryFacts", + "getRange", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "getVariablesJSONSchema", + "isIgnored", + "list", + "offsetToPosition", + "onlineParser", + "opt", + "p", + "pointToOffset", + "t", + "validateQuery", + "validateWithCustomRules" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/nullthrows/nullthrows.js: Module is not an ECMAScript module", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/parser.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printer.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeComparators.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/specifiedRules.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/validate.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6, + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 969, + "sizes": { + "javascript": 969 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "index": 230, + "preOrderIndex": 230, + "index2": 249, + "postOrderIndex": 249, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "issuerName": "./node_modules/codemirror-graphql/hint.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": 6619, + "chunks": [], + "assets": [], + "reasons": [], + "usedExports": true, + "providedExports": [ + "CharacterStream", + "CompletionItemKind", + "DIAGNOSTIC_SEVERITY", + "FileChangeTypeKind", + "LexRules", + "ParseRules", + "Position", + "Range", + "RuleKinds", + "SEVERITY", + "SuggestionCommand", + "canUseDirective", + "collectVariables", + "getASTNodeAtPosition", + "getAutocompleteSuggestions", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType", + "getDefinitionState", + "getDiagnostics", + "getFieldDef", + "getFragmentDefinitions", + "getFragmentDependencies", + "getFragmentDependenciesForAST", + "getHoverInformation", + "getOperationASTFacts", + "getOperationFacts", + "getOutline", + "getQueryFacts", + "getRange", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "getVariablesJSONSchema", + "isIgnored", + "list", + "offsetToPosition", + "onlineParser", + "opt", + "p", + "pointToOffset", + "t", + "validateQuery", + "validateWithCustomRules" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-471" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 287, + "sizes": { + "javascript": 287 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "index": 231, + "preOrderIndex": 231, + "index2": 248, + "postOrderIndex": 248, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "DIAGNOSTIC_SEVERITY", + "SEVERITY", + "SuggestionCommand", + "canUseDirective", + "getAutocompleteSuggestions", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType", + "getDefinitionState", + "getDiagnostics", + "getFieldDef", + "getFragmentDefinitions", + "getHoverInformation", + "getOutline", + "getRange", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "validateQuery" + ], + "providedExports": [ + "DIAGNOSTIC_SEVERITY", + "GraphQLDocumentMode", + "LANGUAGE", + "SEVERITY", + "SuggestionCommand", + "canUseDirective", + "forEachState", + "getAutocompleteSuggestions", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType", + "getDefinitionState", + "getDiagnostics", + "getFieldDef", + "getFragmentDefinitions", + "getHoverInformation", + "getOutline", + "getRange", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "hintList", + "objectValues", + "runOnlineParser", + "validateQuery" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-45" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1213, + "sizes": { + "javascript": 1213 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "name": "./node_modules/graphql-language-service/esm/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "index": 234, + "preOrderIndex": 234, + "index2": 226, + "postOrderIndex": 226, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "2:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "95:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "103:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "111:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "119:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "127:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "135:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "159:26-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "170:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "171:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "215:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "223:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "262:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "263:31-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "264:36-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "265:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "266:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "267:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "268:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "273:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "274:35-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "275:39-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "276:35-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "277:28-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "282:31-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "283:36-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "284:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "285:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "286:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "287:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "314:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "321:50-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "345:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "357:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "364:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "427:18-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "463:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "488:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "527:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "569:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "581:18-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "CompletionItemKind", + "FileChangeTypeKind", + "InsertTextFormat" + ], + "providedExports": [ + "CompletionItemKind", + "FileChangeTypeKind", + "InsertTextFormat" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-6:2" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 296, + "sizes": { + "javascript": 296 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "index": 236, + "preOrderIndex": 236, + "index2": 232, + "postOrderIndex": 232, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "3:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "77:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "83:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "86:140-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "138:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "139:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "139:117-137", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "142:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "143:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "144:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "147:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "148:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "165:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "166:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "169:40-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "183:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "184:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "185:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "186:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "189:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "194:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "195:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "197:31-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "200:17-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "208:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "209:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "210:36-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "218:36-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "227:18-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "228:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "229:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "231:32-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "232:35-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "233:35-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "236:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "382:31-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "386:31-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "387:90-110", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "479:30-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "512:75-93", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "515:75-95", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "516:64-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "538:27-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "542:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "548:26-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "552:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "609:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "612:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "614:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "642:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "644:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "646:13-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "648:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "649:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "651:13-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "653:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "655:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "657:13-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "659:13-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "661:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "663:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "665:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "667:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "669:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "671:13-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "673:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "675:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "678:21-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "680:21-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "701:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "705:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "708:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "711:17-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "712:17-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "717:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "718:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "730:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "733:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "736:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "746:17-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "756:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "759:29-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "762:29-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "766:29-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "792:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "803:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "812:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "817:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "824:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "828:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "866:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "867:12-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "868:12-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "869:12-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "88:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "94:21-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "CharacterStream", + "LexRules", + "ParseRules", + "RuleKinds", + "isIgnored", + "list", + "onlineParser", + "opt", + "p", + "t" + ], + "providedExports": [ + "AdditionalRuleKinds", + "CharacterStream", + "LexRules", + "ParseRules", + "RuleKinds", + "butNot", + "isIgnored", + "list", + "onlineParser", + "opt", + "p", + "t" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-58" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 580, + "sizes": { + "javascript": 580 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "index": 243, + "preOrderIndex": 243, + "index2": 242, + "postOrderIndex": 242, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "10:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "20:11-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "25:11-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "3:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "55:39-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "81:27-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "81:37-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "81:81-89", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "106:15-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "106:25-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "106:52-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "2:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "44:27-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "45:25-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Position", + "Range", + "collectVariables", + "getASTNodeAtPosition", + "getFragmentDependencies", + "getFragmentDependenciesForAST", + "getOperationASTFacts", + "getOperationFacts", + "getQueryFacts", + "getVariablesJSONSchema", + "locToRange", + "offsetToPosition", + "pointToOffset", + "validateWithCustomRules" + ], + "providedExports": [ + "Position", + "Range", + "collectVariables", + "getASTNodeAtPosition", + "getFragmentDependencies", + "getFragmentDependenciesForAST", + "getOperationASTFacts", + "getOperationFacts", + "getQueryFacts", + "getVariablesJSONSchema", + "locToRange", + "offsetToPosition", + "pointToOffset", + "validateWithCustomRules" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-97" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3654, + "sizes": { + "javascript": 3654 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "name": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "index": 232, + "preOrderIndex": 232, + "index2": 224, + "postOrderIndex": 224, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "4:0-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "88:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "91:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "99:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "107:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "115:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "123:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "131:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "151:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "168:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "172:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "192:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "211:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "219:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "261:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "272:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "281:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "296:21-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "304:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "335:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "352:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "376:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "424:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "448:52-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "456:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "458:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "472:21-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "484:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "533:11-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "565:23-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "566:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "578:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "698:4-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "724:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "773:34-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "forEachState", + "getDefinitionState", + "getFieldDef", + "hintList", + "objectValues" + ], + "providedExports": [ + "forEachState", + "getDefinitionState", + "getFieldDef", + "hintList", + "objectValues" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 36845, + "sizes": { + "javascript": 36845 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "name": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "index": 233, + "preOrderIndex": 233, + "index2": 233, + "postOrderIndex": 233, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "2:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "4:34-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "9:21-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "SuggestionCommand", + "canUseDirective", + "getAutocompleteSuggestions", + "getFragmentDefinitions", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions" + ], + "providedExports": [ + "GraphQLDocumentMode", + "SuggestionCommand", + "canUseDirective", + "getAutocompleteSuggestions", + "getFragmentDefinitions", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "runOnlineParser" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-8:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 78825, + "sizes": { + "javascript": 78825 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", + "name": "./node_modules/vscode-languageserver-types/lib/esm/main.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", + "index": 235, + "preOrderIndex": 235, + "index2": 225, + "postOrderIndex": 225, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "issuerName": "./node_modules/graphql-language-service/esm/types.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "name": "./node_modules/graphql-language-service/esm/types.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "module": "./node_modules/graphql-language-service/esm/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "vscode-languageserver-types", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "module": "./node_modules/graphql-language-service/esm/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "vscode-languageserver-types", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "InsertTextFormat" + ], + "providedExports": [ + "AnnotatedTextEdit", + "ChangeAnnotation", + "ChangeAnnotationIdentifier", + "CodeAction", + "CodeActionContext", + "CodeActionKind", + "CodeActionTriggerKind", + "CodeDescription", + "CodeLens", + "Color", + "ColorInformation", + "ColorPresentation", + "Command", + "CompletionItem", + "CompletionItemKind", + "CompletionItemLabelDetails", + "CompletionItemTag", + "CompletionList", + "CreateFile", + "DeleteFile", + "Diagnostic", + "DiagnosticRelatedInformation", + "DiagnosticSeverity", + "DiagnosticTag", + "DocumentHighlight", + "DocumentHighlightKind", + "DocumentLink", + "DocumentSymbol", + "DocumentUri", + "EOL", + "FoldingRange", + "FoldingRangeKind", + "FormattingOptions", + "Hover", + "InlayHint", + "InlayHintKind", + "InlayHintLabelPart", + "InlineValueContext", + "InlineValueEvaluatableExpression", + "InlineValueText", + "InlineValueVariableLookup", + "InsertReplaceEdit", + "InsertTextFormat", + "InsertTextMode", + "Location", + "LocationLink", + "MarkedString", + "MarkupContent", + "MarkupKind", + "OptionalVersionedTextDocumentIdentifier", + "ParameterInformation", + "Position", + "Range", + "RenameFile", + "SelectionRange", + "SemanticTokenModifiers", + "SemanticTokenTypes", + "SemanticTokens", + "SignatureInformation", + "SymbolInformation", + "SymbolKind", + "SymbolTag", + "TextDocument", + "TextDocumentEdit", + "TextDocumentIdentifier", + "TextDocumentItem", + "TextEdit", + "URI", + "VersionedTextDocumentIdentifier", + "WorkspaceChange", + "WorkspaceEdit", + "WorkspaceFolder", + "WorkspaceSymbol", + "integer", + "uinteger" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 7:0-12:38" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4007, + "sizes": { + "javascript": 4007 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", + "name": "./node_modules/graphql-language-service/esm/parser/CharacterStream.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", + "index": 237, + "preOrderIndex": 237, + "index2": 227, + "postOrderIndex": 227, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./CharacterStream", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./CharacterStream", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9086, + "sizes": { + "javascript": 9086 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "name": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "index": 238, + "preOrderIndex": 238, + "index2": 229, + "postOrderIndex": 229, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "1:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "4:45-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "5:14-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "6:16-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "LexRules", + "ParseRules", + "isIgnored" + ], + "providedExports": [ + "LexRules", + "ParseRules", + "isIgnored" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-16:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 802, + "sizes": { + "javascript": 802 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", + "name": "./node_modules/graphql-language-service/esm/parser/RuleHelpers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", + "index": 239, + "preOrderIndex": 239, + "index2": 228, + "postOrderIndex": 228, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "1:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "18:15-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "54:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "55:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "56:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "61:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "62:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "63:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "68:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "69:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "70:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "73:26-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "73:34-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "73:62-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "74:37-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "74:53-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "75:15-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "76:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "77:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "77:27-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "77:46-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "89:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "91:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "92:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "93:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "97:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "98:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "99:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "101:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "101:24-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "101:42-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "102:34-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "103:21-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "103:44-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "105:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "106:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "107:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "112:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "112:12-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "114:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "148:18-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "160:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "161:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "163:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "163:24-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "163:39-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "164:18-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "164:26-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "164:47-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "165:37-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:15-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:31-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:39-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:43-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "170:31-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "170:35-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "172:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "172:46-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "175:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "177:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "179:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "179:34-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "184:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "185:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "186:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "187:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "188:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "190:37-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "190:55-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "194:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "195:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "196:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "197:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "199:40-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "200:46-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "204:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "205:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "206:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "207:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "208:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "212:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "213:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "215:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "217:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "217:27-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "217:50-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "220:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "222:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "223:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "228:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "229:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "230:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "230:28-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "236:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "237:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "238:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "239:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "241:37-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "245:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "246:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "247:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "248:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "butNot", + "list", + "opt", + "p", + "t" + ], + "providedExports": [ + "butNot", + "list", + "opt", + "p", + "t" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6592, + "sizes": { + "javascript": 6592 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "name": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "index": 240, + "preOrderIndex": 240, + "index2": 230, + "postOrderIndex": 230, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./onlineParser", + "loc": "4:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./onlineParser", + "loc": "4:0-57", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 126:0-129:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1061, + "sizes": { + "javascript": 1061 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "name": "./node_modules/graphql-language-service/esm/parser/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "index": 241, + "preOrderIndex": 241, + "index2": 231, + "postOrderIndex": 231, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "5:0-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "5:0-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "RuleKinds" + ], + "providedExports": [ + "AdditionalRuleKinds", + "RuleKinds" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-31:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 5008, + "sizes": { + "javascript": 5008 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "name": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "index": 242, + "preOrderIndex": 242, + "index2": 243, + "postOrderIndex": 243, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getDefinition", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getDefinition", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType" + ], + "providedExports": [ + "LANGUAGE", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-9:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1833, + "sizes": { + "javascript": 1833 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "name": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "index": 244, + "preOrderIndex": 244, + "index2": 235, + "postOrderIndex": 235, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./fragmentDependencies", + "loc": "1:0-97", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./fragmentDependencies", + "loc": "1:0-97", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./fragmentDependencies", + "loc": "1:0-97", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getFragmentDependencies", + "getFragmentDependenciesForAST" + ], + "providedExports": [ + "getFragmentDependencies", + "getFragmentDependenciesForAST" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-36" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7012, + "sizes": { + "javascript": 7012 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "name": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "index": 246, + "preOrderIndex": 246, + "index2": 236, + "postOrderIndex": 236, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getVariablesJSONSchema", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getVariablesJSONSchema", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getVariablesJSONSchema" + ], + "providedExports": [ + "defaultJSONSchemaOptions", + "getVariablesJSONSchema" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-4:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1009, + "sizes": { + "javascript": 1009 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "name": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "index": 247, + "preOrderIndex": 247, + "index2": 237, + "postOrderIndex": 237, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getASTNodeAtPosition", + "loc": "3:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getASTNodeAtPosition", + "loc": "3:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getASTNodeAtPosition", + "loc": "3:0-77", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getASTNodeAtPosition", + "pointToOffset" + ], + "providedExports": [ + "getASTNodeAtPosition", + "pointToOffset" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1576, + "sizes": { + "javascript": 1576 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", + "name": "./node_modules/graphql-language-service/esm/utils/Range.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", + "index": 248, + "preOrderIndex": 248, + "index2": 238, + "postOrderIndex": 238, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Position", + "Range", + "locToRange", + "offsetToPosition" + ], + "providedExports": [ + "Position", + "Range", + "locToRange", + "offsetToPosition" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1961, + "sizes": { + "javascript": 1961 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "name": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "index": 249, + "preOrderIndex": 249, + "index2": 239, + "postOrderIndex": 239, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./validateWithCustomRules", + "loc": "5:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./validateWithCustomRules", + "loc": "5:0-68", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "validateWithCustomRules" + ], + "providedExports": [ + "validateWithCustomRules" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:0-15:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 977, + "sizes": { + "javascript": 977 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "name": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "index": 250, + "preOrderIndex": 250, + "index2": 240, + "postOrderIndex": 240, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "2:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "5:10-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "6:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "6:0-54", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "collectVariables" + ], + "providedExports": [ + "collectVariables" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 872, + "sizes": { + "javascript": 872 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "name": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "index": 251, + "preOrderIndex": 251, + "index2": 241, + "postOrderIndex": 241, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default", + "getOperationASTFacts", + "getQueryFacts" + ], + "providedExports": [ + "default", + "getOperationASTFacts", + "getQueryFacts" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4424, + "sizes": { + "javascript": 4424 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "name": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "index": 252, + "preOrderIndex": 252, + "index2": 245, + "postOrderIndex": 245, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getDiagnostics", + "loc": "4:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getDiagnostics", + "loc": "4:0-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "DIAGNOSTIC_SEVERITY", + "SEVERITY", + "getDiagnostics", + "getRange", + "validateQuery" + ], + "providedExports": [ + "DIAGNOSTIC_SEVERITY", + "SEVERITY", + "getDiagnostics", + "getRange", + "validateQuery" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-9:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4617, + "sizes": { + "javascript": 4617 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "name": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "index": 254, + "preOrderIndex": 254, + "index2": 246, + "postOrderIndex": 246, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getOutline", + "loc": "5:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOutline", + "loc": "5:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getOutline" + ], + "providedExports": [ + "getOutline" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 4:0-20:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 5141, + "sizes": { + "javascript": 5141 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "name": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "index": 255, + "preOrderIndex": 255, + "index2": 247, + "postOrderIndex": 247, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getHoverInformation", + "loc": "6:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getHoverInformation", + "loc": "6:0-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getHoverInformation" + ], + "providedExports": [ + "getHoverInformation" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-79" + ], + "depth": 8 + } + ] + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3730, + "sizes": { + "javascript": 3730 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "name": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "index": 253, + "preOrderIndex": 253, + "index2": 244, + "postOrderIndex": 244, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5394, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:8-30", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "57:8-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/custom/NoDeprecatedCustomRule.mjs", + "loc": "67:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/custom/NoDeprecatedCustomRule.mjs", + "loc": "67:0-83", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "NoDeprecatedCustomRule" + ], + "providedExports": [ + "NoDeprecatedCustomRule" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1155, + "sizes": { + "javascript": 1155 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "name": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "index": 258, + "preOrderIndex": 258, + "index2": 253, + "postOrderIndex": 253, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "issuerName": "./node_modules/codemirror-graphql/mode.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "name": "./node_modules/codemirror-graphql/mode.js", + "id": 9229 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 88, + "issuerId": 9229, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "module": "./node_modules/codemirror-graphql/mode.js", + "moduleName": "./node_modules/codemirror-graphql/mode.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "resolvedModule": "./node_modules/codemirror-graphql/mode.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./utils/mode-factory", + "loc": "7:37-68", + "moduleId": 9229, + "resolvedModuleId": 9229 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "module": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "moduleName": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModule": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:23-27", + "moduleId": 88, + "resolvedModuleId": 88 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "module": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "moduleName": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModule": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:31-51", + "moduleId": 88, + "resolvedModuleId": 88 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:23-27", + "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 422, + "sizes": { + "javascript": 422 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", + "name": "./node_modules/graphql/version.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", + "index": 263, + "preOrderIndex": 263, + "index2": 256, + "postOrderIndex": 256, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "3:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "31:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./version.mjs", + "loc": "29:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./version.mjs", + "loc": "29:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./version.mjs", + "loc": "29:0-53", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "version", + "versionInfo" + ], + "providedExports": [ + "version", + "versionInfo" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 12:0-17:3" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 8149, + "sizes": { + "javascript": 8149 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "name": "./node_modules/graphql/execution/subscribe.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "index": 264, + "preOrderIndex": 264, + "index2": 259, + "postOrderIndex": 259, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "issuerName": "./node_modules/graphql/execution/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./subscribe.mjs", + "loc": "8:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./subscribe.mjs", + "loc": "8:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "module": "./node_modules/graphql/execution/index.mjs", + "moduleName": "./node_modules/graphql/execution/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "resolvedModule": "./node_modules/graphql/execution/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./subscribe.mjs", + "loc": "8:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "createSourceEventStream", + "subscribe" + ], + "providedExports": [ + "createSourceEventStream", + "subscribe" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1068, + "sizes": { + "javascript": 1068 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "name": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "index": 267, + "preOrderIndex": 267, + "index2": 260, + "postOrderIndex": 260, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "issuerName": "./node_modules/graphql/validation/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "loc": "68:0-101", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "module": "./node_modules/graphql/validation/index.mjs", + "moduleName": "./node_modules/graphql/validation/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "resolvedModule": "./node_modules/graphql/validation/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", + "loc": "68:0-101", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "NoSchemaIntrospectionCustomRule" + ], + "providedExports": [ + "NoSchemaIntrospectionCustomRule" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2826, + "sizes": { + "javascript": 2826 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", + "name": "./node_modules/graphql/utilities/getIntrospectionQuery.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", + "index": 268, + "preOrderIndex": 268, + "index2": 261, + "postOrderIndex": 261, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "2:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "2:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "4:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getIntrospectionQuery.mjs", + "loc": "23:25-46", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getIntrospectionQuery" + ], + "providedExports": [ + "getIntrospectionQuery" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1035, + "sizes": { + "javascript": 1035 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "name": "./node_modules/graphql/utilities/getOperationAST.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", + "index": 269, + "preOrderIndex": 269, + "index2": 262, + "postOrderIndex": 262, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "4:16-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationAST.mjs", + "loc": "4:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationAST.mjs", + "loc": "4:0-56", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getOperationAST" + ], + "providedExports": [ + "getOperationAST" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1265, + "sizes": { + "javascript": 1265 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "name": "./node_modules/graphql/utilities/getOperationRootType.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", + "index": 270, + "preOrderIndex": 270, + "index2": 263, + "postOrderIndex": 263, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationRootType.mjs", + "loc": "6:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationRootType.mjs", + "loc": "6:0-66", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getOperationRootType" + ], + "providedExports": [ + "getOperationRootType" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1038, + "sizes": { + "javascript": 1038 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "name": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "index": 271, + "preOrderIndex": 271, + "index2": 264, + "postOrderIndex": 264, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./introspectionFromSchema.mjs", + "loc": "8:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./introspectionFromSchema.mjs", + "loc": "8:0-72", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "introspectionFromSchema" + ], + "providedExports": [ + "introspectionFromSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11964, + "sizes": { + "javascript": 11964 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "name": "./node_modules/graphql/utilities/buildClientSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", + "index": 272, + "preOrderIndex": 272, + "index2": 265, + "postOrderIndex": 265, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "27:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./buildClientSchema.mjs", + "loc": "10:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./buildClientSchema.mjs", + "loc": "10:0-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "buildClientSchema" + ], + "providedExports": [ + "buildClientSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3190, + "sizes": { + "javascript": 3190 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "name": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "index": 273, + "preOrderIndex": 273, + "index2": 267, + "postOrderIndex": 267, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 6535, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "66:17-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "70:17-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:11-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "66:17-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "70:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "graphql", + "loc": "5:11-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./buildASTSchema.mjs", + "loc": "12:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./buildASTSchema.mjs", + "loc": "12:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./buildASTSchema.mjs", + "loc": "12:0-67", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "buildASTSchema", + "buildSchema" + ], + "providedExports": [ + "buildASTSchema", + "buildSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/parser.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/schema.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/extendSchema.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/validate.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 23975, + "sizes": { + "javascript": 23975 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "name": "./node_modules/graphql/utilities/extendSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "index": 274, + "preOrderIndex": 274, + "index2": 266, + "postOrderIndex": 266, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9557, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extendSchema.mjs", + "loc": "7:0-54", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "module": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/buildASTSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./extendSchema.mjs", + "loc": "41:17-33", + "moduleId": 6535, + "resolvedModuleId": 6535 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extendSchema.mjs", + "loc": "14:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extendSchema.mjs", + "loc": "14:0-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "extendSchema", + "extendSchemaImpl" + ], + "providedExports": [ + "extendSchema", + "extendSchemaImpl" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 763:0-766:2", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/values.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/keyMap.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/mapValue.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/predicates.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/introspection.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/scalars.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/schema.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/valueFromAST.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/validate.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4513, + "sizes": { + "javascript": 4513 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "name": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "index": 275, + "preOrderIndex": 275, + "index2": 268, + "postOrderIndex": 268, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./lexicographicSortSchema.mjs", + "loc": "16:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./lexicographicSortSchema.mjs", + "loc": "16:0-72", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "lexicographicSortSchema" + ], + "providedExports": [ + "lexicographicSortSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7464, + "sizes": { + "javascript": 7464 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "name": "./node_modules/graphql/utilities/printSchema.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "index": 276, + "preOrderIndex": 276, + "index2": 269, + "postOrderIndex": 269, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./printSchema.mjs", + "loc": "18:0-22:27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "printIntrospectionSchema", + "printSchema", + "printType" + ], + "providedExports": [ + "printIntrospectionSchema", + "printSchema", + "printType" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 488, + "sizes": { + "javascript": 488 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "name": "./node_modules/graphql/utilities/concatAST.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", + "index": 277, + "preOrderIndex": 277, + "index2": 270, + "postOrderIndex": 270, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./concatAST.mjs", + "loc": "36:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./concatAST.mjs", + "loc": "36:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "concatAST" + ], + "providedExports": [ + "concatAST" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2610, + "sizes": { + "javascript": 2610 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "name": "./node_modules/graphql/utilities/separateOperations.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", + "index": 278, + "preOrderIndex": 278, + "index2": 271, + "postOrderIndex": 271, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./separateOperations.mjs", + "loc": "38:0-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./separateOperations.mjs", + "loc": "38:0-62", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "separateOperations" + ], + "providedExports": [ + "separateOperations" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2785, + "sizes": { + "javascript": 2785 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "name": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "index": 279, + "preOrderIndex": 279, + "index2": 272, + "postOrderIndex": 272, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stripIgnoredCharacters.mjs", + "loc": "40:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./stripIgnoredCharacters.mjs", + "loc": "40:0-70", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "stripIgnoredCharacters" + ], + "providedExports": [ + "stripIgnoredCharacters" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 949, + "sizes": { + "javascript": 949 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "name": "./node_modules/graphql/utilities/assertValidName.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", + "index": 280, + "preOrderIndex": 280, + "index2": 273, + "postOrderIndex": 273, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertValidName.mjs", + "loc": "48:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertValidName.mjs", + "loc": "48:0-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertValidName.mjs", + "loc": "48:0-74", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertValidName", + "isValidNameError" + ], + "providedExports": [ + "assertValidName", + "isValidNameError" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 16664, + "sizes": { + "javascript": 16664 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "name": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "index": 281, + "preOrderIndex": 281, + "index2": 274, + "postOrderIndex": 274, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "issuerName": "./node_modules/graphql/utilities/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "module": "./node_modules/graphql/index.mjs", + "moduleName": "./node_modules/graphql/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "module": "./node_modules/graphql/utilities/index.mjs", + "moduleName": "./node_modules/graphql/utilities/index.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "resolvedModule": "./node_modules/graphql/utilities/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./findBreakingChanges.mjs", + "loc": "50:0-55:35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "BreakingChangeType", + "DangerousChangeType", + "findBreakingChanges", + "findDangerousChanges" + ], + "providedExports": [ + "BreakingChangeType", + "DangerousChangeType", + "findBreakingChanges", + "findDangerousChanges" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 23:0-45:52" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 492, + "sizes": { + "javascript": 492 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/forEachState.js", + "name": "./node_modules/codemirror-graphql/utils/forEachState.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/forEachState.js", + "index": 282, + "preOrderIndex": 282, + "index2": 276, + "postOrderIndex": 276, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "issuerName": "./node_modules/codemirror-graphql/variables/hint.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "name": "./node_modules/codemirror-graphql/variables/hint.js", + "id": 6094 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3285, + "issuerId": 6094, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "module": "./node_modules/codemirror-graphql/variables/hint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../utils/forEachState", + "loc": "8:37-69", + "moduleId": 6094, + "resolvedModuleId": 6094 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "default" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-62", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2568, + "sizes": { + "javascript": 2568 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/hintList.js", + "name": "./node_modules/codemirror-graphql/utils/hintList.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/hintList.js", + "index": 283, + "preOrderIndex": 283, + "index2": 277, + "postOrderIndex": 277, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "issuerName": "./node_modules/codemirror-graphql/variables/hint.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "name": "./node_modules/codemirror-graphql/variables/hint.js", + "id": 6094 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8984, + "issuerId": 6094, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "module": "./node_modules/codemirror-graphql/variables/hint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/hint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/hint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../utils/hintList", + "loc": "9:33-61", + "moduleId": 6094, + "resolvedModuleId": 6094 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "default" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-62", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6766, + "sizes": { + "javascript": 6766 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", + "name": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", + "index": 285, + "preOrderIndex": 285, + "index2": 279, + "postOrderIndex": 279, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "issuerName": "./node_modules/codemirror-graphql/variables/lint.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "name": "./node_modules/codemirror-graphql/variables/lint.js", + "id": 373 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1277, + "issuerId": 373, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", + "module": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "moduleName": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", + "resolvedModule": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:17-21", + "moduleId": 1277, + "resolvedModuleId": 1277 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", + "module": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "moduleName": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", + "resolvedModule": "./node_modules/codemirror-graphql/utils/jsonParse.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "2:25-39", + "moduleId": 1277, + "resolvedModuleId": 1277 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "module": "./node_modules/codemirror-graphql/variables/lint.js", + "moduleName": "./node_modules/codemirror-graphql/variables/lint.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", + "resolvedModule": "./node_modules/codemirror-graphql/variables/lint.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "../utils/jsonParse", + "loc": "47:31-60", + "moduleId": 373, + "resolvedModuleId": 373 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 2:17-21", + "Statement (VariableDeclaration) with side effects in source code at 2:0-16:5", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3944, + "sizes": { + "javascript": 3944 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/base64-js/index.js", + "name": "./node_modules/base64-js/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/base64-js/index.js", + "index": 289, + "preOrderIndex": 289, + "index2": 283, + "postOrderIndex": 283, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "issuerName": "./node_modules/buffer/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "name": "./node_modules/buffer/index.js", + "id": 8764 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9742, + "issuerId": 8764, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "module": "./node_modules/buffer/index.js", + "moduleName": "./node_modules/buffer/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "resolvedModule": "./node_modules/buffer/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "base64-js", + "loc": "11:13-33", + "moduleId": 8764, + "resolvedModuleId": 8764 + } + ], + "usedExports": true, + "providedExports": [ + "byteLength", + "fromByteArray", + "toByteArray" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 3:0-31", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2154, + "sizes": { + "javascript": 2154 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/ieee754/index.js", + "name": "./node_modules/ieee754/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/ieee754/index.js", + "index": 290, + "preOrderIndex": 290, + "index2": 284, + "postOrderIndex": 284, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "issuerName": "./node_modules/buffer/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "name": "./node_modules/buffer/index.js", + "id": 8764 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 645, + "issuerId": 8764, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "module": "./node_modules/buffer/index.js", + "moduleName": "./node_modules/buffer/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", + "resolvedModule": "./node_modules/buffer/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "ieee754", + "loc": "12:14-32", + "moduleId": 8764, + "resolvedModuleId": 8764 + } + ], + "usedExports": true, + "providedExports": [ + "read", + "write" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-33:1", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5328, + "sizes": { + "javascript": 5328 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "index": 292, + "preOrderIndex": 292, + "index2": 310, + "postOrderIndex": 310, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-typedefs.js", + "loc": "10:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-typedefs.js", + "loc": "10:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "62:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "69:31-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeTypeDefs" + ], + "providedExports": [ + "mergeGraphQLTypes", + "mergeTypeDefs" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 15559, + "sizes": { + "javascript": 15559 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "index": 317, + "preOrderIndex": 317, + "index2": 323, + "postOrderIndex": 323, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./addResolversToSchema.js", + "loc": "73:13-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "addResolversToSchema" + ], + "providedExports": [ + "addResolversToSchema" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1187, + "sizes": { + "javascript": 1187 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", + "name": "./node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", + "index": 318, + "preOrderIndex": 318, + "index2": 311, + "postOrderIndex": 311, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "4:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "8:10-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "5:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extendResolversFromInterfaces.js", + "loc": "5:0-83", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "extendResolversFromInterfaces" + ], + "providedExports": [ + "extendResolversFromInterfaces" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 884, + "sizes": { + "javascript": 884 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "name": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "index": 319, + "preOrderIndex": 319, + "index2": 319, + "postOrderIndex": 319, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "3:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "80:8-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "4:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./checkForResolveTypeResolver.js", + "loc": "4:0-79", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "checkForResolveTypeResolver" + ], + "providedExports": [ + "checkForResolveTypeResolver" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1679, + "sizes": { + "javascript": 1679 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", + "index": 322, + "preOrderIndex": 322, + "index2": 312, + "postOrderIndex": 312, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "84:43-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "22:36-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "26:43-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "16:28-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "5:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "98:65-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "12:15-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "asArray" + ], + "providedExports": [ + "asArray", + "assertSome", + "compareNodes", + "compareStrings", + "isDocumentString", + "isSome", + "isValidPath", + "nodeToString" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2172, + "sizes": { + "javascript": 2172 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "index": 330, + "preOrderIndex": 330, + "index2": 325, + "postOrderIndex": 325, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-resolvers.js", + "loc": "1:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-resolvers.js", + "loc": "1:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "75:19-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeResolvers" + ], + "providedExports": [ + "mergeResolvers" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2150, + "sizes": { + "javascript": 2150 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "name": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "index": 332, + "preOrderIndex": 332, + "index2": 326, + "postOrderIndex": 326, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "1:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "1:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "4:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./assertResolversPresent.js", + "loc": "81:8-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "assertResolversPresent" + ], + "providedExports": [ + "assertResolversPresent" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1890, + "sizes": { + "javascript": 1890 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "name": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "index": 333, + "preOrderIndex": 333, + "index2": 327, + "postOrderIndex": 327, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extensions.js", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extensions.js", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "84:27-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/merge", + "loc": "85:8-23", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "applyExtensions", + "mergeExtensions" + ], + "providedExports": [ + "applyExtensions", + "extractExtensionsFromSchema", + "mergeExtensions" + ], + "optimizationBailout": [], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 116, + "sizes": { + "javascript": 116 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "5:0-103", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "62:31-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "69:31-44", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "75:19-33", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "84:27-42", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "85:8-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "5:0-103", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "62:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "69:31-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "75:19-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "84:27-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/merge", + "loc": "85:8-23", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "CompareVal", + "applyExtensions", + "defaultStringComparator", + "extractExtensionsFromSchema", + "extractType", + "isListTypeNode", + "isNamedDefinitionNode", + "isNonNullTypeNode", + "isSourceTypes", + "isStringTypes", + "isWrappingTypeNode", + "mergeArguments", + "mergeDirective", + "mergeDirectives", + "mergeEnum", + "mergeEnumValues", + "mergeExtensions", + "mergeFields", + "mergeGraphQLNodes", + "mergeGraphQLTypes", + "mergeInputType", + "mergeInterface", + "mergeNamedTypeArray", + "mergeResolvers", + "mergeScalar", + "mergeType", + "mergeTypeDefs", + "mergeUnion", + "printTypeNode", + "schemaDefSymbol" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 348, + "sizes": { + "javascript": 348 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "name": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./chainResolvers.js", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./chainResolvers.js", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "chainResolvers" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1393, + "sizes": { + "javascript": 1393 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "name": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-schemas.js", + "loc": "8:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-schemas.js", + "loc": "8:0-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "mergeSchemas" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1, + "sizes": { + "javascript": 1 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/types.js", + "name": "./node_modules/@graphql-tools/schema/esm/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/types.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./types.js", + "loc": "7:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./types.js", + "loc": "7:0-27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2353, + "sizes": { + "javascript": 2353 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "9:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "15:43-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extractExtensionsFromSchema.js", + "loc": "51:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extractExtensionsFromSchema.js", + "loc": "51:0-49", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "extractExtensionsFromSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2001, + "sizes": { + "javascript": 2001 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-147", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "172:4-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "172:32-51", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "174:4-14", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "176:4-23", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "176:32-47", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "178:8-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "187:13-22", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "188:9-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "218:9-29", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "249:9-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "259:9-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "269:9-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "279:9-35", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "298:17-26", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "299:13-36", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "10:4-16", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-61", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "4:4-13", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "5:9-33", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-47", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "84:43-50", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-147", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "172:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "172:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "174:4-14", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "176:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "176:32-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "178:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "187:13-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "188:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "218:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "249:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "259:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "269:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "279:9-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "298:17-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "299:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "10:4-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "4:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "5:9-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "9:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "9:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "84:43-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-101", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "14:36-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "15:43-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "22:36-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "26:43-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "DirectiveLocation", + "GraphQLDeferDirective", + "GraphQLStreamDirective", + "MapperKind", + "addPath", + "addTypes", + "appendObjectFields", + "asArray", + "assertSome", + "astFromArg", + "astFromDirective", + "astFromEnumType", + "astFromEnumValue", + "astFromField", + "astFromInputField", + "astFromInputObjectType", + "astFromInterfaceType", + "astFromObjectType", + "astFromScalarType", + "astFromSchema", + "astFromUnionType", + "astFromValueUntyped", + "buildOperationNodeForField", + "collectComment", + "collectFields", + "collectSubFields", + "compareNodes", + "compareStrings", + "correctASTNodes", + "createDefaultRules", + "createGraphQLError", + "createNamedStub", + "createStub", + "createVariableNameGenerator", + "dedentBlockStringValue", + "doesFragmentConditionMatch", + "extractExtensionsFromSchema", + "filterSchema", + "fixSchemaAst", + "forEachDefaultValue", + "forEachField", + "getArgumentValues", + "getArgumentsWithDirectives", + "getAsyncIterableWithCancel", + "getAsyncIteratorWithCancel", + "getBlockStringIndentation", + "getBuiltInForStub", + "getComment", + "getDeferValues", + "getDefinedRootType", + "getDeprecatableDirectiveNodes", + "getDescription", + "getDirective", + "getDirectiveInExtensions", + "getDirectiveNodes", + "getDirectives", + "getDirectivesInExtensions", + "getDocumentNodeFromSchema", + "getFieldEntryKey", + "getFieldsWithDirectives", + "getImplementingTypes", + "getLeadingCommentBlock", + "getOperationASTFromDocument", + "getOperationASTFromRequest", + "getResolversFromSchema", + "getResponseKeyFromInfo", + "getRootTypeMap", + "getRootTypeNames", + "getRootTypes", + "hasOwnProperty", + "healSchema", + "healTypes", + "implementsAbstractType", + "inspect", + "isAsyncIterable", + "isDescribable", + "isDocumentNode", + "isDocumentString", + "isIterableObject", + "isNamedStub", + "isObjectLike", + "isPromise", + "isSome", + "isValidPath", + "makeDeprecatedDirective", + "makeDirectiveNode", + "makeDirectiveNodes", + "mapAsyncIterator", + "mapSchema", + "memoize1", + "memoize2", + "memoize2of4", + "memoize2of5", + "memoize3", + "memoize4", + "memoize5", + "mergeDeep", + "modifyObjectFields", + "nodeToString", + "observableToAsyncIterable", + "parseGraphQLJSON", + "parseGraphQLSDL", + "parseInputValue", + "parseInputValueLiteral", + "parseSelectionSet", + "pathToArray", + "printComment", + "printPathArray", + "printSchemaWithDirectives", + "printWithComments", + "promiseReduce", + "pruneSchema", + "pushComment", + "relocatedError", + "removeObjectFields", + "renameType", + "resetComments", + "rewireTypes", + "selectObjectFields", + "serializeInputValue", + "shouldIncludeNode", + "transformCommentsToDescriptions", + "transformInputValue", + "updateArgument", + "validateGraphQlDocuments", + "valueMatchesCriteria", + "visitData", + "visitErrors", + "visitResult", + "withCancel" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 176, + "sizes": { + "javascript": 176 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "name": "./node_modules/graphql/error/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./error/index.mjs", + "loc": "213:0-219:27", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "GraphQLError", + "formatError", + "locatedError", + "printError", + "syntaxError" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 346, + "sizes": { + "javascript": 346 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./execution/index.mjs", + "loc": "158:0-169:31", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createSourceEventStream", + "defaultFieldResolver", + "defaultTypeResolver", + "execute", + "executeSync", + "getArgumentValues", + "getDirectiveValues", + "getVariableValues", + "responsePathAsArray", + "subscribe" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 887, + "sizes": { + "javascript": 887 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./language/index.mjs", + "loc": "124:0-156:30", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "BREAK", + "DirectiveLocation", + "Kind", + "Lexer", + "Location", + "OperationTypeNode", + "Source", + "Token", + "TokenKind", + "getEnterLeaveForKind", + "getLocation", + "getVisitFn", + "isConstValueNode", + "isDefinitionNode", + "isExecutableDefinitionNode", + "isSelectionNode", + "isTypeDefinitionNode", + "isTypeExtensionNode", + "isTypeNode", + "isTypeSystemDefinitionNode", + "isTypeSystemExtensionNode", + "isValueNode", + "parse", + "parseConstValue", + "parseType", + "parseValue", + "print", + "printLocation", + "printSourceLocation", + "visit", + "visitInParallel" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2458, + "sizes": { + "javascript": 2458 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type/index.mjs", + "loc": "33:0-122:26", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "DEFAULT_DEPRECATION_REASON", + "GRAPHQL_MAX_INT", + "GRAPHQL_MIN_INT", + "GraphQLBoolean", + "GraphQLDeprecatedDirective", + "GraphQLDirective", + "GraphQLEnumType", + "GraphQLFloat", + "GraphQLID", + "GraphQLIncludeDirective", + "GraphQLInputObjectType", + "GraphQLInt", + "GraphQLInterfaceType", + "GraphQLList", + "GraphQLNonNull", + "GraphQLObjectType", + "GraphQLScalarType", + "GraphQLSchema", + "GraphQLSkipDirective", + "GraphQLSpecifiedByDirective", + "GraphQLString", + "GraphQLUnionType", + "SchemaMetaFieldDef", + "TypeKind", + "TypeMetaFieldDef", + "TypeNameMetaFieldDef", + "__Directive", + "__DirectiveLocation", + "__EnumValue", + "__Field", + "__InputValue", + "__Schema", + "__Type", + "__TypeKind", + "assertAbstractType", + "assertCompositeType", + "assertDirective", + "assertEnumType", + "assertEnumValueName", + "assertInputObjectType", + "assertInputType", + "assertInterfaceType", + "assertLeafType", + "assertListType", + "assertName", + "assertNamedType", + "assertNonNullType", + "assertNullableType", + "assertObjectType", + "assertOutputType", + "assertScalarType", + "assertSchema", + "assertType", + "assertUnionType", + "assertValidSchema", + "assertWrappingType", + "getNamedType", + "getNullableType", + "introspectionTypes", + "isAbstractType", + "isCompositeType", + "isDirective", + "isEnumType", + "isInputObjectType", + "isInputType", + "isInterfaceType", + "isIntrospectionType", + "isLeafType", + "isListType", + "isNamedType", + "isNonNullType", + "isNullableType", + "isObjectType", + "isOutputType", + "isRequiredArgument", + "isRequiredInputField", + "isScalarType", + "isSchema", + "isSpecifiedDirective", + "isSpecifiedScalarType", + "isType", + "isUnionType", + "isWrappingType", + "resolveObjMapThunk", + "resolveReadonlyArrayThunk", + "specifiedDirectives", + "specifiedScalarTypes", + "validateSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2685, + "sizes": { + "javascript": 2685 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "name": "./node_modules/graphql/utilities/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utilities/index.mjs", + "loc": "221:0-255:31", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "BreakingChangeType", + "DangerousChangeType", + "TypeInfo", + "assertValidName", + "astFromValue", + "buildASTSchema", + "buildClientSchema", + "buildSchema", + "coerceInputValue", + "concatAST", + "doTypesOverlap", + "extendSchema", + "findBreakingChanges", + "findDangerousChanges", + "getIntrospectionQuery", + "getOperationAST", + "getOperationRootType", + "introspectionFromSchema", + "isEqualType", + "isTypeSubTypeOf", + "isValidNameError", + "lexicographicSortSchema", + "printIntrospectionSchema", + "printSchema", + "printType", + "separateOperations", + "stripIgnoredCharacters", + "typeFromAST", + "valueFromAST", + "valueFromASTUntyped", + "visitWithTypeInfo" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4505, + "sizes": { + "javascript": 4505 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "issuerName": "./node_modules/graphql/index.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "resolvedModule": "./node_modules/graphql/index.mjs", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validation/index.mjs", + "loc": "171:0-211:32", + "moduleId": 45, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "ExecutableDefinitionsRule", + "FieldsOnCorrectTypeRule", + "FragmentsOnCompositeTypesRule", + "KnownArgumentNamesRule", + "KnownDirectivesRule", + "KnownFragmentNamesRule", + "KnownTypeNamesRule", + "LoneAnonymousOperationRule", + "LoneSchemaDefinitionRule", + "NoDeprecatedCustomRule", + "NoFragmentCyclesRule", + "NoSchemaIntrospectionCustomRule", + "NoUndefinedVariablesRule", + "NoUnusedFragmentsRule", + "NoUnusedVariablesRule", + "OverlappingFieldsCanBeMergedRule", + "PossibleFragmentSpreadsRule", + "PossibleTypeExtensionsRule", + "ProvidedRequiredArgumentsRule", + "ScalarLeafsRule", + "SingleFieldSubscriptionsRule", + "UniqueArgumentDefinitionNamesRule", + "UniqueArgumentNamesRule", + "UniqueDirectiveNamesRule", + "UniqueDirectivesPerLocationRule", + "UniqueEnumValueNamesRule", + "UniqueFieldDefinitionNamesRule", + "UniqueFragmentNamesRule", + "UniqueInputFieldNamesRule", + "UniqueOperationNamesRule", + "UniqueOperationTypesRule", + "UniqueTypeNamesRule", + "UniqueVariableNamesRule", + "ValidationContext", + "ValuesOfCorrectTypeRule", + "VariablesAreInputTypesRule", + "VariablesInAllowedPositionRule", + "specifiedRules", + "validate" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 6 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1998, + "sizes": { + "javascript": 1998 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "name": "./node_modules/scroll-to-element/tween.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "index": 7, + "preOrderIndex": 7, + "index2": 2, + "postOrderIndex": 2, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "issuerName": "./node_modules/scroll-to-element/scroll-to.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "id": 2618 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "name": "./node_modules/scroll-to-element/scroll-to.js", + "id": 5246 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 5344, + "issuerId": 5246, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "module": "./node_modules/scroll-to-element/scroll-to.js", + "moduleName": "./node_modules/scroll-to-element/scroll-to.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "resolvedModule": "./node_modules/scroll-to-element/scroll-to.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./tween", + "loc": "1:12-30", + "moduleId": 5246, + "resolvedModuleId": 5246 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "module": "./node_modules/scroll-to-element/tween.js", + "moduleName": "./node_modules/scroll-to-element/tween.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "resolvedModule": "./node_modules/scroll-to-element/tween.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "100:0-14", + "moduleId": 5344, + "resolvedModuleId": 5344 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 100:0-14", + "Statement (VariableDeclaration) with side effects in source code at 1:0-29", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1933, + "sizes": { + "javascript": 1933 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "name": "./node_modules/raf/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "index": 10, + "preOrderIndex": 10, + "index2": 4, + "postOrderIndex": 4, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "issuerName": "./node_modules/scroll-to-element/scroll-to.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "id": 2618 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "name": "./node_modules/scroll-to-element/scroll-to.js", + "id": 5246 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4087, + "issuerId": 5246, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "module": "./node_modules/raf/index.js", + "moduleName": "./node_modules/raf/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "resolvedModule": "./node_modules/raf/index.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "60:0-14", + "moduleId": 4087, + "resolvedModuleId": 4087 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "module": "./node_modules/scroll-to-element/scroll-to.js", + "moduleName": "./node_modules/scroll-to-element/scroll-to.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "resolvedModule": "./node_modules/scroll-to-element/scroll-to.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "raf", + "loc": "2:10-24", + "moduleId": 5246, + "resolvedModuleId": 5246 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 60:0-14", + "Statement (VariableDeclaration) with side effects in source code at 1:0-6:67", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 368, + "sizes": { + "javascript": 368 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", + "name": "./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", + "index": 74, + "preOrderIndex": 74, + "index2": 65, + "postOrderIndex": 65, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "issuerName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", + "name": "./.cache/page-renderer.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", + "name": "./.cache/head/head-export-handler-for-browser.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", + "name": "./.cache/gatsby-browser-entry.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", + "name": "./.cache/slice.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "name": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "module": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isNativeReflectConstruct.js", + "loc": "2:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "module": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "moduleName": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", + "resolvedModule": "./node_modules/@babel/runtime/helpers/esm/construct.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./isNativeReflectConstruct.js", + "loc": "4:6-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 226, + "sizes": { + "javascript": 226 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/invariant.mjs", + "name": "./node_modules/graphql/jsutils/invariant.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/invariant.mjs", + "index": 138, + "preOrderIndex": 138, + "index2": 126, + "postOrderIndex": 126, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 9551, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "3:0-53", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "627:4-13", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "482:11-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "487:17-26", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "1:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "28:37-46", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "148:13-22", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "139:11-20", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", + "module": "./node_modules/graphql/language/location.mjs", + "moduleName": "./node_modules/graphql/language/location.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", + "resolvedModule": "./node_modules/graphql/language/location.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "1:0-53", + "moduleId": 460, + "resolvedModuleId": 460 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", + "module": "./node_modules/graphql/language/location.mjs", + "moduleName": "./node_modules/graphql/language/location.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", + "resolvedModule": "./node_modules/graphql/language/location.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "16:39-48", + "moduleId": 460, + "resolvedModuleId": 460 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "module": "./node_modules/graphql/type/introspection.mjs", + "moduleName": "./node_modules/graphql/type/introspection.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", + "resolvedModule": "./node_modules/graphql/type/introspection.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "233:17-26", + "moduleId": 2433, + "resolvedModuleId": 2433 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "169:11-20", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "3:0-53", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "166:11-20", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "3:0-53", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "module": "./node_modules/graphql/utilities/extendSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/extendSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "245:13-22", + "moduleId": 9557, + "resolvedModuleId": 9557 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "482:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "487:17-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "1:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "module": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "28:37-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "148:13-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "139:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "2:0-53", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "module": "./node_modules/graphql/utilities/valueFromAST.mjs", + "moduleName": "./node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", + "resolvedModule": "./node_modules/graphql/utilities/valueFromAST.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/invariant.mjs", + "loc": "163:11-20", + "moduleId": 2221, + "resolvedModuleId": 2221 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "2:0-56", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "68:25-34", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "125:30-39", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "module": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "135:15-24", + "moduleId": 4873, + "resolvedModuleId": 4873 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "3:0-56", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "119:11-20", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "146:15-24", + "moduleId": 4800, + "resolvedModuleId": 4800 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "1:0-56", + "moduleId": 2767, + "resolvedModuleId": 2767 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/invariant.mjs", + "loc": "24:26-35", + "moduleId": 2767, + "resolvedModuleId": 2767 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../../jsutils/invariant.mjs", + "loc": "1:0-59", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../jsutils/invariant.mjs", + "loc": "26:30-39", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../jsutils/invariant.mjs", + "loc": "60:54-63", + "moduleId": 5394, + "resolvedModuleId": 5394 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "module": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../jsutils/invariant.mjs", + "loc": "105:31-40", + "moduleId": 5394, + "resolvedModuleId": 5394 + } + ], + "usedExports": [ + "invariant" + ], + "providedExports": [ + "invariant" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1164, + "sizes": { + "javascript": 1164 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/characterClasses.mjs", + "name": "./node_modules/graphql/language/characterClasses.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/characterClasses.mjs", + "index": 140, + "preOrderIndex": 140, + "index2": 130, + "postOrderIndex": 130, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "issuerName": "./node_modules/graphql/type/assertName.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", + "name": "./node_modules/graphql/type/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "name": "./node_modules/graphql/type/assertName.mjs", + "id": 6303 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8297, + "issuerId": 6303, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "module": "./node_modules/graphql/language/blockString.mjs", + "moduleName": "./node_modules/graphql/language/blockString.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "resolvedModule": "./node_modules/graphql/language/blockString.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "1:0-54", + "moduleId": 7392, + "resolvedModuleId": 7392 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "module": "./node_modules/graphql/language/blockString.mjs", + "moduleName": "./node_modules/graphql/language/blockString.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "resolvedModule": "./node_modules/graphql/language/blockString.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "54:27-39", + "moduleId": 7392, + "resolvedModuleId": 7392 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "module": "./node_modules/graphql/language/blockString.mjs", + "moduleName": "./node_modules/graphql/language/blockString.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "resolvedModule": "./node_modules/graphql/language/blockString.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "149:44-56", + "moduleId": 7392, + "resolvedModuleId": 7392 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "module": "./node_modules/graphql/language/blockString.mjs", + "moduleName": "./node_modules/graphql/language/blockString.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "resolvedModule": "./node_modules/graphql/language/blockString.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "165:45-57", + "moduleId": 7392, + "resolvedModuleId": 7392 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "4:0-78", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "322:8-15", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "326:8-19", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "425:8-15", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "459:25-36", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "483:7-14", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "497:9-16", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./characterClasses.mjs", + "loc": "888:8-22", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/characterClasses.mjs", + "loc": "3:0-79", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/characterClasses.mjs", + "loc": "17:9-23", + "moduleId": 6303, + "resolvedModuleId": 6303 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "module": "./node_modules/graphql/type/assertName.mjs", + "moduleName": "./node_modules/graphql/type/assertName.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", + "resolvedModule": "./node_modules/graphql/type/assertName.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/characterClasses.mjs", + "loc": "24:7-18", + "moduleId": 6303, + "resolvedModuleId": 6303 + } + ], + "usedExports": [ + "isDigit", + "isNameContinue", + "isNameStart", + "isWhiteSpace" + ], + "providedExports": [ + "isDigit", + "isLetter", + "isNameContinue", + "isNameStart", + "isWhiteSpace" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4824, + "sizes": { + "javascript": 4824 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "name": "./node_modules/graphql/language/blockString.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", + "index": 151, + "preOrderIndex": 151, + "index2": 140, + "postOrderIndex": 140, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "issuerName": "./node_modules/graphql/language/printer.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "name": "./node_modules/graphql/language/printer.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7392, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "3:0-71", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "304:11-35", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "1:0-63", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "93:22-38", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./blockString.mjs", + "loc": "3:0-59", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "module": "./node_modules/graphql/language/lexer.mjs", + "moduleName": "./node_modules/graphql/language/lexer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "resolvedModule": "./node_modules/graphql/language/lexer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./blockString.mjs", + "loc": "817:8-30", + "moduleId": 2105, + "resolvedModuleId": 2105 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs|c65b9bb9e560c67813784fa516ac7f2a", + "module": "./node_modules/graphql/language/printer.mjs + 1 modules", + "moduleName": "./node_modules/graphql/language/printer.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./blockString.mjs", + "loc": "1:0-53", + "moduleId": 3486, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs|c65b9bb9e560c67813784fa516ac7f2a", + "module": "./node_modules/graphql/language/printer.mjs + 1 modules", + "moduleName": "./node_modules/graphql/language/printer.mjs + 1 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./blockString.mjs", + "loc": "101:22-38", + "moduleId": 3486, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "3:0-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "module": "./node_modules/graphql/utilities/printSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/printSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/printSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "304:11-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "module": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "moduleName": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "resolvedModule": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../language/blockString.mjs", + "loc": "93:22-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "dedentBlockStringLines", + "isPrintableAsBlockString", + "printBlockString" + ], + "providedExports": [ + "dedentBlockStringLines", + "isPrintableAsBlockString", + "printBlockString" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/characterClasses.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1924, + "sizes": { + "javascript": 1924 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", + "name": "./node_modules/graphql/language/printString.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", + "index": 152, + "preOrderIndex": 152, + "index2": 141, + "postOrderIndex": 141, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "issuerName": "./node_modules/graphql/language/printer.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", + "name": "./node_modules/graphql/language/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "name": "./node_modules/graphql/language/printer.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "module": "./node_modules/graphql/language/printer.mjs", + "moduleName": "./node_modules/graphql/language/printer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./printString.mjs", + "loc": "2:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "module": "./node_modules/graphql/language/printer.mjs", + "moduleName": "./node_modules/graphql/language/printer.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", + "resolvedModule": "./node_modules/graphql/language/printer.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./printString.mjs", + "loc": "101:48-59", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "printString" + ], + "providedExports": [ + "printString" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1276, + "sizes": { + "javascript": 1276 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/naturalCompare.mjs", + "name": "./node_modules/graphql/jsutils/naturalCompare.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/naturalCompare.mjs", + "index": 154, + "preOrderIndex": 154, + "index2": 143, + "postOrderIndex": 143, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "issuerName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "name": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "id": 8741 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8224, + "issuerId": 8741, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "4:0-63", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "155:42-56", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "170:11-25", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", + "module": "./node_modules/graphql/jsutils/suggestionList.mjs", + "moduleName": "./node_modules/graphql/jsutils/suggestionList.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/suggestionList.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./naturalCompare.mjs", + "loc": "1:0-54", + "moduleId": 3294, + "resolvedModuleId": 3294 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", + "module": "./node_modules/graphql/jsutils/suggestionList.mjs", + "moduleName": "./node_modules/graphql/jsutils/suggestionList.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", + "resolvedModule": "./node_modules/graphql/jsutils/suggestionList.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./naturalCompare.mjs", + "loc": "22:47-61", + "moduleId": 3294, + "resolvedModuleId": 3294 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "4:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "155:42-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "module": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "moduleName": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "resolvedModule": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "170:11-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "1:0-63", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "module": "./node_modules/graphql/utilities/sortValueNode.mjs", + "moduleName": "./node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "resolvedModule": "./node_modules/graphql/utilities/sortValueNode.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/naturalCompare.mjs", + "loc": "37:6-20", + "moduleId": 8360, + "resolvedModuleId": 8360 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/naturalCompare.mjs", + "loc": "2:0-66", + "moduleId": 8741, + "resolvedModuleId": 8741 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "module": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/naturalCompare.mjs", + "loc": "111:13-27", + "moduleId": 8741, + "resolvedModuleId": 8741 + } + ], + "usedExports": [ + "naturalCompare" + ], + "providedExports": [ + "naturalCompare" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 819, + "sizes": { + "javascript": 819 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isIterableObject.mjs", + "name": "./node_modules/graphql/jsutils/isIterableObject.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isIterableObject.mjs", + "index": 160, + "preOrderIndex": 160, + "index2": 150, + "postOrderIndex": 150, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3831, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isIterableObject.mjs", + "loc": "4:0-67", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isIterableObject.mjs", + "loc": "645:7-23", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isIterableObject.mjs", + "loc": "3:0-67", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "module": "./node_modules/graphql/utilities/astFromValue.mjs", + "moduleName": "./node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/astFromValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isIterableObject.mjs", + "loc": "64:8-24", + "moduleId": 8631, + "resolvedModuleId": 8631 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isIterableObject.mjs", + "loc": "4:0-67", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isIterableObject.mjs", + "loc": "59:8-24", + "moduleId": 7816, + "resolvedModuleId": 7816 + } + ], + "usedExports": [ + "isIterableObject" + ], + "providedExports": [ + "isIterableObject" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4751, + "sizes": { + "javascript": 4751 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "name": "./node_modules/graphql/execution/collectFields.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", + "index": 174, + "preOrderIndex": 174, + "index2": 171, + "postOrderIndex": 171, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 7677, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "28:0-31:29", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "40:2-19", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", + "module": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "moduleName": "./node_modules/graphql/execution/execute.mjs + 3 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "314:21-34", + "moduleId": 5329, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "7:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "164:21-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "7:0-52", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./collectFields.mjs", + "loc": "164:21-34", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../execution/collectFields.mjs", + "loc": "3:0-66", + "moduleId": 423, + "resolvedModuleId": 423 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "module": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../execution/collectFields.mjs", + "loc": "32:25-38", + "moduleId": 423, + "resolvedModuleId": 423 + } + ], + "usedExports": [ + "collectFields", + "collectSubfields" + ], + "providedExports": [ + "collectFields", + "collectSubfields" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/values.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/definition.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/type/directives.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/typeFromAST.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 213, + "sizes": { + "javascript": 213 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/printPathArray.mjs", + "name": "./node_modules/graphql/jsutils/printPathArray.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/printPathArray.mjs", + "index": 179, + "preOrderIndex": 179, + "index2": 167, + "postOrderIndex": 167, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "issuerName": "./node_modules/graphql/execution/values.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "name": "./node_modules/graphql/execution/values.mjs", + "id": 6422 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4244, + "issuerId": 6422, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/printPathArray.mjs", + "loc": "3:0-63", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "module": "./node_modules/graphql/execution/values.mjs", + "moduleName": "./node_modules/graphql/execution/values.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", + "resolvedModule": "./node_modules/graphql/execution/values.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/printPathArray.mjs", + "loc": "119:38-52", + "moduleId": 6422, + "resolvedModuleId": 6422 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/printPathArray.mjs", + "loc": "7:0-63", + "moduleId": 7816, + "resolvedModuleId": 7816 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "module": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "moduleName": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", + "resolvedModule": "./node_modules/graphql/utilities/coerceInputValue.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/printPathArray.mjs", + "loc": "28:32-46", + "moduleId": 7816, + "resolvedModuleId": 7816 + } + ], + "usedExports": [ + "printPathArray" + ], + "providedExports": [ + "printPathArray" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 375, + "sizes": { + "javascript": 375 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/groupBy.mjs", + "name": "./node_modules/graphql/jsutils/groupBy.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/groupBy.mjs", + "index": 192, + "preOrderIndex": 192, + "index2": 183, + "postOrderIndex": 183, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "issuerName": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "name": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "id": 2266 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 3231, + "issuerId": 2266, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/groupBy.mjs", + "loc": "1:0-52", + "moduleId": 2337, + "resolvedModuleId": 2337 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/groupBy.mjs", + "loc": "64:21-28", + "moduleId": 2337, + "resolvedModuleId": 2337 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/groupBy.mjs", + "loc": "1:0-52", + "moduleId": 2266, + "resolvedModuleId": 2266 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/groupBy.mjs", + "loc": "29:21-28", + "moduleId": 2266, + "resolvedModuleId": 2266 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../jsutils/groupBy.mjs", + "loc": "1:0-52", + "moduleId": 1564, + "resolvedModuleId": 1564 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "module": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../jsutils/groupBy.mjs", + "loc": "22:38-45", + "moduleId": 1564, + "resolvedModuleId": 1564 + } + ], + "usedExports": [ + "groupBy" + ], + "providedExports": [ + "groupBy" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 905, + "sizes": { + "javascript": 905 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "name": "./node_modules/graphql/utilities/sortValueNode.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", + "index": 203, + "preOrderIndex": 203, + "index2": 194, + "postOrderIndex": 194, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "issuerName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", + "name": "./node_modules/graphql/validation/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "name": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "id": 4203 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8360, + "issuerId": 4203, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./sortValueNode.mjs", + "loc": "20:0-52", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", + "module": "./node_modules/graphql/index.mjs + 17 modules", + "moduleName": "./node_modules/graphql/index.mjs + 17 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./sortValueNode.mjs", + "loc": "488:15-28", + "moduleId": 45, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./sortValueNode.mjs", + "loc": "20:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "module": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "moduleName": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", + "resolvedModule": "./node_modules/graphql/utilities/findBreakingChanges.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./sortValueNode.mjs", + "loc": "488:15-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../../utilities/sortValueNode.mjs", + "loc": "13:0-66", + "moduleId": 4203, + "resolvedModuleId": 4203 + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "module": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "moduleName": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "resolvedModule": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../utilities/sortValueNode.mjs", + "loc": "603:15-28", + "moduleId": 4203, + "resolvedModuleId": 4203 + } + ], + "usedExports": [ + "sortValueNode" + ], + "providedExports": [ + "sortValueNode" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/naturalCompare.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", + "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 649, + "sizes": { + "javascript": 649 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", + "name": "./node_modules/graphql/jsutils/memoize3.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", + "index": 216, + "preOrderIndex": 216, + "index2": 209, + "postOrderIndex": 209, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/memoize3.mjs", + "loc": "7:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/memoize3.mjs", + "loc": "39:25-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "memoize3" + ], + "providedExports": [ + "memoize3" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 630, + "sizes": { + "javascript": 630 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "name": "./node_modules/graphql/jsutils/promiseReduce.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", + "index": 217, + "preOrderIndex": 217, + "index2": 210, + "postOrderIndex": 210, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/promiseReduce.mjs", + "loc": "10:0-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/promiseReduce.mjs", + "loc": "354:9-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "promiseReduce" + ], + "providedExports": [ + "promiseReduce" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 563, + "sizes": { + "javascript": 563 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", + "name": "./node_modules/graphql/jsutils/promiseForObject.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", + "index": 218, + "preOrderIndex": 218, + "index2": 211, + "postOrderIndex": 211, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "issuerName": "./node_modules/graphql/execution/execute.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", + "name": "./node_modules/graphql/graphql.mjs", + "id": 2244 + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "name": "./node_modules/graphql/execution/execute.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/promiseForObject.mjs", + "loc": "9:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "module": "./node_modules/graphql/execution/execute.mjs", + "moduleName": "./node_modules/graphql/execution/execute.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", + "resolvedModule": "./node_modules/graphql/execution/execute.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/promiseForObject.mjs", + "loc": "417:9-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "promiseForObject" + ], + "providedExports": [ + "promiseForObject" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 496, + "sizes": { + "javascript": 496 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "name": "./node_modules/graphql/jsutils/toError.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", + "index": 220, + "preOrderIndex": 220, + "index2": 212, + "postOrderIndex": 212, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "issuerName": "./node_modules/graphql/error/locatedError.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", + "name": "./node_modules/graphql/error/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "name": "./node_modules/graphql/error/locatedError.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "module": "./node_modules/graphql/error/locatedError.mjs", + "moduleName": "./node_modules/graphql/error/locatedError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "resolvedModule": "./node_modules/graphql/error/locatedError.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/toError.mjs", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "module": "./node_modules/graphql/error/locatedError.mjs", + "moduleName": "./node_modules/graphql/error/locatedError.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", + "resolvedModule": "./node_modules/graphql/error/locatedError.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/toError.mjs", + "loc": "12:24-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "toError" + ], + "providedExports": [ + "toError" + ], + "optimizationBailout": [ + "Statement (ClassDeclaration) with side effects in source code at 12:0-18:1" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 287, + "sizes": { + "javascript": 287 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "index": 231, + "preOrderIndex": 231, + "index2": 248, + "postOrderIndex": 248, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./interface", + "loc": "1:0-471", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "DIAGNOSTIC_SEVERITY", + "SEVERITY", + "SuggestionCommand", + "canUseDirective", + "getAutocompleteSuggestions", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType", + "getDefinitionState", + "getDiagnostics", + "getFieldDef", + "getFragmentDefinitions", + "getHoverInformation", + "getOutline", + "getRange", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "validateQuery" + ], + "providedExports": [ + "DIAGNOSTIC_SEVERITY", + "GraphQLDocumentMode", + "LANGUAGE", + "SEVERITY", + "SuggestionCommand", + "canUseDirective", + "forEachState", + "getAutocompleteSuggestions", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType", + "getDefinitionState", + "getDiagnostics", + "getFieldDef", + "getFragmentDefinitions", + "getHoverInformation", + "getOutline", + "getRange", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "hintList", + "objectValues", + "runOnlineParser", + "validateQuery" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-45" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1213, + "sizes": { + "javascript": 1213 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "name": "./node_modules/graphql-language-service/esm/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "index": 234, + "preOrderIndex": 234, + "index2": 226, + "postOrderIndex": 226, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "2:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "95:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "103:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "111:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "119:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "127:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "135:18-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "159:26-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "170:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "171:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "215:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "223:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "262:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "263:31-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "264:36-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "265:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "266:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "267:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "268:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "273:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "274:35-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "275:39-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "276:35-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "277:28-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "282:31-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "283:36-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "284:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "285:32-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "286:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "287:33-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "314:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "321:50-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "345:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "357:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "364:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "427:18-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "463:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "488:14-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "527:22-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "569:14-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../types", + "loc": "581:18-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "CompletionItemKind", + "FileChangeTypeKind", + "InsertTextFormat" + ], + "providedExports": [ + "CompletionItemKind", + "FileChangeTypeKind", + "InsertTextFormat" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-6:2" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 296, + "sizes": { + "javascript": 296 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "index": 236, + "preOrderIndex": 236, + "index2": 232, + "postOrderIndex": 232, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./parser", + "loc": "2:0-119", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "3:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "77:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "83:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "86:140-170", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "138:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "139:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "139:117-137", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "142:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "143:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "144:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "147:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "148:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "165:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "166:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "169:40-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "183:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "184:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "185:18-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "186:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "189:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "194:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "195:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "197:31-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "200:17-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "208:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "209:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "210:36-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "218:36-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "227:18-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "228:18-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "229:18-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "231:32-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "232:35-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "233:35-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "236:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "382:31-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "386:31-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "387:90-110", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "479:30-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "512:75-93", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "515:75-95", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "516:64-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "538:27-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "542:22-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "548:26-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "552:26-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "609:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "612:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "614:21-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "642:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "644:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "646:13-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "648:13-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "649:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "651:13-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "653:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "655:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "657:13-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "659:13-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "661:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "663:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "665:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "667:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "669:13-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "671:13-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "673:13-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "675:13-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "678:21-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "680:21-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "701:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "705:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "708:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "711:17-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "712:17-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "717:17-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "718:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "730:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "733:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "736:17-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "746:17-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "756:17-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "759:29-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "762:29-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "766:29-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "792:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "803:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "812:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "817:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "824:17-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "828:17-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "866:12-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "867:12-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "868:12-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "869:12-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "88:19-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../parser", + "loc": "94:21-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "CharacterStream", + "LexRules", + "ParseRules", + "RuleKinds", + "isIgnored", + "list", + "onlineParser", + "opt", + "p", + "t" + ], + "providedExports": [ + "AdditionalRuleKinds", + "CharacterStream", + "LexRules", + "ParseRules", + "RuleKinds", + "butNot", + "isIgnored", + "list", + "onlineParser", + "opt", + "p", + "t" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-58" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 580, + "sizes": { + "javascript": 580 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "index": 243, + "preOrderIndex": 243, + "index2": 242, + "postOrderIndex": 242, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "module": "./node_modules/graphql-language-service/esm/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./utils", + "loc": "4:0-277", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "10:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "20:11-21", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "25:11-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "3:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "55:39-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "81:27-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "81:37-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "81:81-89", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "106:15-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "106:25-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "module": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "106:52-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "2:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "44:27-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "module": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../utils", + "loc": "45:25-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Position", + "Range", + "collectVariables", + "getASTNodeAtPosition", + "getFragmentDependencies", + "getFragmentDependenciesForAST", + "getOperationASTFacts", + "getOperationFacts", + "getQueryFacts", + "getVariablesJSONSchema", + "locToRange", + "offsetToPosition", + "pointToOffset", + "validateWithCustomRules" + ], + "providedExports": [ + "Position", + "Range", + "collectVariables", + "getASTNodeAtPosition", + "getFragmentDependencies", + "getFragmentDependenciesForAST", + "getOperationASTFacts", + "getOperationFacts", + "getQueryFacts", + "getVariablesJSONSchema", + "locToRange", + "offsetToPosition", + "pointToOffset", + "validateWithCustomRules" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 1:0-97" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 553, + "sizes": { + "javascript": 553 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-indent.js", + "name": "./node_modules/codemirror-graphql/utils/mode-indent.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-indent.js", + "index": 259, + "preOrderIndex": 259, + "index2": 252, + "postOrderIndex": 252, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "issuerName": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", + "name": "./node_modules/codemirror-graphql/mode.js", + "id": 9229 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "name": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "id": 88 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4546, + "issuerId": 88, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "module": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "moduleName": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", + "resolvedModule": "./node_modules/codemirror-graphql/utils/mode-factory.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./mode-indent", + "loc": "7:36-60", + "moduleId": 88, + "resolvedModuleId": 88 + } + ], + "usedExports": true, + "providedExports": [ + "__esModule", + "default" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-62", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 363, + "sizes": { + "javascript": 363 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", + "name": "./node_modules/graphql/jsutils/isAsyncIterable.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", + "index": 265, + "preOrderIndex": 265, + "index2": 257, + "postOrderIndex": 257, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "issuerName": "./node_modules/graphql/execution/subscribe.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "name": "./node_modules/graphql/execution/subscribe.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "../jsutils/isAsyncIterable.mjs", + "loc": "3:0-65", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isAsyncIterable.mjs", + "loc": "48:7-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../jsutils/isAsyncIterable.mjs", + "loc": "129:9-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "isAsyncIterable" + ], + "providedExports": [ + "isAsyncIterable" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1351, + "sizes": { + "javascript": 1351 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", + "name": "./node_modules/graphql/execution/mapAsyncIterator.mjs", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", + "index": 266, + "preOrderIndex": 266, + "index2": 258, + "postOrderIndex": 258, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "issuerName": "./node_modules/graphql/execution/subscribe.mjs", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", + "name": "./src/components/Marked/usersSchema.ts", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", + "name": "./node_modules/graphql/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", + "name": "./node_modules/graphql/execution/index.mjs", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "name": "./node_modules/graphql/execution/subscribe.mjs", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapAsyncIterator.mjs", + "loc": "15:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "module": "./node_modules/graphql/execution/subscribe.mjs", + "moduleName": "./node_modules/graphql/execution/subscribe.mjs", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", + "resolvedModule": "./node_modules/graphql/execution/subscribe.mjs", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./mapAsyncIterator.mjs", + "loc": "60:9-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mapAsyncIterator" + ], + "providedExports": [ + "mapAsyncIterator" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 14004, + "sizes": { + "javascript": 14004 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", + "index": 293, + "preOrderIndex": 293, + "index2": 286, + "postOrderIndex": 286, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "21:16-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "7:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "20:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "25:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "65:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "2:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "43:33-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:42-64", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "collectComment", + "printWithComments", + "resetComments" + ], + "providedExports": [ + "collectComment", + "dedentBlockStringValue", + "getBlockStringIndentation", + "getComment", + "getDescription", + "getLeadingCommentBlock", + "printComment", + "printWithComments", + "pushComment", + "resetComments" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-26" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 18745, + "sizes": { + "javascript": 18745 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "index": 294, + "preOrderIndex": 294, + "index2": 294, + "postOrderIndex": 294, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "40:33-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "2:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "4:21-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "7:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "7:0-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getDocumentNodeFromSchema" + ], + "providedExports": [ + "astFromArg", + "astFromDirective", + "astFromEnumType", + "astFromEnumValue", + "astFromField", + "astFromInputField", + "astFromInputObjectType", + "astFromInterfaceType", + "astFromObjectType", + "astFromScalarType", + "astFromSchema", + "astFromUnionType", + "getDeprecatableDirectiveNodes", + "getDirectiveNodes", + "getDocumentNodeFromSchema", + "makeDeprecatedDirective", + "makeDirectiveNode", + "makeDirectiveNodes", + "printSchemaWithDirectives" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1635, + "sizes": { + "javascript": 1635 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", + "index": 302, + "preOrderIndex": 302, + "index2": 295, + "postOrderIndex": 295, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "1:0-111", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "40:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "41:18-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "43:19-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "44:19-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "52:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "52:38-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "59:9-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "59:41-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "63:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "64:23-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "68:8-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "72:8-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "73:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "74:13-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "14:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "14:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./utils.js", + "loc": "2:0-83", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "43:17-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "43:46-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./utils.js", + "loc": "117:73-96", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "defaultStringComparator", + "extractType", + "isListTypeNode", + "isNonNullTypeNode", + "isSourceTypes", + "isStringTypes", + "isWrappingTypeNode", + "printTypeNode" + ], + "providedExports": [ + "CompareVal", + "defaultStringComparator", + "extractType", + "isListTypeNode", + "isNonNullTypeNode", + "isSourceTypes", + "isStringTypes", + "isWrappingTypeNode", + "printTypeNode" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 34:0-38:36" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 177, + "sizes": { + "javascript": 177 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "index": 303, + "preOrderIndex": 303, + "index2": 296, + "postOrderIndex": 296, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "55:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isDocumentNode.js", + "loc": "40:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./isDocumentNode.js", + "loc": "40:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "isDocumentNode" + ], + "providedExports": [ + "isDocumentNode" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3331, + "sizes": { + "javascript": 3331 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "index": 304, + "preOrderIndex": 304, + "index2": 309, + "postOrderIndex": 309, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "9:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "9:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "3:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "67:29-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "68:24-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "71:38-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "94:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "97:54-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-nodes.js", + "loc": "98:20-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeGraphQLNodes", + "schemaDefSymbol" + ], + "providedExports": [ + "isNamedDefinitionNode", + "mergeGraphQLNodes", + "schemaDefSymbol" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1366, + "sizes": { + "javascript": 1366 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "index": 316, + "preOrderIndex": 316, + "index2": 308, + "postOrderIndex": 308, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "9:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "62:47-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "5:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "76:40-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./schema-def.js", + "loc": "79:45-76", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "DEFAULT_OPERATION_TYPE_NAME_MAP", + "mergeSchemaDefs" + ], + "providedExports": [ + "DEFAULT_OPERATION_TYPE_NAME_MAP", + "mergeSchemaDefs" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-7:2" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 19471, + "sizes": { + "javascript": 19471 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "index": 320, + "preOrderIndex": 320, + "index2": 318, + "postOrderIndex": 318, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "187:13-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "298:17-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "4:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "1:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "8:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "3:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "14:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "26:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "36:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "51:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "62:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "81:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "100:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "3:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "5:27-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "19:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "19:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "2:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "33:23-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mapSchema" + ], + "providedExports": [ + "correctASTNodes", + "mapSchema" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1850, + "sizes": { + "javascript": 1850 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "index": 321, + "preOrderIndex": 321, + "index2": 313, + "postOrderIndex": 313, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "172:32-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "176:32-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "30:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "30:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "5:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "7:141-160", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "7:243-258", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "parseInputValue", + "serializeInputValue" + ], + "providedExports": [ + "parseInputValue", + "parseInputValueLiteral", + "serializeInputValue", + "transformInputValue" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6153, + "sizes": { + "javascript": 6153 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "index": 323, + "preOrderIndex": 323, + "index2": 315, + "postOrderIndex": 315, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "30:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "49:36-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "21:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "21:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "4:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "10:36-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "rewireTypes" + ], + "providedExports": [ + "rewireTypes" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1877, + "sizes": { + "javascript": 1877 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", + "index": 324, + "preOrderIndex": 324, + "index2": 314, + "postOrderIndex": 314, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "25:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "25:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "2:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./stub.js", + "loc": "149:30-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./stub.js", + "loc": "149:50-67", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getBuiltInForStub", + "isNamedStub" + ], + "providedExports": [ + "createNamedStub", + "createStub", + "getBuiltInForStub", + "isNamedStub" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1583, + "sizes": { + "javascript": 1583 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "index": 326, + "preOrderIndex": 326, + "index2": 317, + "postOrderIndex": 317, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "188:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "218:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "249:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "259:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "269:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "279:9-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "299:13-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "module": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "5:9-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "9:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "13:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "17:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "31:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "35:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "39:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "43:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "47:9-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "51:9-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "15:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "37:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "63:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "82:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "6:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "7:9-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "8:9-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "9:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "12:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "15:9-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "18:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "19:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "20:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "24:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "24:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "3:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "50:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "78:9-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "92:9-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "273:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "275:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "275:51-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "277:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "277:52-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "280:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "280:52-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "283:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "283:52-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "287:24-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:51-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:77-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:51-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:77-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "296:24-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "299:24-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "316:24-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "318:24-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "318:52-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "320:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "320:51-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "323:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "323:51-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "326:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "326:51-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "330:24-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "330:52-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "333:24-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "350:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "354:41-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "358:41-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "3:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "34:13-28", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "MapperKind" + ], + "providedExports": [ + "MapperKind" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-28:36" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 997, + "sizes": { + "javascript": 997 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "index": 327, + "preOrderIndex": 327, + "index2": 320, + "postOrderIndex": 320, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "172:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "176:4-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./forEachDefaultValue.js", + "loc": "18:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./forEachDefaultValue.js", + "loc": "18:0-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "forEachDefaultValue" + ], + "providedExports": [ + "forEachDefaultValue" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6781, + "sizes": { + "javascript": 6781 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", + "index": 328, + "preOrderIndex": 328, + "index2": 321, + "postOrderIndex": 321, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "174:4-14", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./heal.js", + "loc": "15:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./heal.js", + "loc": "15:0-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "healSchema" + ], + "providedExports": [ + "healSchema", + "healTypes" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 571, + "sizes": { + "javascript": 571 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", + "index": 329, + "preOrderIndex": 329, + "index2": 322, + "postOrderIndex": 322, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "module": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "178:8-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "module": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "10:4-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./forEachField.js", + "loc": "17:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./forEachField.js", + "loc": "17:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "forEachField" + ], + "providedExports": [ + "forEachField" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1624, + "sizes": { + "javascript": 1624 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "index": 331, + "preOrderIndex": 331, + "index2": 324, + "postOrderIndex": 324, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "4:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "10:21-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "module": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "50:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mergeDeep.js", + "loc": "23:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mergeDeep.js", + "loc": "23:0-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeDeep" + ], + "providedExports": [ + "mergeDeep" + ], + "optimizationBailout": [], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 448, + "sizes": { + "javascript": 448 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./typedefs-mergers/index.js", + "loc": "2:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./typedefs-mergers/index.js", + "loc": "2:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "CompareVal", + "defaultStringComparator", + "extractType", + "isListTypeNode", + "isNamedDefinitionNode", + "isNonNullTypeNode", + "isSourceTypes", + "isStringTypes", + "isWrappingTypeNode", + "mergeArguments", + "mergeDirective", + "mergeDirectives", + "mergeEnum", + "mergeEnumValues", + "mergeFields", + "mergeGraphQLNodes", + "mergeGraphQLTypes", + "mergeInputType", + "mergeInterface", + "mergeNamedTypeArray", + "mergeScalar", + "mergeType", + "mergeTypeDefs", + "mergeUnion", + "printTypeNode", + "schemaDefSymbol" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2353, + "sizes": { + "javascript": 2353 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./extractExtensionsFromSchema.js", + "loc": "51:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./extractExtensionsFromSchema.js", + "loc": "51:0-49", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "extractExtensionsFromSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2001, + "sizes": { + "javascript": 2001 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-67", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "4:11-20", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "10:21-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "50:19-28", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-60", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "3:68-74", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "5:20-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-46", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "48:16-22", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "33:20-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "3:0-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "31:20-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-52", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "8:20-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "10:0-54", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "21:16-30", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "4:0-116", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "7:4-17", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "20:17-34", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "25:4-17", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "40:33-58", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "55:17-31", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "65:4-17", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "4:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "module": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "10:21-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "module": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "module": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "50:19-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "3:68-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "5:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "48:16-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "2:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "33:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "3:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "31:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "1:0-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "8:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "10:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "21:16-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "4:0-116", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "7:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "20:17-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "25:4-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "40:33-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "55:17-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "@graphql-tools/utils", + "loc": "65:4-17", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "DirectiveLocation", + "GraphQLDeferDirective", + "GraphQLStreamDirective", + "MapperKind", + "addPath", + "addTypes", + "appendObjectFields", + "asArray", + "assertSome", + "astFromArg", + "astFromDirective", + "astFromEnumType", + "astFromEnumValue", + "astFromField", + "astFromInputField", + "astFromInputObjectType", + "astFromInterfaceType", + "astFromObjectType", + "astFromScalarType", + "astFromSchema", + "astFromUnionType", + "astFromValueUntyped", + "buildOperationNodeForField", + "collectComment", + "collectFields", + "collectSubFields", + "compareNodes", + "compareStrings", + "correctASTNodes", + "createDefaultRules", + "createGraphQLError", + "createNamedStub", + "createStub", + "createVariableNameGenerator", + "dedentBlockStringValue", + "doesFragmentConditionMatch", + "extractExtensionsFromSchema", + "filterSchema", + "fixSchemaAst", + "forEachDefaultValue", + "forEachField", + "getArgumentValues", + "getArgumentsWithDirectives", + "getAsyncIterableWithCancel", + "getAsyncIteratorWithCancel", + "getBlockStringIndentation", + "getBuiltInForStub", + "getComment", + "getDeferValues", + "getDefinedRootType", + "getDeprecatableDirectiveNodes", + "getDescription", + "getDirective", + "getDirectiveInExtensions", + "getDirectiveNodes", + "getDirectives", + "getDirectivesInExtensions", + "getDocumentNodeFromSchema", + "getFieldEntryKey", + "getFieldsWithDirectives", + "getImplementingTypes", + "getLeadingCommentBlock", + "getOperationASTFromDocument", + "getOperationASTFromRequest", + "getResolversFromSchema", + "getResponseKeyFromInfo", + "getRootTypeMap", + "getRootTypeNames", + "getRootTypes", + "hasOwnProperty", + "healSchema", + "healTypes", + "implementsAbstractType", + "inspect", + "isAsyncIterable", + "isDescribable", + "isDocumentNode", + "isDocumentString", + "isIterableObject", + "isNamedStub", + "isObjectLike", + "isPromise", + "isSome", + "isValidPath", + "makeDeprecatedDirective", + "makeDirectiveNode", + "makeDirectiveNodes", + "mapAsyncIterator", + "mapSchema", + "memoize1", + "memoize2", + "memoize2of4", + "memoize2of5", + "memoize3", + "memoize4", + "memoize5", + "mergeDeep", + "modifyObjectFields", + "nodeToString", + "observableToAsyncIterable", + "parseGraphQLJSON", + "parseGraphQLSDL", + "parseInputValue", + "parseInputValueLiteral", + "parseSelectionSet", + "pathToArray", + "printComment", + "printPathArray", + "printSchemaWithDirectives", + "printWithComments", + "promiseReduce", + "pruneSchema", + "pushComment", + "relocatedError", + "removeObjectFields", + "renameType", + "resetComments", + "rewireTypes", + "selectObjectFields", + "serializeInputValue", + "shouldIncludeNode", + "transformCommentsToDescriptions", + "transformInputValue", + "updateArgument", + "validateGraphQlDocuments", + "valueMatchesCriteria", + "visitData", + "visitErrors", + "visitResult", + "withCancel" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 616, + "sizes": { + "javascript": 616 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Path.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Path.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Path.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Path.js", + "loc": "52:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./Path.js", + "loc": "52:0-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "addPath", + "pathToArray", + "printPathArray" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2763, + "sizes": { + "javascript": 2763 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "4:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "7:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "20:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "20:0-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "addTypes" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2590, + "sizes": { + "javascript": 2590 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "41:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "41:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "4:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "434:26-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "astFromValueUntyped" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11883, + "sizes": { + "javascript": 11883 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./build-operation-for-field.js", + "loc": "12:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./build-operation-for-field.js", + "loc": "12:0-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "buildOperationNodeForField" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 4:0-29", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6393, + "sizes": { + "javascript": 6393 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "46:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "46:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "3:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "84:40-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "174:44-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "178:44-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "collectFields", + "collectSubFields", + "doesFragmentConditionMatch", + "getDeferValues", + "getFieldEntryKey", + "shouldIncludeNode" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 145:0-159:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 14004, + "sizes": { + "javascript": 14004 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "2:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "43:33-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./comments.js", + "loc": "45:42-64", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "collectComment", + "dedentBlockStringValue", + "getBlockStringIndentation", + "getComment", + "getDescription", + "getLeadingCommentBlock", + "printComment", + "printWithComments", + "pushComment", + "resetComments" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-26", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1484, + "sizes": { + "javascript": 1484 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "125:37-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "54:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "54:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "GraphQLDeferDirective", + "GraphQLStreamDirective" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-20:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 715, + "sizes": { + "javascript": 715 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "3:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "27:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "42:26-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "52:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "61:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "34:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "34:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "7:14-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createGraphQLError", + "relocatedError" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1, + "sizes": { + "javascript": 1 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/executor.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/executor.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/executor.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./executor.js", + "loc": "42:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./executor.js", + "loc": "42:0-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4359, + "sizes": { + "javascript": 4359 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "28:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "28:0-28", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "appendObjectFields", + "modifyObjectFields", + "removeObjectFields", + "selectObjectFields" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3360, + "sizes": { + "javascript": 3360 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./filterSchema.js", + "loc": "14:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./filterSchema.js", + "loc": "14:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "filterSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 843, + "sizes": { + "javascript": 843 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fixSchemaAst.js", + "loc": "49:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./fixSchemaAst.js", + "loc": "49:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "fixSchemaAst" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1181, + "sizes": { + "javascript": 1181 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-arguments-with-directives.js", + "loc": "5:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-arguments-with-directives.js", + "loc": "5:0-51", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getArgumentsWithDirectives" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4348, + "sizes": { + "javascript": 4348 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "145:35-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "170:35-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "317:35-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getDirective", + "getDirectiveInExtensions", + "getDirectives", + "getDirectivesInExtensions" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1151, + "sizes": { + "javascript": 1151 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "8:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "8:0-48", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getFieldsWithDirectives" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 552, + "sizes": { + "javascript": 552 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "6:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "6:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "5:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "96:30-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getImplementingTypes" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2998, + "sizes": { + "javascript": 2998 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "1:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "59:72-89", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "87:32-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "37:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "37:0-39", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getArgumentValues" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 518, + "sizes": { + "javascript": 518 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "50:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "50:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "1:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "40:34-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getOperationASTFromDocument", + "getOperationASTFromRequest" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-12:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2975, + "sizes": { + "javascript": 2975 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "module": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "moduleName": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", + "type": "harmony import specifier", + "active": false, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "14:36-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getResolversFromSchema.js", + "loc": "16:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getResolversFromSchema.js", + "loc": "16:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getResolversFromSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 331, + "sizes": { + "javascript": 331 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getResponseKeyFromInfo.js", + "loc": "27:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getResponseKeyFromInfo.js", + "loc": "27:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getResponseKeyFromInfo" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 395, + "sizes": { + "javascript": 395 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./implementsAbstractType.js", + "loc": "33:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./implementsAbstractType.js", + "loc": "33:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "implementsAbstractType" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2964, + "sizes": { + "javascript": 2964 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "7:49-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "4:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "27:81-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "42:85-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "52:77-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "47:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "47:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "inspect" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 210, + "sizes": { + "javascript": 210 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isAsyncIterable.js", + "loc": "39:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./isAsyncIterable.js", + "loc": "39:0-37", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "isAsyncIterable" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 177, + "sizes": { + "javascript": 177 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isDocumentNode.js", + "loc": "40:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./isDocumentNode.js", + "loc": "40:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "isDocumentNode" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 768, + "sizes": { + "javascript": 768 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/jsutils.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/jsutils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/jsutils.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "1:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "37:43-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "53:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "53:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "hasOwnProperty", + "isIterableObject", + "isObjectLike", + "isPromise", + "promiseReduce" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1, + "sizes": { + "javascript": 1 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/loaders.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/loaders.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/loaders.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./loaders.js", + "loc": "1:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./loaders.js", + "loc": "1:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1707, + "sizes": { + "javascript": 1707 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapAsyncIterator.js", + "loc": "31:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mapAsyncIterator.js", + "loc": "31:0-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "mapAsyncIterator" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6547, + "sizes": { + "javascript": 6547 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/memoize.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/memoize.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/memoize.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "145:32-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "2:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "10:42-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "48:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "48:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "2:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "13:32-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "17:28-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "21:30-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "5:27-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "memoize1", + "memoize2", + "memoize2of4", + "memoize2of5", + "memoize3", + "memoize4", + "memoize5" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1624, + "sizes": { + "javascript": 1624 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mergeDeep.js", + "loc": "23:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mergeDeep.js", + "loc": "23:0-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "mergeDeep" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2407, + "sizes": { + "javascript": 2407 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./observableToAsyncIterable.js", + "loc": "35:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./observableToAsyncIterable.js", + "loc": "35:0-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "observableToAsyncIterable" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1149, + "sizes": { + "javascript": 1149 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-json.js", + "loc": "10:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-json.js", + "loc": "10:0-40", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "parseGraphQLJSON" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2890, + "sizes": { + "javascript": 2890 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-sdl.js", + "loc": "11:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-sdl.js", + "loc": "11:0-39", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "isDescribable", + "parseGraphQLSDL", + "transformCommentsToDescriptions" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 18745, + "sizes": { + "javascript": 18745 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "2:0-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "4:21-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "7:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./print-schema-with-directives.js", + "loc": "7:0-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "astFromArg", + "astFromDirective", + "astFromEnumType", + "astFromEnumValue", + "astFromField", + "astFromInputField", + "astFromInputObjectType", + "astFromInterfaceType", + "astFromObjectType", + "astFromScalarType", + "astFromSchema", + "astFromUnionType", + "getDeprecatableDirectiveNodes", + "getDirectiveNodes", + "getDocumentNodeFromSchema", + "makeDeprecatedDirective", + "makeDirectiveNode", + "makeDirectiveNodes", + "printSchemaWithDirectives" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7549, + "sizes": { + "javascript": 7549 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./prune.js", + "loc": "22:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./prune.js", + "loc": "22:0-27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "pruneSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5058, + "sizes": { + "javascript": 5058 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./renameType.js", + "loc": "29:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./renameType.js", + "loc": "29:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "renameType" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1321, + "sizes": { + "javascript": 1321 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "2:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "17:26-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "37:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "44:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "44:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "6:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "81:24-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "4:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "73:23-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getDefinedRootType", + "getRootTypeMap", + "getRootTypeNames", + "getRootTypes" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 13:0-16:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 188, + "sizes": { + "javascript": 188 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./selectionSets.js", + "loc": "26:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./selectionSets.js", + "loc": "26:0-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "parseSelectionSet" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1213, + "sizes": { + "javascript": 1213 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/types.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/types.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./types.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./types.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "DirectiveLocation" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-24:50", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1468, + "sizes": { + "javascript": 1468 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./updateArgument.js", + "loc": "32:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./updateArgument.js", + "loc": "32:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createVariableNameGenerator", + "updateArgument" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1389, + "sizes": { + "javascript": 1389 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./validate-documents.js", + "loc": "9:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validate-documents.js", + "loc": "9:0-40", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createDefaultRules", + "validateGraphQlDocuments" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 644, + "sizes": { + "javascript": 644 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueMatchesCriteria.js", + "loc": "38:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./valueMatchesCriteria.js", + "loc": "38:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "valueMatchesCriteria" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 9573, + "sizes": { + "javascript": 9573 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./visitResult.js", + "loc": "36:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitResult.js", + "loc": "36:0-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "visitData", + "visitErrors", + "visitResult" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2145, + "sizes": { + "javascript": 2145 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./withCancel.js", + "loc": "43:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./withCancel.js", + "loc": "43:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getAsyncIterableWithCancel", + "getAsyncIteratorWithCancel", + "withCancel" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 5:0-9:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 7 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 5214, + "sizes": { + "javascript": 5214 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "name": "./node_modules/scroll-to-element/ease.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "index": 8, + "preOrderIndex": 8, + "index2": 0, + "postOrderIndex": 0, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "issuerName": "./node_modules/scroll-to-element/tween.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "id": 2618 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "name": "./node_modules/scroll-to-element/scroll-to.js", + "id": 5246 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "name": "./node_modules/scroll-to-element/tween.js", + "id": 5344 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 8081, + "issuerId": 5344, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "120:13-30", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "136:21-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "137:9-26", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "169:21-35", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "170:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "171:25-42", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "172:21-35", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "173:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "174:25-42", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "175:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "176:23-39", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "177:26-44", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "178:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "179:23-39", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "180:26-44", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "181:21-35", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "182:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "183:25-42", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "184:21-35", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "185:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "186:25-42", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "187:21-35", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "188:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "189:25-42", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "190:21-35", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "191:22-37", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "192:25-42", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "193:23-39", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "194:24-41", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "195:27-46", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "196:24-41", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "197:25-43", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "module": "./node_modules/scroll-to-element/ease.js", + "moduleName": "./node_modules/scroll-to-element/ease.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", + "resolvedModule": "./node_modules/scroll-to-element/ease.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "198:28-48", + "moduleId": 8081, + "resolvedModuleId": 8081 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "module": "./node_modules/scroll-to-element/tween.js", + "moduleName": "./node_modules/scroll-to-element/tween.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "resolvedModule": "./node_modules/scroll-to-element/tween.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./ease", + "loc": "1:11-28", + "moduleId": 5344, + "resolvedModuleId": 5344 + } + ], + "usedExports": true, + "providedExports": [ + "in-back", + "in-bounce", + "in-circ", + "in-cube", + "in-elastic", + "in-expo", + "in-out-back", + "in-out-bounce", + "in-out-circ", + "in-out-cube", + "in-out-elastic", + "in-out-expo", + "in-out-quad", + "in-out-quart", + "in-out-quint", + "in-out-sine", + "in-quad", + "in-quart", + "in-quint", + "in-sine", + "inBack", + "inBounce", + "inCirc", + "inCube", + "inElastic", + "inExpo", + "inOutBack", + "inOutBounce", + "inOutCirc", + "inOutCube", + "inOutElastic", + "inOutExpo", + "inOutQuad", + "inOutQuart", + "inOutQuint", + "inOutSine", + "inQuad", + "inQuart", + "inQuint", + "inSine", + "linear", + "out-back", + "out-bounce", + "out-circ", + "out-cube", + "out-elastic", + "out-expo", + "out-quad", + "out-quart", + "out-quint", + "out-sine", + "outBack", + "outBounce", + "outCirc", + "outCube", + "outElastic", + "outExpo", + "outQuad", + "outQuart", + "outQuint", + "outSine" + ], + "optimizationBailout": [ + "CommonJS bailout: exports.outBounce(...) prevents optimization as exports is passed as call context at 120:13-30", + "CommonJS bailout: exports.inBounce(...) prevents optimization as exports is passed as call context at 136:21-37", + "CommonJS bailout: exports.outBounce(...) prevents optimization as exports is passed as call context at 137:9-26", + "Statement (ExpressionStatement) with side effects in source code at 2:0-4:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2161, + "sizes": { + "javascript": 2161 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/emitter.js", + "name": "./node_modules/scroll-to-element/emitter.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/emitter.js", + "index": 9, + "preOrderIndex": 9, + "index2": 1, + "postOrderIndex": 1, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "issuerName": "./node_modules/scroll-to-element/tween.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "id": 2618 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "name": "./node_modules/scroll-to-element/scroll-to.js", + "id": 5246 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "name": "./node_modules/scroll-to-element/tween.js", + "id": 5344 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 1842, + "issuerId": 5344, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/emitter.js", + "module": "./node_modules/scroll-to-element/emitter.js", + "moduleName": "./node_modules/scroll-to-element/emitter.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/emitter.js", + "resolvedModule": "./node_modules/scroll-to-element/emitter.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "97:2-16", + "moduleId": 1842, + "resolvedModuleId": 1842 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "module": "./node_modules/scroll-to-element/tween.js", + "moduleName": "./node_modules/scroll-to-element/tween.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", + "resolvedModule": "./node_modules/scroll-to-element/tween.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "./emitter", + "loc": "2:14-34", + "moduleId": 5344, + "resolvedModuleId": 5344 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 97:2-16", + "Statement (ExpressionStatement) with side effects in source code at 12:0-18:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1061, + "sizes": { + "javascript": 1061 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "name": "./node_modules/performance-now/lib/performance-now.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "index": 11, + "preOrderIndex": 11, + "index2": 3, + "postOrderIndex": 3, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "issuerName": "./node_modules/raf/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", + "id": 6161 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", + "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", + "id": 2284 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", + "name": "./node_modules/scroll-to-element/index.js", + "id": 2618 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", + "name": "./node_modules/scroll-to-element/scroll-to.js", + "id": 5246 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "name": "./node_modules/raf/index.js", + "id": 4087 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 75, + "issuerId": 4087, + "chunks": [ + 143 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "module": "./node_modules/performance-now/lib/performance-now.js", + "moduleName": "./node_modules/performance-now/lib/performance-now.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "resolvedModule": "./node_modules/performance-now/lib/performance-now.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "6:4-18", + "moduleId": 75, + "resolvedModuleId": 75 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "module": "./node_modules/performance-now/lib/performance-now.js", + "moduleName": "./node_modules/performance-now/lib/performance-now.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "resolvedModule": "./node_modules/performance-now/lib/performance-now.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "10:4-18", + "moduleId": 75, + "resolvedModuleId": 75 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "module": "./node_modules/performance-now/lib/performance-now.js", + "moduleName": "./node_modules/performance-now/lib/performance-now.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "resolvedModule": "./node_modules/performance-now/lib/performance-now.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "23:4-18", + "moduleId": 75, + "resolvedModuleId": 75 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "module": "./node_modules/performance-now/lib/performance-now.js", + "moduleName": "./node_modules/performance-now/lib/performance-now.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "resolvedModule": "./node_modules/performance-now/lib/performance-now.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "28:4-18", + "moduleId": 75, + "resolvedModuleId": 75 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "module": "./node_modules/performance-now/lib/performance-now.js", + "moduleName": "./node_modules/performance-now/lib/performance-now.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", + "resolvedModule": "./node_modules/performance-now/lib/performance-now.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "34:8-12", + "moduleId": 75, + "resolvedModuleId": 75 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "module": "./node_modules/raf/index.js", + "moduleName": "./node_modules/raf/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", + "resolvedModule": "./node_modules/raf/index.js", + "type": "cjs require", + "active": true, + "explanation": "", + "userRequest": "performance-now", + "loc": "1:10-36", + "moduleId": 4087, + "resolvedModuleId": 4087 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: this is used directly at 34:8-12", + "CommonJS bailout: module.exports is used directly at 6:4-18", + "CommonJS bailout: module.exports is used directly at 10:4-18", + "CommonJS bailout: module.exports is used directly at 23:4-18", + "CommonJS bailout: module.exports is used directly at 28:4-18", + "Statement (ExpressionStatement) with side effects in source code at 2:0-34:14", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 3654, + "sizes": { + "javascript": 3654 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "name": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", + "index": 232, + "preOrderIndex": 232, + "index2": 224, + "postOrderIndex": 224, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "4:0-109", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "88:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "91:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "99:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "107:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "115:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "123:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "131:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "151:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "168:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "172:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "192:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "211:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "219:19-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "261:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "272:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "281:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "296:21-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "304:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "335:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "352:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "376:29-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "424:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "448:52-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "456:24-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "458:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "472:21-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "484:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "533:11-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "565:23-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "566:11-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "578:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "698:4-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "724:26-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "module": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "773:34-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./autocompleteUtils", + "loc": "1:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "forEachState", + "getDefinitionState", + "getFieldDef", + "hintList", + "objectValues" + ], + "providedExports": [ + "forEachState", + "getDefinitionState", + "getFieldDef", + "hintList", + "objectValues" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 36845, + "sizes": { + "javascript": 36845 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "name": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", + "index": 233, + "preOrderIndex": 233, + "index2": 233, + "postOrderIndex": 233, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "2:0-79", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "4:34-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "module": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "9:21-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getAutocompleteSuggestions", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "SuggestionCommand", + "canUseDirective", + "getAutocompleteSuggestions", + "getFragmentDefinitions", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions" + ], + "providedExports": [ + "GraphQLDocumentMode", + "SuggestionCommand", + "canUseDirective", + "getAutocompleteSuggestions", + "getFragmentDefinitions", + "getTokenAtPosition", + "getTypeInfo", + "getVariableCompletions", + "runOnlineParser" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-8:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 78825, + "sizes": { + "javascript": 78825 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", + "name": "./node_modules/vscode-languageserver-types/lib/esm/main.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", + "index": 235, + "preOrderIndex": 235, + "index2": 225, + "postOrderIndex": 225, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "issuerName": "./node_modules/graphql-language-service/esm/types.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "name": "./node_modules/graphql-language-service/esm/types.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "module": "./node_modules/graphql-language-service/esm/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "vscode-languageserver-types", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "module": "./node_modules/graphql-language-service/esm/types.js", + "moduleName": "./node_modules/graphql-language-service/esm/types.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "vscode-languageserver-types", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "InsertTextFormat" + ], + "providedExports": [ + "AnnotatedTextEdit", + "ChangeAnnotation", + "ChangeAnnotationIdentifier", + "CodeAction", + "CodeActionContext", + "CodeActionKind", + "CodeActionTriggerKind", + "CodeDescription", + "CodeLens", + "Color", + "ColorInformation", + "ColorPresentation", + "Command", + "CompletionItem", + "CompletionItemKind", + "CompletionItemLabelDetails", + "CompletionItemTag", + "CompletionList", + "CreateFile", + "DeleteFile", + "Diagnostic", + "DiagnosticRelatedInformation", + "DiagnosticSeverity", + "DiagnosticTag", + "DocumentHighlight", + "DocumentHighlightKind", + "DocumentLink", + "DocumentSymbol", + "DocumentUri", + "EOL", + "FoldingRange", + "FoldingRangeKind", + "FormattingOptions", + "Hover", + "InlayHint", + "InlayHintKind", + "InlayHintLabelPart", + "InlineValueContext", + "InlineValueEvaluatableExpression", + "InlineValueText", + "InlineValueVariableLookup", + "InsertReplaceEdit", + "InsertTextFormat", + "InsertTextMode", + "Location", + "LocationLink", + "MarkedString", + "MarkupContent", + "MarkupKind", + "OptionalVersionedTextDocumentIdentifier", + "ParameterInformation", + "Position", + "Range", + "RenameFile", + "SelectionRange", + "SemanticTokenModifiers", + "SemanticTokenTypes", + "SemanticTokens", + "SignatureInformation", + "SymbolInformation", + "SymbolKind", + "SymbolTag", + "TextDocument", + "TextDocumentEdit", + "TextDocumentIdentifier", + "TextDocumentItem", + "TextEdit", + "URI", + "VersionedTextDocumentIdentifier", + "WorkspaceChange", + "WorkspaceEdit", + "WorkspaceFolder", + "WorkspaceSymbol", + "integer", + "uinteger" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 7:0-12:38" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4007, + "sizes": { + "javascript": 4007 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", + "name": "./node_modules/graphql-language-service/esm/parser/CharacterStream.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", + "index": 237, + "preOrderIndex": 237, + "index2": 227, + "postOrderIndex": 227, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./CharacterStream", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./CharacterStream", + "loc": "1:0-63", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 9086, + "sizes": { + "javascript": 9086 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "name": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "index": 238, + "preOrderIndex": 238, + "index2": 229, + "postOrderIndex": 229, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "2:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "1:0-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "4:45-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "5:14-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "module": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./Rules", + "loc": "6:16-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "LexRules", + "ParseRules", + "isIgnored" + ], + "providedExports": [ + "LexRules", + "ParseRules", + "isIgnored" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-16:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 802, + "sizes": { + "javascript": 802 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", + "name": "./node_modules/graphql-language-service/esm/parser/RuleHelpers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", + "index": 239, + "preOrderIndex": 239, + "index2": 228, + "postOrderIndex": 228, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "1:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "18:15-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "54:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "55:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "56:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "61:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "62:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "63:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "68:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "69:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "70:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "73:26-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "73:34-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "73:62-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "74:37-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "74:53-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "75:15-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "76:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "77:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "77:27-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "77:46-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "89:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "91:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "92:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "93:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "97:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "98:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "99:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "101:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "101:24-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "101:42-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "102:34-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "103:21-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "103:44-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "105:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "106:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "107:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "112:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "112:12-18", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "114:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "148:18-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "160:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "161:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "163:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "163:24-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "163:39-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "164:18-19", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "164:26-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "164:47-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "165:37-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:15-16", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:31-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:39-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "169:43-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "170:31-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "170:35-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "172:16-17", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "172:46-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "175:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "177:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "179:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "179:34-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "184:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "185:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "186:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "187:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "188:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "190:37-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "190:55-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "194:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "195:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "196:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "197:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "199:40-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "200:46-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "204:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "205:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "206:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "207:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "208:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "212:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "213:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "215:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "217:19-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "217:27-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "217:50-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "220:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "222:8-11", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "223:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "228:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "229:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "230:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "230:28-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "236:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "237:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "238:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "239:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "241:37-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "245:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "246:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "247:8-12", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "module": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/Rules.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "248:8-9", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./RuleHelpers", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "butNot", + "list", + "opt", + "p", + "t" + ], + "providedExports": [ + "butNot", + "list", + "opt", + "p", + "t" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 6592, + "sizes": { + "javascript": 6592 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "name": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", + "index": 240, + "preOrderIndex": 240, + "index2": 230, + "postOrderIndex": 230, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./onlineParser", + "loc": "4:0-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./onlineParser", + "loc": "4:0-57", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default" + ], + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 126:0-129:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1061, + "sizes": { + "javascript": 1061 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "name": "./node_modules/graphql-language-service/esm/parser/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", + "index": 241, + "preOrderIndex": 241, + "index2": 231, + "postOrderIndex": 231, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/parser/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "name": "./node_modules/graphql-language-service/esm/parser/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "5:0-24", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "module": "./node_modules/graphql-language-service/esm/parser/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./types", + "loc": "5:0-24", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "RuleKinds" + ], + "providedExports": [ + "AdditionalRuleKinds", + "RuleKinds" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-31:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 5008, + "sizes": { + "javascript": 5008 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "name": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", + "index": 242, + "preOrderIndex": 242, + "index2": 243, + "postOrderIndex": 243, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getDefinition", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getDefinition", + "loc": "3:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType" + ], + "providedExports": [ + "LANGUAGE", + "getDefinitionQueryResultForDefinitionNode", + "getDefinitionQueryResultForField", + "getDefinitionQueryResultForFragmentSpread", + "getDefinitionQueryResultForNamedType" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 1:0-9:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1833, + "sizes": { + "javascript": 1833 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "name": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "index": 244, + "preOrderIndex": 244, + "index2": 235, + "postOrderIndex": 235, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./fragmentDependencies", + "loc": "1:0-97", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./fragmentDependencies", + "loc": "1:0-97", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./fragmentDependencies", + "loc": "1:0-97", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getFragmentDependencies", + "getFragmentDependenciesForAST" + ], + "providedExports": [ + "getFragmentDependencies", + "getFragmentDependenciesForAST" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-36" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 7012, + "sizes": { + "javascript": 7012 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "name": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", + "index": 246, + "preOrderIndex": 246, + "index2": 236, + "postOrderIndex": 236, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getVariablesJSONSchema", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getVariablesJSONSchema", + "loc": "2:0-67", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getVariablesJSONSchema" + ], + "providedExports": [ + "defaultJSONSchemaOptions", + "getVariablesJSONSchema" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-4:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1009, + "sizes": { + "javascript": 1009 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "name": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", + "index": 247, + "preOrderIndex": 247, + "index2": 237, + "postOrderIndex": 237, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getASTNodeAtPosition", + "loc": "3:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getASTNodeAtPosition", + "loc": "3:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getASTNodeAtPosition", + "loc": "3:0-77", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getASTNodeAtPosition", + "pointToOffset" + ], + "providedExports": [ + "getASTNodeAtPosition", + "pointToOffset" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1576, + "sizes": { + "javascript": 1576 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", + "name": "./node_modules/graphql-language-service/esm/utils/Range.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", + "index": 248, + "preOrderIndex": 248, + "index2": 238, + "postOrderIndex": 238, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./Range", + "loc": "4:0-72", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "Position", + "Range", + "locToRange", + "offsetToPosition" + ], + "providedExports": [ + "Position", + "Range", + "locToRange", + "offsetToPosition" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1961, + "sizes": { + "javascript": 1961 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "name": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", + "index": 249, + "preOrderIndex": 249, + "index2": 239, + "postOrderIndex": 239, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./validateWithCustomRules", + "loc": "5:0-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./validateWithCustomRules", + "loc": "5:0-68", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "validateWithCustomRules" + ], + "providedExports": [ + "validateWithCustomRules" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 2:0-15:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 977, + "sizes": { + "javascript": 977 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "name": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", + "index": 250, + "preOrderIndex": 250, + "index2": 240, + "postOrderIndex": 240, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "2:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "module": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "5:10-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "6:0-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./collectVariables", + "loc": "6:0-54", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "collectVariables" + ], + "providedExports": [ + "collectVariables" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 872, + "sizes": { + "javascript": 872 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "name": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", + "index": 251, + "preOrderIndex": 251, + "index2": 241, + "postOrderIndex": 241, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "module": "./node_modules/graphql-language-service/esm/utils/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOperationFacts", + "loc": "7:0-105", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "default", + "getOperationASTFacts", + "getQueryFacts" + ], + "providedExports": [ + "default", + "getOperationASTFacts", + "getQueryFacts" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4424, + "sizes": { + "javascript": 4424 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "name": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", + "index": 252, + "preOrderIndex": 252, + "index2": 245, + "postOrderIndex": 245, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getDiagnostics", + "loc": "4:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getDiagnostics", + "loc": "4:0-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "DIAGNOSTIC_SEVERITY", + "SEVERITY", + "getDiagnostics", + "getRange", + "validateQuery" + ], + "providedExports": [ + "DIAGNOSTIC_SEVERITY", + "SEVERITY", + "getDiagnostics", + "getRange", + "validateQuery" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-9:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 4617, + "sizes": { + "javascript": 4617 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "name": "./node_modules/graphql-language-service/esm/interface/getOutline.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", + "index": 254, + "preOrderIndex": 254, + "index2": 246, + "postOrderIndex": 246, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getOutline", + "loc": "5:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getOutline", + "loc": "5:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getOutline" + ], + "providedExports": [ + "getOutline" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 4:0-20:2" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 5141, + "sizes": { + "javascript": 5141 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "name": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", + "index": 255, + "preOrderIndex": 255, + "index2": 247, + "postOrderIndex": 247, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "issuerName": "./node_modules/graphql-language-service/esm/interface/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "name": "./node_modules/graphql-language-service/esm/interface/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "./getHoverInformation", + "loc": "6:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "module": "./node_modules/graphql-language-service/esm/interface/index.js", + "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", + "type": "harmony export imported specifier", + "active": true, + "explanation": "", + "userRequest": "./getHoverInformation", + "loc": "6:0-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getHoverInformation" + ], + "providedExports": [ + "getHoverInformation" + ], + "optimizationBailout": [ + "Dependency (harmony side effect evaluation) with side effects at 2:0-79" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1321, + "sizes": { + "javascript": 1321 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "index": 295, + "preOrderIndex": 295, + "index2": 288, + "postOrderIndex": 288, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "2:0-70", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "17:26-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "37:17-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "44:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "44:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "6:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "81:24-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "4:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rootTypes.js", + "loc": "73:23-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getRootTypeMap" + ], + "providedExports": [ + "getDefinedRootType", + "getRootTypeMap", + "getRootTypeNames", + "getRootTypes" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 13:0-16:3" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6547, + "sizes": { + "javascript": 6547 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", + "index": 296, + "preOrderIndex": 296, + "index2": 287, + "postOrderIndex": 287, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "145:32-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "2:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "10:42-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "48:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "48:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "2:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "13:32-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "17:28-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "21:30-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "1:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./memoize.js", + "loc": "5:27-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "memoize1" + ], + "providedExports": [ + "memoize1", + "memoize2", + "memoize2of4", + "memoize2of5", + "memoize3", + "memoize4", + "memoize5" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 789, + "sizes": { + "javascript": 789 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "index": 297, + "preOrderIndex": 297, + "index2": 290, + "postOrderIndex": 290, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "85:32-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "207:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "229:69-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "252:75-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "273:43-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "362:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "382:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "27:14-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "astFromType" + ], + "providedExports": [ + "astFromType" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2964, + "sizes": { + "javascript": 2964 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", + "index": 298, + "preOrderIndex": 298, + "index2": 289, + "postOrderIndex": 289, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "7:49-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "4:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "27:81-88", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "42:85-92", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "52:77-84", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "47:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./inspect.js", + "loc": "47:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "inspect" + ], + "providedExports": [ + "inspect" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1679, + "sizes": { + "javascript": 1679 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", + "index": 299, + "preOrderIndex": 299, + "index2": 291, + "postOrderIndex": 291, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "3:68-74", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "5:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "48:16-22", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "33:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "31:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "type": "harmony import specifier", + "active": true, + "explanation": "(skipped side-effect-free modules)", + "userRequest": "@graphql-tools/utils", + "loc": "8:20-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "1:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "16:28-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "5:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "98:65-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "2:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./helpers.js", + "loc": "12:15-22", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "compareNodes", + "isSome" + ], + "providedExports": [ + "asArray", + "assertSome", + "compareNodes", + "compareStrings", + "isDocumentString", + "isSome", + "isValidPath", + "nodeToString" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4348, + "sizes": { + "javascript": 4348 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "index": 300, + "preOrderIndex": 300, + "index2": 292, + "postOrderIndex": 292, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "3:0-64", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "145:35-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "170:35-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./get-directives.js", + "loc": "317:35-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getDirectivesInExtensions" + ], + "providedExports": [ + "getDirective", + "getDirectiveInExtensions", + "getDirectives", + "getDirectivesInExtensions" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2590, + "sizes": { + "javascript": 2590 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", + "index": 301, + "preOrderIndex": 301, + "index2": 293, + "postOrderIndex": 293, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "41:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "41:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "4:0-63", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./astFromValueUntyped.js", + "loc": "434:26-45", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "astFromValueUntyped" + ], + "providedExports": [ + "astFromValueUntyped" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1324, + "sizes": { + "javascript": 1324 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "index": 305, + "preOrderIndex": 305, + "index2": 301, + "postOrderIndex": 301, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./type.js", + "loc": "12:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./type.js", + "loc": "12:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./type.js", + "loc": "2:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./type.js", + "loc": "33:48-57", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeType" + ], + "providedExports": [ + "mergeType" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3486, + "sizes": { + "javascript": 3486 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "index": 306, + "preOrderIndex": 306, + "index2": 299, + "postOrderIndex": 299, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "5:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "5:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "2:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./fields.js", + "loc": "16:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "2:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./fields.js", + "loc": "17:24-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "2:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./fields.js", + "loc": "17:24-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeFields" + ], + "providedExports": [ + "mergeFields" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 682, + "sizes": { + "javascript": 682 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", + "index": 307, + "preOrderIndex": 307, + "index2": 297, + "postOrderIndex": 297, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "20:37-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./arguments.js", + "loc": "1:0-31", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeArguments" + ], + "providedExports": [ + "mergeArguments" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3932, + "sizes": { + "javascript": 3932 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", + "index": 308, + "preOrderIndex": 308, + "index2": 298, + "postOrderIndex": 298, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "1:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "24:40-55", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "13:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "21:38-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "17:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "18:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "8:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "56:48-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "14:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "25:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "18:28-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "2:0-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "10:24-39", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeDirective", + "mergeDirectives" + ], + "providedExports": [ + "mergeDirective", + "mergeDirectives" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 407, + "sizes": { + "javascript": 407 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", + "index": 309, + "preOrderIndex": 309, + "index2": 300, + "postOrderIndex": 300, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "8:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "8:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "4:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "20:22-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "4:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "19:28-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "3:0-66", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./merge-named-type-array.js", + "loc": "15:19-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeNamedTypeArray" + ], + "providedExports": [ + "mergeNamedTypeArray" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 847, + "sizes": { + "javascript": 847 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "index": 310, + "preOrderIndex": 310, + "index2": 303, + "postOrderIndex": 303, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum.js", + "loc": "4:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./enum.js", + "loc": "4:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum.js", + "loc": "3:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./enum.js", + "loc": "37:48-57", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeEnum" + ], + "providedExports": [ + "mergeEnum" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1240, + "sizes": { + "javascript": 1240 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", + "index": 311, + "preOrderIndex": 311, + "index2": 302, + "postOrderIndex": 302, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "3:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "14:20-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "3:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./enum-values.js", + "loc": "3:0-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeEnumValues" + ], + "providedExports": [ + "mergeEnumValues" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1065, + "sizes": { + "javascript": 1065 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", + "index": 312, + "preOrderIndex": 312, + "index2": 304, + "postOrderIndex": 304, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./union.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./union.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./union.js", + "loc": "5:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./union.js", + "loc": "41:48-58", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeUnion" + ], + "providedExports": [ + "mergeUnion" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 838, + "sizes": { + "javascript": 838 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", + "index": 313, + "preOrderIndex": 313, + "index2": 305, + "postOrderIndex": 305, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "11:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "11:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "4:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./scalar.js", + "loc": "45:48-59", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeScalar" + ], + "providedExports": [ + "mergeScalar" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1196, + "sizes": { + "javascript": 1196 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", + "index": 314, + "preOrderIndex": 314, + "index2": 306, + "postOrderIndex": 306, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "6:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "6:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "6:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./input-type.js", + "loc": "49:48-62", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeInputType" + ], + "providedExports": [ + "mergeInputType" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1428, + "sizes": { + "javascript": 1428 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", + "index": 315, + "preOrderIndex": 315, + "index2": 307, + "postOrderIndex": 307, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./interface.js", + "loc": "7:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./interface.js", + "loc": "7:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./interface.js", + "loc": "7:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "module": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./interface.js", + "loc": "53:48-62", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "mergeInterface" + ], + "providedExports": [ + "mergeInterface" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 265, + "sizes": { + "javascript": 265 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "index": 325, + "preOrderIndex": 325, + "index2": 316, + "postOrderIndex": 316, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "29:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "52:15-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "53:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "54:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "2:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "13:15-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "13:49-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "14:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "14:52-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "15:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "15:56-80", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": [ + "getObjectTypeFromTypeMap" + ], + "providedExports": [ + "getObjectTypeFromTypeMap" + ], + "optimizationBailout": [], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1583, + "sizes": { + "javascript": 1583 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Interfaces.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "9:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "13:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "17:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "31:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "35:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "39:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "43:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "47:9-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "51:9-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "15:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "37:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "63:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "82:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "2:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "6:9-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "7:9-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "8:9-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "9:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "12:9-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "15:9-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "18:9-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "19:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "20:9-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "24:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "24:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "3:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "50:9-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "78:9-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "92:9-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "273:24-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "275:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "275:51-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "277:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "277:52-68", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "280:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "280:52-71", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "283:28-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "283:52-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "287:24-52", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:51-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "290:77-102", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:24-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:51-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "293:77-98", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "296:24-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "299:24-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "316:24-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "318:24-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "318:52-75", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "320:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "320:51-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "323:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "323:51-81", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "326:28-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "326:51-85", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "330:24-50", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "330:52-78", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "333:24-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "350:40-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "354:41-61", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "358:41-62", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "3:0-45", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./Interfaces.js", + "loc": "34:13-28", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "MapperKind" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-28:36", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 616, + "sizes": { + "javascript": 616 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Path.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Path.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Path.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./Path.js", + "loc": "52:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./Path.js", + "loc": "52:0-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "addPath", + "pathToArray", + "printPathArray" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2763, + "sizes": { + "javascript": 2763 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "4:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "7:15-23", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "20:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./addTypes.js", + "loc": "20:0-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "addTypes" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 11883, + "sizes": { + "javascript": 11883 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./build-operation-for-field.js", + "loc": "12:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./build-operation-for-field.js", + "loc": "12:0-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "buildOperationNodeForField" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 4:0-29", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6393, + "sizes": { + "javascript": 6393 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "46:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "46:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "3:0-69", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "84:40-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "174:44-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./collectFields.js", + "loc": "178:44-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "collectFields", + "collectSubFields", + "doesFragmentConditionMatch", + "getDeferValues", + "getFieldEntryKey", + "shouldIncludeNode" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 145:0-159:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1484, + "sizes": { + "javascript": 1484 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "3:0-56", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./directives.js", + "loc": "125:37-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "54:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./directives.js", + "loc": "54:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "GraphQLDeferDirective", + "GraphQLStreamDirective" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-20:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 715, + "sizes": { + "javascript": 715 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "1:0-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "7:14-32", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "3:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "27:22-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "42:26-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "52:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "61:18-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "34:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "34:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "1:0-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./errors.js", + "loc": "7:14-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createGraphQLError", + "relocatedError" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1, + "sizes": { + "javascript": 1 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/executor.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/executor.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/executor.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./executor.js", + "loc": "42:0-30", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./executor.js", + "loc": "42:0-30", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 4359, + "sizes": { + "javascript": 4359 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "28:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./fields.js", + "loc": "28:0-28", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "appendObjectFields", + "modifyObjectFields", + "removeObjectFields", + "selectObjectFields" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 3360, + "sizes": { + "javascript": 3360 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./filterSchema.js", + "loc": "14:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./filterSchema.js", + "loc": "14:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "filterSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 843, + "sizes": { + "javascript": 843 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./fixSchemaAst.js", + "loc": "49:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./fixSchemaAst.js", + "loc": "49:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "fixSchemaAst" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 997, + "sizes": { + "javascript": 997 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./forEachDefaultValue.js", + "loc": "18:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./forEachDefaultValue.js", + "loc": "18:0-41", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "forEachDefaultValue" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 571, + "sizes": { + "javascript": 571 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./forEachField.js", + "loc": "17:0-34", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./forEachField.js", + "loc": "17:0-34", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "forEachField" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1181, + "sizes": { + "javascript": 1181 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-arguments-with-directives.js", + "loc": "5:0-51", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-arguments-with-directives.js", + "loc": "5:0-51", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getArgumentsWithDirectives" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1151, + "sizes": { + "javascript": 1151 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "4:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "8:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-fields-with-directives.js", + "loc": "8:0-48", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getFieldsWithDirectives" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 552, + "sizes": { + "javascript": 552 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "6:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "6:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "5:0-67", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./get-implementing-types.js", + "loc": "96:30-50", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getImplementingTypes" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2998, + "sizes": { + "javascript": 2998 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "1:0-59", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "59:72-89", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", + "module": "./src/components/Marked/index.tsx + 48 modules", + "moduleName": "./src/components/Marked/index.tsx + 48 modules", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "87:32-49", + "moduleId": 7759, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "1:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "59:72-89", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "87:32-49", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "37:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getArgumentValues.js", + "loc": "37:0-39", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getArgumentValues" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 518, + "sizes": { + "javascript": 518 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "50:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "50:0-48", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "1:0-77", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getOperationASTFromRequest.js", + "loc": "40:34-60", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getOperationASTFromDocument", + "getOperationASTFromRequest" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-12:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2975, + "sizes": { + "javascript": 2975 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getResolversFromSchema.js", + "loc": "16:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getResolversFromSchema.js", + "loc": "16:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getResolversFromSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 331, + "sizes": { + "javascript": 331 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getResponseKeyFromInfo.js", + "loc": "27:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./getResponseKeyFromInfo.js", + "loc": "27:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getResponseKeyFromInfo" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6781, + "sizes": { + "javascript": 6781 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./heal.js", + "loc": "15:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./heal.js", + "loc": "15:0-26", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "healSchema", + "healTypes" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 395, + "sizes": { + "javascript": 395 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./implementsAbstractType.js", + "loc": "33:0-44", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./implementsAbstractType.js", + "loc": "33:0-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "implementsAbstractType" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 210, + "sizes": { + "javascript": 210 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./isAsyncIterable.js", + "loc": "39:0-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./isAsyncIterable.js", + "loc": "39:0-37", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "isAsyncIterable" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 768, + "sizes": { + "javascript": 768 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/jsutils.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/jsutils.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/jsutils.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "1:0-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "37:43-57", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "53:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./jsutils.js", + "loc": "53:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "hasOwnProperty", + "isIterableObject", + "isObjectLike", + "isPromise", + "promiseReduce" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1, + "sizes": { + "javascript": 1 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/loaders.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/loaders.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/loaders.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./loaders.js", + "loc": "1:0-29", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./loaders.js", + "loc": "1:0-29", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1707, + "sizes": { + "javascript": 1707 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapAsyncIterator.js", + "loc": "31:0-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mapAsyncIterator.js", + "loc": "31:0-38", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "mapAsyncIterator" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 19471, + "sizes": { + "javascript": 19471 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "1:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "8:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "3:0-60", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "14:11-20", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "26:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "36:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "51:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "62:4-13", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "81:22-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "100:23-38", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "3:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "5:27-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "19:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "19:0-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "2:0-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./mapSchema.js", + "loc": "33:23-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "correctASTNodes", + "mapSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2407, + "sizes": { + "javascript": 2407 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./observableToAsyncIterable.js", + "loc": "35:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./observableToAsyncIterable.js", + "loc": "35:0-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "observableToAsyncIterable" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1149, + "sizes": { + "javascript": 1149 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-json.js", + "loc": "10:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-json.js", + "loc": "10:0-40", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "parseGraphQLJSON" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2890, + "sizes": { + "javascript": 2890 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-sdl.js", + "loc": "11:0-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./parse-graphql-sdl.js", + "loc": "11:0-39", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "isDescribable", + "parseGraphQLSDL", + "transformCommentsToDescriptions" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 7549, + "sizes": { + "javascript": 7549 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./prune.js", + "loc": "22:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./prune.js", + "loc": "22:0-27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "pruneSchema" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 5058, + "sizes": { + "javascript": 5058 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./renameType.js", + "loc": "29:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./renameType.js", + "loc": "29:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "renameType" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 6153, + "sizes": { + "javascript": 6153 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "30:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "49:36-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "21:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "21:0-28", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "4:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./rewire.js", + "loc": "10:36-47", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "rewireTypes" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 188, + "sizes": { + "javascript": 188 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./selectionSets.js", + "loc": "26:0-35", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./selectionSets.js", + "loc": "26:0-35", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "parseSelectionSet" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1877, + "sizes": { + "javascript": 1877 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "25:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "25:0-26", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "2:0-59", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "149:30-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./stub.js", + "loc": "149:50-67", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createNamedStub", + "createStub", + "getBuiltInForStub", + "isNamedStub" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1850, + "sizes": { + "javascript": 1850 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "30:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "30:0-41", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "5:0-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "7:141-160", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./transformInputValue.js", + "loc": "7:243-258", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "parseInputValue", + "parseInputValueLiteral", + "serializeInputValue", + "transformInputValue" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1213, + "sizes": { + "javascript": 1213 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/types.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/types.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/types.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./types.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./types.js", + "loc": "13:0-27", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "DirectiveLocation" + ], + "optimizationBailout": [ + "Statement (ExpressionStatement) with side effects in source code at 2:0-24:50", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1468, + "sizes": { + "javascript": 1468 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./updateArgument.js", + "loc": "32:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./updateArgument.js", + "loc": "32:0-36", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createVariableNameGenerator", + "updateArgument" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 1389, + "sizes": { + "javascript": 1389 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./validate-documents.js", + "loc": "9:0-40", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./validate-documents.js", + "loc": "9:0-40", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "createDefaultRules", + "validateGraphQlDocuments" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 644, + "sizes": { + "javascript": 644 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./valueMatchesCriteria.js", + "loc": "38:0-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./valueMatchesCriteria.js", + "loc": "38:0-42", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "valueMatchesCriteria" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 9573, + "sizes": { + "javascript": 9573 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./visitResult.js", + "loc": "36:0-33", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./visitResult.js", + "loc": "36:0-33", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "visitData", + "visitErrors", + "visitResult" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 2145, + "sizes": { + "javascript": 2145 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./withCancel.js", + "loc": "43:0-32", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "type": "harmony export imported specifier", + "active": false, + "explanation": "", + "userRequest": "./withCancel.js", + "loc": "43:0-32", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getAsyncIterableWithCancel", + "getAsyncIteratorWithCancel", + "withCancel" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 5:0-9:3", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 384, + "sizes": { + "javascript": 384 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "4:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "22:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "51:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "75:23-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "146:30-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "AccumulatorMap" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-17:1", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 789, + "sizes": { + "javascript": 789 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "issuerName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "85:32-43", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "207:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "229:69-80", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "252:75-86", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "273:43-54", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "362:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "382:14-25", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "2:0-47", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "module": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./astFromType.js", + "loc": "27:14-25", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "astFromType" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 8 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 384, + "sizes": { + "javascript": 384 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/nullthrows/nullthrows.js", + "name": "./node_modules/nullthrows/nullthrows.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/nullthrows/nullthrows.js", + "index": 245, + "preOrderIndex": 245, + "index2": 234, + "postOrderIndex": 234, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "issuerName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", + "name": "./node_modules/codemirror-graphql/hint.js", + "id": 6619 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", + "name": "./node_modules/graphql-language-service/esm/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", + "name": "./node_modules/graphql-language-service/esm/utils/index.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "name": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 4357, + "issuerId": null, + "chunks": [ + 694 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "nullthrows", + "loc": "2:0-36", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "nullthrows", + "loc": "35:21-31", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", + "module": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "moduleName": "./node_modules/graphql-language-service/esm/index.js + 23 modules", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "nullthrows", + "loc": "44:29-39", + "moduleId": 435, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "nullthrows", + "loc": "2:0-36", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "nullthrows", + "loc": "35:21-31", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "module": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "moduleName": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "resolvedModule": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "nullthrows", + "loc": "44:29-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/nullthrows/nullthrows.js", + "module": "./node_modules/nullthrows/nullthrows.js", + "moduleName": "./node_modules/nullthrows/nullthrows.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/nullthrows/nullthrows.js", + "resolvedModule": "./node_modules/nullthrows/nullthrows.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "12:0-14", + "moduleId": 4357, + "resolvedModuleId": 4357 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 12:0-14", + "Statement (ExpressionStatement) with side effects in source code at 12:0-28", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 9 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 384, + "sizes": { + "javascript": 384 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "4:0-53", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "22:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "51:44-58", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "75:23-37", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "./AccumulatorMap.js", + "loc": "146:30-44", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "AccumulatorMap" + ], + "optimizationBailout": [ + "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-17:1", + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 9 + }, + { + "type": "module", + "moduleType": "javascript/esm", + "layer": null, + "size": 265, + "sizes": { + "javascript": 265 + }, + "built": true, + "codeGenerated": false, + "buildTimeExecuted": false, + "cached": false, + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "cacheable": true, + "optional": false, + "orphan": true, + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "issuerName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", + "name": "./.cache/production-app.js", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", + "id": null + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", + "name": "./src/components/Marked/swapiSchema.tsx", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", + "name": "./node_modules/@graphql-tools/schema/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", + "id": null + }, + { + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "id": null + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": null, + "issuerId": null, + "chunks": [], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "29:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "52:15-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "53:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "54:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony side effect evaluation", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "2:0-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "13:15-39", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "13:49-73", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "14:18-42", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "14:52-76", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "15:22-46", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "module": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", + "type": "harmony import specifier", + "active": false, + "explanation": "", + "userRequest": "./getObjectTypeFromTypeMap.js", + "loc": "15:56-80", + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": false, + "providedExports": [ + "getObjectTypeFromTypeMap" + ], + "optimizationBailout": [ + "ModuleConcatenation bailout: Module is not in any chunk" + ], + "depth": 9 + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 953, + "sizes": { + "runtime": 953 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/chunk loaded", + "name": "webpack/runtime/chunk loaded", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 302, + "sizes": { + "runtime": 302 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/compat get default export", + "name": "webpack/runtime/compat get default export", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 1209, + "sizes": { + "runtime": 1209 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/create fake namespace object", + "name": "webpack/runtime/create fake namespace object", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 2337, + "sizes": { + "runtime": 2337 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/css loading", + "name": "webpack/runtime/css loading", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 313, + "sizes": { + "runtime": 313 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/define property getters", + "name": "webpack/runtime/define property getters", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 336, + "sizes": { + "runtime": 336 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/ensure chunk", + "name": "webpack/runtime/ensure chunk", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 1862, + "sizes": { + "runtime": 1862 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/get javascript chunk filename", + "name": "webpack/runtime/get javascript chunk filename", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 210, + "sizes": { + "runtime": 210 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/get mini-css chunk filename", + "name": "webpack/runtime/get mini-css chunk filename", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 221, + "sizes": { + "runtime": 221 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/global", + "name": "webpack/runtime/global", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 103, + "sizes": { + "runtime": 103 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/hasOwnProperty shorthand", + "name": "webpack/runtime/hasOwnProperty shorthand", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 3247, + "sizes": { + "runtime": 3247 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/jsonp chunk loading", + "name": "webpack/runtime/jsonp chunk loading", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 1421, + "sizes": { + "runtime": 1421 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/load script", + "name": "webpack/runtime/load script", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 279, + "sizes": { + "runtime": 279 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/make namespace object", + "name": "webpack/runtime/make namespace object", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 28, + "sizes": { + "runtime": 28 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/publicPath", + "name": "webpack/runtime/publicPath", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 658 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + } + ], + "entrypoints": { + "app": { + "name": "app", + "chunks": [ + 658, + 774, + 143 + ], + "assets": [ + { + "name": "webpack-runtime-896a9e52974f99ea9ad8.js" + }, + { + "name": "framework-5a07166f3d3625ed30d4.js" + }, + { + "name": "app-d5d38c8a4fa16cdbc395.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "app-d5d38c8a4fa16cdbc395.js.map" + }, + { + "name": "framework-5a07166f3d3625ed30d4.js.map" + }, + { + "name": "webpack-runtime-896a9e52974f99ea9ad8.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "namedChunkGroups": { + "app": { + "name": "app", + "chunks": [ + 658, + 774, + 143 + ], + "assets": [ + { + "name": "webpack-runtime-896a9e52974f99ea9ad8.js" + }, + { + "name": "framework-5a07166f3d3625ed30d4.js" + }, + { + "name": "app-d5d38c8a4fa16cdbc395.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "app-d5d38c8a4fa16cdbc395.js.map" + }, + { + "name": "framework-5a07166f3d3625ed30d4.js.map" + }, + { + "name": "webpack-runtime-896a9e52974f99ea9ad8.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-404-tsx": { + "name": "component---src-pages-404-tsx", + "chunks": [ + 312, + 671, + 218 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "component---src-pages-404-tsx-79a006dd0c814d7433f8.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-pages-404-tsx-79a006dd0c814d7433f8.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-blog-blog-post-post-id-tsx": { + "name": "component---src-pages-blog-blog-post-post-id-tsx", + "chunks": [ + 312, + 126, + 671, + 349, + 694, + 111 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js" + }, + { + "name": "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map" + }, + { + "name": "component---src-pages-blog-blog-post-post-id-tsx-a6afbb4ddf12ae41bf20.js.map" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-blog-tsx": { + "name": "component---src-pages-blog-tsx", + "chunks": [ + 312, + 671, + 410 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-pages-blog-tsx-74b0ca47efa71c036f77.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-brand-tsx": { + "name": "component---src-pages-brand-tsx", + "chunks": [ + 312, + 671, + 786 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "component---src-pages-brand-tsx-cae13c291435463f7b0f.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-pages-brand-tsx-cae13c291435463f7b0f.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-code-tsx": { + "name": "component---src-pages-code-tsx", + "chunks": [ + 312, + 126, + 671, + 349, + 694, + 463 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js" + }, + { + "name": "component---src-pages-code-tsx-ef8a0886c0184df252ef.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map" + }, + { + "name": "component---src-pages-code-tsx-ef8a0886c0184df252ef.js.map" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-conf-faq-tsx": { + "name": "component---src-pages-conf-faq-tsx", + "chunks": [ + 312, + 409, + 389, + 33, + 54, + 489 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js" + }, + { + "name": "c1246470-c8f976475e03825367f7.js" + }, + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js" + }, + { + "name": "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js.map" + }, + { + "name": "c1246470-c8f976475e03825367f7.js.map" + }, + { + "name": "component---src-pages-conf-faq-tsx-a83f3fbfe0de3ea37415.js.map" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js.map" + }, + { + "name": "static/AmsterdamGraphQL.58c30fa9.svg" + }, + { + "name": "static/BangkokGraphQL.58c30fa9.svg" + }, + { + "name": "static/GraphQLWeekly.96d773e6.svg" + }, + { + "name": "static/Graphabase.95248309.svg" + }, + { + "name": "static/Postman.7d4450ff.svg" + }, + { + "name": "static/StepZen.0d57b5ac.svg" + }, + { + "name": "static/TypeGraphQL.a49ebe88.svg" + }, + { + "name": "static/WunderGraph.a8e2c990.svg" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-conf-gallery-tsx": { + "name": "component---src-pages-conf-gallery-tsx", + "chunks": [ + 312, + 409, + 389, + 33, + 54, + 995 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js" + }, + { + "name": "c1246470-c8f976475e03825367f7.js" + }, + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js" + }, + { + "name": "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js.map" + }, + { + "name": "c1246470-c8f976475e03825367f7.js.map" + }, + { + "name": "component---src-pages-conf-gallery-tsx-16eb2f7a63e838cd581e.js.map" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js.map" + }, + { + "name": "static/1-06b3992a2ca9c077f76eef5e56aa4de6.jpg" + }, + { + "name": "static/10_53228256862_o-0abf6fc152cd51332a24c62ce683ac8d.jpg" + }, + { + "name": "static/11_53229130936_o-9d38085faca157423cd9a56b08f26a71.jpg" + }, + { + "name": "static/12_53229130901_o-16eff16ed8a66de456798c711d507bc2.jpg" + }, + { + "name": "static/13_53229431753_o-3dcd614884d007b4500bbca780b89bfb.jpg" + }, + { + "name": "static/14_53228256817_o-81f63aeae38af3e3b5b8bc9b916eed4c.jpg" + }, + { + "name": "static/151_53229506084_o-6c991d12d31a26d295e44bc8f2fdaa69.jpg" + }, + { + "name": "static/15_53228256787_o-121c53e5690b1a642c51361521707373.jpg" + }, + { + "name": "static/16_53229629695_o-f1b286cd7dcb863d78d0f2aff99064bd.jpg" + }, + { + "name": "static/17_53229431688_o-4ea84d541adab3711e3691efea30e9c8.jpg" + }, + { + "name": "static/18_53229629645_o-e41e028f8369172dc8b1e1891af9ca7d.jpg" + }, + { + "name": "static/1_53229506279_o-5533e251e6de8fc443a8bfd1ac49ccb6.jpg" + }, + { + "name": "static/2-db8d142ccf34e27a42d1c81a24f249fe.jpg" + }, + { + "name": "static/2_53229431883_o-ba6b3d737dd06618aac2df8a9d83d26e.jpg" + }, + { + "name": "static/3-ddae01cef7d0ad11fedd6f7884140248.jpg" + }, + { + "name": "static/31_53228256917_o-b672cfec94b553f897435adc833c247f.jpg" + }, + { + "name": "static/3_53229131021_o-37c42f1bb1749ce77dd2432d0a38b0b7.jpg" + }, + { + "name": "static/4-6991951134e52f45d2056f4e7b2391bb.jpg" + }, + { + "name": "static/5-03fdecfbad9958a4072eb2ff76e3e3d5.jpg" + }, + { + "name": "static/5_53228256882_o-1a914dc7c1bc4120e333792058497dbf.jpg" + }, + { + "name": "static/6-46b3a29a1fec69c90d7b1372aa7982f0.jpg" + }, + { + "name": "static/7_53229506199_o-78a1e66a23996606c5ba9177fa59dc17.jpg" + }, + { + "name": "static/8-f03394a72f02e34f9b1c27a35b9285d1.jpg" + }, + { + "name": "static/8_53229629805_o-4cb21f00b91a9234ee1a7af4e2b40aa6.jpg" + }, + { + "name": "static/9-2ce6ea2968e6b4847298d61d5fbc024b.jpg" + }, + { + "name": "static/AmsterdamGraphQL.58c30fa9.svg" + }, + { + "name": "static/BangkokGraphQL.58c30fa9.svg" + }, + { + "name": "static/GraphQLWeekly.96d773e6.svg" + }, + { + "name": "static/Graphabase.95248309.svg" + }, + { + "name": "static/Postman.7d4450ff.svg" + }, + { + "name": "static/StepZen.0d57b5ac.svg" + }, + { + "name": "static/TypeGraphQL.a49ebe88.svg" + }, + { + "name": "static/WunderGraph.a8e2c990.svg" + }, + { + "name": "static/graphql-cover-1_53228256677_o-5e4479f01cfbf474a6db86016a8552f4.jpg" + }, + { + "name": "static/graphql-cover-2_53228256672_o-2417829da8fd4e0d97d3da6abb0b7704.jpg" + }, + { + "name": "static/graphql-cover-3_53228256612_o-10273002b8c7a4a56123cea87de221d4.jpg" + }, + { + "name": "static/graphqlconf-202310_53229130641_o-31323151f91de4e6d4d2ddc81885c6fb.jpg" + }, + { + "name": "static/graphqlconf-202311_53229130636_o-810900f6bc6265c8c14395b121571278.jpg" + }, + { + "name": "static/graphqlconf-202312_53229431468_o-d3bf61f8e5d66c155d8a66dd5c713b8e.jpg" + }, + { + "name": "static/graphqlconf-202313_53229431453_o-b9cc14fdec761f0d0225336f8cf832f3.jpg" + }, + { + "name": "static/graphqlconf-202314_53228256402_o-228c128a4921b5fcf54bd2ad196a7d15.jpg" + }, + { + "name": "static/graphqlconf-202315_53229431418_o-610cfeb05531db57e911c1eb5852d67a.jpg" + }, + { + "name": "static/graphqlconf-202316_53229130551_o-43289eb37133a3861622ffa84f622328.jpg" + }, + { + "name": "static/graphqlconf-202317_53229431408_o-a3ae66aca1f210443f105e86ef4b11d6.jpg" + }, + { + "name": "static/graphqlconf-202318_53229431413_o-a9007a89da3de863347ed440a6ca88a0.jpg" + }, + { + "name": "static/graphqlconf-202319_53229505639_o-2de487b1f6957c0477c5a4cb505fc228.jpg" + }, + { + "name": "static/graphqlconf-20231_53229505964_o-1009e5c028a67ea1f3447e49e4be539c.jpg" + }, + { + "name": "static/graphqlconf-202321_53229504679_o-0311f23e59786ccc039c5d4718757c6d.jpg" + }, + { + "name": "static/graphqlconf-202322_53229431348_o-3e30b29158cebf6034463de17e1fb04e.jpg" + }, + { + "name": "static/graphqlconf-202323_53229431353_o-544c2d88886cf21ba8f54be7b6cc35c4.jpg" + }, + { + "name": "static/graphqlconf-202324_53228255322_o-5a71455f42de82043b5b4b77a3bcb99f.jpg" + }, + { + "name": "static/graphqlconf-202325_53229628480_o-db8d142ccf34e27a42d1c81a24f249fe.jpg" + }, + { + "name": "static/graphqlconf-202326_53229504664_o-74350c88b65b1f2489c9c48cab66ad6e.jpg" + }, + { + "name": "static/graphqlconf-202327_53229430403_o-45fa74843e0f6b54efaec98cc0942227.jpg" + }, + { + "name": "static/graphqlconf-202328_53229129426_o-b20f8aef89a3017f72c003d231ada0c5.jpg" + }, + { + "name": "static/graphqlconf-202329_53228255262_o-43aa6c7bc103c6bbff058de4c31c5c2d.jpg" + }, + { + "name": "static/graphqlconf-20232_53229629585_o-b359501299c1f46aa004cdbeeb02df2c.jpg" + }, + { + "name": "static/graphqlconf-202330_53229430393_o-b88d49c8ee877c843f52cdfd19a782a6.jpg" + }, + { + "name": "static/graphqlconf-202331_53229430378_o-be294c1e8521e4bda6f2709d7d53b895.jpg" + }, + { + "name": "static/graphqlconf-202332_53228255222_o-68b935748ca74a80f78631a5f59409fd.jpg" + }, + { + "name": "static/graphqlconf-202333_53229504589_o-6516b179148b6d50ae76cbee72366a76.jpg" + }, + { + "name": "static/graphqlconf-202334_53229505599_o-7f221b5ce70e668edc4a5c7a20ebf620.jpg" + }, + { + "name": "static/graphqlconf-202335_53228256247_o-3dda6ab1194f9c00828d9db9aab88096.jpg" + }, + { + "name": "static/graphqlconf-202336_53229431263_o-931a08cabd04bea463270be638991181.jpg" + }, + { + "name": "static/graphqlconf-202337_53229431268_o-f2866a9f77f63ecad24bd1d9182ad7d1.jpg" + }, + { + "name": "static/graphqlconf-202338_53228256132_o-9d297db9a0733518efc33303f1a184d0.jpg" + }, + { + "name": "static/graphqlconf-202339_53228256117_o-1d6791f79c41e43a1a7cc83928df359d.jpg" + }, + { + "name": "static/graphqlconf-20233_53229431633_o-6251b6ca08b289ec31487e2dee733207.jpg" + }, + { + "name": "static/graphqlconf-202340_53229431183_o-a7d577b0c52caa68f9de2874a6afd0ee.jpg" + }, + { + "name": "static/graphqlconf-202341_53229629225_o-f8330b27c5270e291cd1a25978e9a0c9.jpg" + }, + { + "name": "static/graphqlconf-202342_53229130301_o-3a6466947eb087471d49edcc857bd552.jpg" + }, + { + "name": "static/graphqlconf-202343_53229505484_o-8d1544a05207a01ad7645cd0ea53e88c.jpg" + }, + { + "name": "static/graphqlconf-202344_53228256077_o-bf3631260f135d46bfe9ec2430452c7d.jpg" + }, + { + "name": "static/graphqlconf-202345_53229504499_o-4514bcda6f6e979a5ff34890ccb8acb7.jpg" + }, + { + "name": "static/graphqlconf-202346_53229629115_o-d449fd646b0a9936fe4a8df9858f4449.jpg" + }, + { + "name": "static/graphqlconf-202347_53229129301_o-ad016d33efd251b95f373e54494a5861.jpg" + }, + { + "name": "static/graphqlconf-202348_53229130226_o-718519f1b177c7d2b186aa1befbdeb75.jpg" + }, + { + "name": "static/graphqlconf-202349_53228256032_o-1e8b789de498a570dc51d1ce4031347e.jpg" + }, + { + "name": "static/graphqlconf-20234_53229629525_o-46b3a29a1fec69c90d7b1372aa7982f0.jpg" + }, + { + "name": "static/graphqlconf-202350_53229130146_o-770bfbfbbc79ac36ab2a68e43a61769c.jpg" + }, + { + "name": "static/graphqlconf-202351_53229130151_o-9265089e4f71ddc21bb2449ca5c8ded8.jpg" + }, + { + "name": "static/graphqlconf-202352_53229629035_o-c63737330822c881cc887a9e177f5482.jpg" + }, + { + "name": "static/graphqlconf-202353_53228255937_o-f17906f4b321de9729bab31d8f16ae13.jpg" + }, + { + "name": "static/graphqlconf-202354_53229430998_o-b7afe7f9471b5b065dbfbad633e517c1.jpg" + }, + { + "name": "static/graphqlconf-202355_53228255882_o-6991951134e52f45d2056f4e7b2391bb.jpg" + }, + { + "name": "static/graphqlconf-202356_53229505199_o-806afc3368bed3c68a4f1ab036615e72.jpg" + }, + { + "name": "static/graphqlconf-202357_53228255742_o-ff163b195d5bc26696b4ba2a38297633.jpg" + }, + { + "name": "static/graphqlconf-202358_53229628875_o-28b75ed3a78d97f92139fcc7e897156a.jpg" + }, + { + "name": "static/graphqlconf-202359_53229129286_o-85ea11ff858d5a1dd941d87afdc2d527.jpg" + }, + { + "name": "static/graphqlconf-20235_53229505904_o-a736f56b987a918c4c9a9b58dcc7092d.jpg" + }, + { + "name": "static/graphqlconf-202360_53229430883_o-3531320d97fb7c910547c3efc391fff4.jpg" + }, + { + "name": "static/graphqlconf-202361_53229628295_o-46f1e170d6aca3cfde657be2b9f62563.jpg" + }, + { + "name": "static/graphqlconf-202362_53229430868_o-500a2f8980850b7bcc9997f1ca71f7d8.jpg" + }, + { + "name": "static/graphqlconf-202363_53229505084_o-00d6e7f5fefe60ffcf0fb324193128fd.jpg" + }, + { + "name": "static/graphqlconf-202364_53229430858_o-46c8746589c68c3034c6727f8c174085.jpg" + }, + { + "name": "static/graphqlconf-202365_53229430258_o-c5be2321ad4f0eacedb1be7a48bb42a9.jpg" + }, + { + "name": "static/graphqlconf-202366_53229628825_o-ddae01cef7d0ad11fedd6f7884140248.jpg" + }, + { + "name": "static/graphqlconf-202367_53229430268_o-db8d142ccf34e27a42d1c81a24f249fe.jpg" + }, + { + "name": "static/graphqlconf-202368_53229430823_o-06b3992a2ca9c077f76eef5e56aa4de6.jpg" + }, + { + "name": "static/graphqlconf-202369_53229628795_o-2912559713b847a29a795aee060b0a3d.jpg" + }, + { + "name": "static/graphqlconf-20236_53229431543_o-e4b4337daff740b722d8affebe31a274.jpg" + }, + { + "name": "static/graphqlconf-202370_53228255572_o-1d51ca9834e9f6ce72827106d77d6ca1.jpg" + }, + { + "name": "static/graphqlconf-202371_53229628710_o-440308cf2b7bdc23f618c65ad261cca7.jpg" + }, + { + "name": "static/graphqlconf-202372_53229628695_o-59b3dee31c705555db463ad3abcea987.jpg" + }, + { + "name": "static/graphqlconf-202373_53229430683_o-9b86922287a6675cafeaa2ae0974d90e.jpg" + }, + { + "name": "static/graphqlconf-202374_53228255537_o-3b263ece2bbdfb7657ed5bb0cedde0ef.jpg" + }, + { + "name": "static/graphqlconf-202375_53228255527_o-f46369bd021ede1a43f2a4882b2fecf0.jpg" + }, + { + "name": "static/graphqlconf-202376_53229628665_o-b2ff9b9dfd4109a40eb65d093126d5d8.jpg" + }, + { + "name": "static/graphqlconf-202377_53229430648_o-a0f9ab4eb1aaab5c2d19cc393be552aa.jpg" + }, + { + "name": "static/graphqlconf-202378_53228255107_o-b46a32475481a765434cb94fbfa54ea7.jpg" + }, + { + "name": "static/graphqlconf-202379_53228255097_o-71662a5d23c6dde9452074c02d19767f.jpg" + }, + { + "name": "static/graphqlconf-20237_53229629480_o-d4efd23970b4cb1d146d0d2c6a3dd515.jpg" + }, + { + "name": "static/graphqlconf-202380_53229430623_o-d414181414836731fb059ff9df747ae8.jpg" + }, + { + "name": "static/graphqlconf-202381_53228255092_o-6616837630cbd8917bec11db323616e1.jpg" + }, + { + "name": "static/graphqlconf-202383_53228255462_o-5a60138c70429529b592647ca12d0974.jpg" + }, + { + "name": "static/graphqlconf-202384_53229129586_o-ed9a1e4514691d05e1ee63f7f7855956.jpg" + }, + { + "name": "static/graphqlconf-202385_53229504819_o-4b434aedfdfc4d6010e463732f502fab.jpg" + }, + { + "name": "static/graphqlconf-202386_53229129601_o-f13a361d5e740851ad0492b804344d07.jpg" + }, + { + "name": "static/graphqlconf-202387_53229628600_o-2ac92c8a332a16d88fb32e719a498677.jpg" + }, + { + "name": "static/graphqlconf-202388_53229430518_o-84bd124ede8aa974d2c23f82f6f44957.jpg" + }, + { + "name": "static/graphqlconf-202389_53229129526_o-768a25f98e4f7aaec56318e69bdf92d9.jpg" + }, + { + "name": "static/graphqlconf-20238_53228256482_o-3d7752d6e59d7818f5f00cb7b614ba94.jpg" + }, + { + "name": "static/graphqlconf-202390_53229628530_o-2058d6ea6bf0382b52927d19d3707687.jpg" + }, + { + "name": "static/graphqlconf-202391_53229504714_o-ff9dac7db37cbec450f8d2519b234d2f.jpg" + }, + { + "name": "static/graphqlconf-202392_53229430473_o-492dfc5219c4bfc912179ce2f9004049.jpg" + }, + { + "name": "static/graphqlconf-202393_53229129511_o-417f29e49edfbfaaa617584c3418c915.jpg" + }, + { + "name": "static/graphqlconf-202394_53228255057_o-1c56287d1dcb2cd41dc97c5c68afdc24.jpg" + }, + { + "name": "static/graphqlconf-202395_53229430163_o-c9173d798e6ffa93de7805e5a59eae29.jpg" + }, + { + "name": "static/graphqlconf-202396_53229628185_o-3bf05e49280b8da314a123d4a98ed5b5.jpg" + }, + { + "name": "static/graphqlconf-2023graphqlconf-2023_53228255062_o-85ffd08d3ebb0d09266b3a99c8f40c0d.jpg" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-conf-sched-tsx": { + "name": "component---src-pages-conf-sched-tsx", + "chunks": [ + 312, + 409, + 389, + 33, + 54, + 827 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js" + }, + { + "name": "c1246470-c8f976475e03825367f7.js" + }, + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js" + }, + { + "name": "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js.map" + }, + { + "name": "c1246470-c8f976475e03825367f7.js.map" + }, + { + "name": "component---src-pages-conf-sched-tsx-9a14157c35b7d89f1294.js.map" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js.map" + }, + { + "name": "static/AmsterdamGraphQL.58c30fa9.svg" + }, + { + "name": "static/BangkokGraphQL.58c30fa9.svg" + }, + { + "name": "static/GraphQLWeekly.96d773e6.svg" + }, + { + "name": "static/Graphabase.95248309.svg" + }, + { + "name": "static/Postman.7d4450ff.svg" + }, + { + "name": "static/StepZen.0d57b5ac.svg" + }, + { + "name": "static/TypeGraphQL.a49ebe88.svg" + }, + { + "name": "static/WunderGraph.a8e2c990.svg" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-conf-speak-tsx": { + "name": "component---src-pages-conf-speak-tsx", + "chunks": [ + 312, + 409, + 389, + 33, + 54, + 585 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js" + }, + { + "name": "c1246470-c8f976475e03825367f7.js" + }, + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js" + }, + { + "name": "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "6aa1a4e8-ab2678fd274a9acf4f8f.js.map" + }, + { + "name": "c1246470-c8f976475e03825367f7.js.map" + }, + { + "name": "component---src-pages-conf-speak-tsx-b022b55c34426bf52693.js.map" + }, + { + "name": "ebdd455b8c861199d615ed529c2728155d22b152-2b4dd9795258058b8ae9.js.map" + }, + { + "name": "ee9ce975-7543951c13232c413aa1.js.map" + }, + { + "name": "static/AmsterdamGraphQL.58c30fa9.svg" + }, + { + "name": "static/BangkokGraphQL.58c30fa9.svg" + }, + { + "name": "static/GraphQLWeekly.96d773e6.svg" + }, + { + "name": "static/Graphabase.95248309.svg" + }, + { + "name": "static/Postman.7d4450ff.svg" + }, + { + "name": "static/StepZen.0d57b5ac.svg" + }, + { + "name": "static/TypeGraphQL.a49ebe88.svg" + }, + { + "name": "static/WunderGraph.a8e2c990.svg" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-faq-tsx": { + "name": "component---src-pages-faq-tsx", + "chunks": [ + 312, + 126, + 671, + 349, + 694, + 288 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js" + }, + { + "name": "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map" + }, + { + "name": "component---src-pages-faq-tsx-e9475a0f37143e28d9eb.js.map" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-foundation-members-tsx": { + "name": "component---src-pages-foundation-members-tsx", + "chunks": [ + 312, + 671, + 482 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-pages-foundation-members-tsx-f75d3b7528a936a0b9d1.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-index-tsx": { + "name": "component---src-pages-index-tsx", + "chunks": [ + 312, + 671, + 349, + 691 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + }, + { + "name": "component---src-pages-index-tsx-ac6940fefb014dc73009.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-pages-index-tsx-ac6940fefb014dc73009.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-pages-users-tsx": { + "name": "component---src-pages-users-tsx", + "chunks": [ + 312, + 671, + 24 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-pages-users-tsx-a7cbe2fb178c79a5286c.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-templates-blog-post-tags-tsx": { + "name": "component---src-templates-blog-post-tags-tsx", + "chunks": [ + 312, + 671, + 64 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "component---src-templates-blog-post-tags-tsx-12db87ce85bea166b2d6.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + }, + "component---src-templates-doc-tsx": { + "name": "component---src-templates-doc-tsx", + "chunks": [ + 312, + 126, + 671, + 349, + 694, + 532 + ], + "assets": [ + { + "name": "styles.20234e69ed7f6c78f2c9.css" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js" + }, + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js" + }, + { + "name": "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js" + } + ], + "filteredAssets": 0, + "assetsSize": null, + "auxiliaryAssets": [ + { + "name": "0e0de0aa1e82e9d7a97fbcb52ac57e4e643a3497-7760512b99d003283a78.js.map" + }, + { + "name": "65bb1d67ef553e2cc30c9f1b826d5652bf6c2ea2-caed14955372bfbef457.js.map" + }, + { + "name": "ca590772691f113e38a136d0a5eb0f0b3f2b8468-1d4997112a23d802092a.js.map" + }, + { + "name": "component---src-templates-doc-tsx-97bbdcd4b4dd69051351.js.map" + }, + { + "name": "f65a48b9-133804e58393b9f5c11f.js.map" + } + ], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": null, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "errors": [], + "errorsCount": 0, + "warnings": [], + "warningsCount": 1, + "children": [ + { + "name": "mini-css-extract-plugin /Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "hash": "aad771df5f34ddec4b04", + "version": "5.82.1", + "time": 1238, + "builtAt": 1718101640300, + "publicPath": "/", + "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", + "assetsByChunkName": {}, + "assets": [], + "chunks": [ + { + "rendered": true, + "initial": true, + "entry": true, + "recorded": false, + "size": 77576, + "sizes": { + "javascript": 76579, + "runtime": 997 + }, + "names": [ + "child" + ], + "idHints": [], + "runtime": [ + "child" + ], + "files": [], + "auxiliaryFiles": [], + "hash": "f9c4b6c866d2f9064f8b", + "childrenByOrder": {}, + "id": 396, + "siblings": [], + "parents": [], + "children": [], + "origins": [ + { + "module": "", + "moduleIdentifier": "", + "moduleName": "", + "loc": "child", + "request": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less" + } + ] + } + ], + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 74974, + "sizes": { + "javascript": 74974 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "index": 0, + "preOrderIndex": 0, + "index2": 1, + "postOrderIndex": 1, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": null, + "issuerName": null, + "issuerPath": null, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 439, + "issuerId": null, + "chunks": [ + 396 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": "entry", + "active": true, + "explanation": "", + "userRequest": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "loc": "child", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": null, + "active": true, + "explanation": "used as library export", + "userRequest": null, + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-84", + "ModuleConcatenation bailout: Module uses module.id" + ], + "depth": 0 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1605, + "sizes": { + "javascript": 1605 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "name": "./node_modules/css-loader/dist/runtime/api.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "index": 1, + "preOrderIndex": 1, + "index2": 0, + "postOrderIndex": 0, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "issuerName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "id": 439 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 645, + "issuerId": 439, + "chunks": [ + 396 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", + "loc": "2:0-95", + "moduleId": 439, + "resolvedModuleId": 439 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", + "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", + "loc": "3:30-57", + "moduleId": 439, + "resolvedModuleId": 439 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "module": "./node_modules/css-loader/dist/runtime/api.js", + "moduleName": "./node_modules/css-loader/dist/runtime/api.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "resolvedModule": "./node_modules/css-loader/dist/runtime/api.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "9:0-14", + "moduleId": 645, + "resolvedModuleId": 645 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 9:0-14", + "Statement (ExpressionStatement) with side effects in source code at 9:0-66:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 302, + "sizes": { + "runtime": 302 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/compat get default export", + "name": "webpack/runtime/compat get default export", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 313, + "sizes": { + "runtime": 313 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/define property getters", + "name": "webpack/runtime/define property getters", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 103, + "sizes": { + "runtime": 103 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/hasOwnProperty shorthand", + "name": "webpack/runtime/hasOwnProperty shorthand", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 279, + "sizes": { + "runtime": 279 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/make namespace object", + "name": "webpack/runtime/make namespace object", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + } + ], + "entrypoints": { + "child": { + "name": "child", + "chunks": [ + 396 + ], + "assets": [], + "filteredAssets": 0, + "assetsSize": 0, + "auxiliaryAssets": [], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": 0, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "namedChunkGroups": { + "child": { + "name": "child", + "chunks": [ + 396 + ], + "assets": [], + "filteredAssets": 0, + "assetsSize": 0, + "auxiliaryAssets": [], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": 0, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "errors": [], + "errorsCount": 0, + "warnings": [], + "warningsCount": 0, + "children": [] + }, + { + "name": "mini-css-extract-plugin /Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "hash": "1fe5f5e3e1130f0abd02", + "version": "5.82.1", + "time": 3060, + "builtAt": 1718101642160, + "publicPath": "/", + "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", + "assetsByChunkName": {}, + "assets": [], + "chunks": [ + { + "rendered": true, + "initial": true, + "entry": true, + "recorded": false, + "size": 5070, + "sizes": { + "javascript": 4073, + "runtime": 997 + }, + "names": [ + "child" + ], + "idHints": [], + "runtime": [ + "child" + ], + "files": [], + "auxiliaryFiles": [], + "hash": "7ab176320ca87ec69e41", + "childrenByOrder": {}, + "id": 396, + "siblings": [], + "parents": [], + "children": [], + "origins": [ + { + "module": "", + "moduleIdentifier": "", + "moduleName": "", + "loc": "child", + "request": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css" + } + ] + } + ], + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 2468, + "sizes": { + "javascript": 2468 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "index": 0, + "preOrderIndex": 0, + "index2": 1, + "postOrderIndex": 1, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": null, + "issuerName": null, + "issuerPath": null, + "failed": false, + "errors": 0, + "warnings": 0, + "id": 945, + "issuerId": null, + "chunks": [ + 396 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": "entry", + "active": true, + "explanation": "", + "userRequest": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "loc": "child", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": null, + "active": true, + "explanation": "used as library export", + "userRequest": null, + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-84", + "ModuleConcatenation bailout: Module uses module.id" + ], + "depth": 0 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1605, + "sizes": { + "javascript": 1605 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "name": "./node_modules/css-loader/dist/runtime/api.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "index": 1, + "preOrderIndex": 1, + "index2": 0, + "postOrderIndex": 0, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "issuerName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "id": 945 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 645, + "issuerId": 945, + "chunks": [ + 396 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../css-loader/dist/runtime/api.js", + "loc": "2:0-79", + "moduleId": 945, + "resolvedModuleId": 945 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", + "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../css-loader/dist/runtime/api.js", + "loc": "3:30-57", + "moduleId": 945, + "resolvedModuleId": 945 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "module": "./node_modules/css-loader/dist/runtime/api.js", + "moduleName": "./node_modules/css-loader/dist/runtime/api.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "resolvedModule": "./node_modules/css-loader/dist/runtime/api.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "9:0-14", + "moduleId": 645, + "resolvedModuleId": 645 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 9:0-14", + "Statement (ExpressionStatement) with side effects in source code at 9:0-66:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 302, + "sizes": { + "runtime": 302 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/compat get default export", + "name": "webpack/runtime/compat get default export", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 313, + "sizes": { + "runtime": 313 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/define property getters", + "name": "webpack/runtime/define property getters", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 103, + "sizes": { + "runtime": 103 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/hasOwnProperty shorthand", + "name": "webpack/runtime/hasOwnProperty shorthand", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 279, + "sizes": { + "runtime": 279 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/make namespace object", + "name": "webpack/runtime/make namespace object", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + } + ], + "entrypoints": { + "child": { + "name": "child", + "chunks": [ + 396 + ], + "assets": [], + "filteredAssets": 0, + "assetsSize": 0, + "auxiliaryAssets": [], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": 0, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "namedChunkGroups": { + "child": { + "name": "child", + "chunks": [ + 396 + ], + "assets": [], + "filteredAssets": 0, + "assetsSize": 0, + "auxiliaryAssets": [], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": 0, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "errors": [], + "errorsCount": 0, + "warnings": [], + "warningsCount": 0, + "children": [] + }, + { + "name": "mini-css-extract-plugin /Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "hash": "e676fc34601b740f3fb7", + "version": "5.82.1", + "time": 4257, + "builtAt": 1718101643341, + "publicPath": "/", + "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", + "assetsByChunkName": {}, + "assets": [], + "chunks": [ + { + "rendered": true, + "initial": true, + "entry": true, + "recorded": false, + "size": 56644, + "sizes": { + "javascript": 55647, + "runtime": 997 + }, + "names": [ + "child" + ], + "idHints": [], + "runtime": [ + "child" + ], + "files": [], + "auxiliaryFiles": [], + "hash": "0fc27b58389ff8be1419", + "childrenByOrder": {}, + "id": 396, + "siblings": [], + "parents": [], + "children": [], + "origins": [ + { + "module": "", + "moduleIdentifier": "", + "moduleName": "", + "loc": "child", + "request": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css" + } + ] + } + ], + "modules": [ + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 54042, + "sizes": { + "javascript": 54042 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "index": 0, + "preOrderIndex": 0, + "index2": 1, + "postOrderIndex": 1, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": null, + "issuerName": null, + "issuerPath": null, + "failed": false, + "errors": 0, + "warnings": 1, + "id": 906, + "issuerId": null, + "chunks": [ + 396 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": "entry", + "active": true, + "explanation": "", + "userRequest": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "loc": "child", + "moduleId": null, + "resolvedModuleId": null + }, + { + "moduleIdentifier": null, + "module": null, + "moduleName": null, + "resolvedModuleIdentifier": null, + "resolvedModule": null, + "type": null, + "active": true, + "explanation": "used as library export", + "userRequest": null, + "moduleId": null, + "resolvedModuleId": null + } + ], + "usedExports": true, + "providedExports": [ + "default" + ], + "optimizationBailout": [ + "Statement (VariableDeclaration) with side effects in source code at 3:0-84", + "ModuleConcatenation bailout: Module uses module.id" + ], + "depth": 0 + }, + { + "type": "module", + "moduleType": "javascript/auto", + "layer": null, + "size": 1605, + "sizes": { + "javascript": 1605 + }, + "built": true, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "name": "./node_modules/css-loader/dist/runtime/api.js", + "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "index": 1, + "preOrderIndex": 1, + "index2": 0, + "postOrderIndex": 0, + "cacheable": true, + "optional": false, + "orphan": false, + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "issuerName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "issuerPath": [ + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "id": 906 + } + ], + "failed": false, + "errors": 0, + "warnings": 0, + "id": 645, + "issuerId": 906, + "chunks": [ + 396 + ], + "assets": [], + "reasons": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "type": "harmony side effect evaluation", + "active": true, + "explanation": "", + "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", + "loc": "2:0-95", + "moduleId": 906, + "resolvedModuleId": 906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "type": "harmony import specifier", + "active": true, + "explanation": "", + "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", + "loc": "3:30-57", + "moduleId": 906, + "resolvedModuleId": 906 + }, + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "module": "./node_modules/css-loader/dist/runtime/api.js", + "moduleName": "./node_modules/css-loader/dist/runtime/api.js", + "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", + "resolvedModule": "./node_modules/css-loader/dist/runtime/api.js", + "type": "cjs self exports reference", + "active": true, + "explanation": "", + "userRequest": null, + "loc": "9:0-14", + "moduleId": 645, + "resolvedModuleId": 645 + } + ], + "usedExports": null, + "providedExports": null, + "optimizationBailout": [ + "CommonJS bailout: module.exports is used directly at 9:0-14", + "Statement (ExpressionStatement) with side effects in source code at 9:0-66:2", + "ModuleConcatenation bailout: Module is not an ECMAScript module" + ], + "depth": 1 + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 302, + "sizes": { + "runtime": 302 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/compat get default export", + "name": "webpack/runtime/compat get default export", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 313, + "sizes": { + "runtime": 313 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/define property getters", + "name": "webpack/runtime/define property getters", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 103, + "sizes": { + "runtime": 103 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/hasOwnProperty shorthand", + "name": "webpack/runtime/hasOwnProperty shorthand", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + }, + { + "type": "module", + "moduleType": "runtime", + "layer": null, + "size": 279, + "sizes": { + "runtime": 279 + }, + "built": false, + "codeGenerated": true, + "buildTimeExecuted": false, + "cached": false, + "identifier": "webpack/runtime/make namespace object", + "name": "webpack/runtime/make namespace object", + "nameForCondition": null, + "index": null, + "preOrderIndex": null, + "index2": null, + "postOrderIndex": null, + "optional": false, + "orphan": false, + "failed": false, + "errors": 0, + "warnings": 0, + "id": "", + "chunks": [ + 396 + ], + "assets": [], + "reasons": [], + "usedExports": null, + "providedExports": [], + "optimizationBailout": [], + "depth": null + } + ], + "entrypoints": { + "child": { + "name": "child", + "chunks": [ + 396 + ], + "assets": [], + "filteredAssets": 0, + "assetsSize": 0, + "auxiliaryAssets": [], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": 0, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "namedChunkGroups": { + "child": { + "name": "child", + "chunks": [ + 396 + ], + "assets": [], + "filteredAssets": 0, + "assetsSize": 0, + "auxiliaryAssets": [], + "filteredAuxiliaryAssets": 0, + "auxiliaryAssetsSize": 0, + "children": {}, + "childAssets": {}, + "isOverSizeLimit": false + } + }, + "errors": [], + "errorsCount": 0, + "warnings": [ + { + "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", + "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", + "message": "Module Warning (from ./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js):\nWarning\n\n(21:3) Nested CSS was detected, but CSS nesting has not been configured correctly.\nPlease enable a CSS nesting plugin *before* Tailwind in your configuration.\nSee how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting", + "moduleId": 906, + "moduleTrace": [], + "stack": "ModuleWarning: Module Warning (from ./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js):\nWarning\n\n(21:3) Nested CSS was detected, but CSS nesting has not been configured correctly.\nPlease enable a CSS nesting plugin *before* Tailwind in your configuration.\nSee how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting\n at Object.emitWarning (/Users/dmytro/Desktop/graphql.github.io/node_modules/webpack/lib/NormalModule.js:604:6)\n at Object.loader (/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/index.js:116:10)" + } + ], + "warningsCount": 1, + "children": [] + } + ] +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index c0455782df..365f55dfc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12862,6 +12862,11 @@ webpack-sources@^3.2.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== +webpack-stats-plugin@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-1.1.3.tgz#ebcc36c8b468074ad737882e2043c1ce4b55d928" + integrity sha512-yUKYyy+e0iF/w31QdfioRKY+h3jDBRpthexBOWGKda99iu2l/wxYsI/XqdlP5IU58/0KB9CsJZgWNAl+/MPkRw== + webpack-stats-plugin@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-1.1.1.tgz#11aabf6ad536fd2843eb2e11a58d3485dc111b3e" From 7ed0d7ea2e652d2babab03ed4f1fd2b03d0f9224 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 12:31:37 +0200 Subject: [PATCH 03/10] regenerate file --- webpack-stats.json | 9967 ++++++++++++++++++-------------------------- 1 file changed, 3980 insertions(+), 5987 deletions(-) diff --git a/webpack-stats.json b/webpack-stats.json index ed93f80723..1d4fcfbffd 100644 --- a/webpack-stats.json +++ b/webpack-stats.json @@ -1,6 +1,6 @@ { "name": "build-javascript", - "hash": "255f5576924363fe05b5", + "hash": "938678edc9bb625b1c6c", "version": "5.82.1", "time": null, "publicPath": "/", @@ -4805,7 +4805,7 @@ ], "chunks": [ { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -4851,7 +4851,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -4931,7 +4931,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5016,7 +5016,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5062,7 +5062,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5111,7 +5111,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5190,7 +5190,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": true, "entry": false, "recorded": false, @@ -5257,7 +5257,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5303,7 +5303,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5532,7 +5532,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5620,7 +5620,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5700,7 +5700,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5779,7 +5779,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5825,7 +5825,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5874,7 +5874,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5920,7 +5920,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -5969,7 +5969,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6018,7 +6018,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6067,7 +6067,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": true, "entry": true, "recorded": false, @@ -6134,7 +6134,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6276,7 +6276,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6323,7 +6323,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6402,7 +6402,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": true, "entry": false, "recorded": false, @@ -6472,7 +6472,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6518,7 +6518,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6567,7 +6567,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6608,7 +6608,7 @@ ] }, { - "rendered": true, + "rendered": false, "initial": false, "entry": false, "recorded": false, @@ -6788,10 +6788,10 @@ "sizes": { "javascript": 19881 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js|23d861d466f676811f140fea45453ac2", "name": "./.cache/production-app.js + 5 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -6855,10 +6855,10 @@ "sizes": { "javascript": 8636 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", "name": "./.cache/production-app.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -6882,9 +6882,7 @@ "reasons": [], "usedExports": [], "providedExports": [], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:95-165" - ], + "optimizationBailout": [], "depth": 0 }, { @@ -6895,10 +6893,10 @@ "sizes": { "javascript": 7428 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", "name": "./.cache/navigation.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", @@ -6994,9 +6992,7 @@ "maybeGetBrowserRedirect", "shouldUpdateScroll" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:17-176" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -7007,10 +7003,10 @@ "sizes": { "javascript": 3015 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", "name": "./.cache/ensure-resources.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", @@ -7073,9 +7069,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:187-5:942" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -7086,10 +7080,10 @@ "sizes": { "javascript": 12 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", "name": "./.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", @@ -7159,10 +7153,10 @@ "sizes": { "javascript": 326 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", "name": "./.cache/route-announcer-props.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", @@ -7230,9 +7224,7 @@ "providedExports": [ "RouteAnnouncerProps" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-234" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -7243,10 +7235,10 @@ "sizes": { "javascript": 464 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", "name": "./node_modules/shallow-compare/es/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", @@ -7327,10 +7319,10 @@ "sizes": { "javascript": 1160 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", "name": "./.cache/api-runner-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", @@ -7776,7 +7768,6 @@ "apiRunnerAsync" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-54", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 1 @@ -7789,10 +7780,10 @@ "sizes": { "javascript": 24311 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js|c9803375cbfabbbe8423d48287d025a6", "name": "./.cache/loader.js + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", @@ -8255,10 +8246,10 @@ "sizes": { "javascript": 22916 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", "name": "./.cache/loader.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", @@ -8305,9 +8296,7 @@ "publicLoader", "setLoader" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 3:3-7:24" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -8318,10 +8307,10 @@ "sizes": { "javascript": 1395 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", "name": "./.cache/prefetch.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", @@ -8403,9 +8392,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:1011-1104" - ], + "optimizationBailout": [], "depth": 2 } ] @@ -8418,10 +8405,10 @@ "sizes": { "javascript": 190 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", "name": "./node_modules/react/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/index.js", @@ -55643,7 +55630,6 @@ "version" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:2-60", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 1 @@ -55656,10 +55642,10 @@ "sizes": { "javascript": 2088 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js|041a10ef8c5101b608e821140faecebd", "name": "./.cache/emitter.js + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", @@ -55809,10 +55795,10 @@ "sizes": { "javascript": 67 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", "name": "./.cache/emitter.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/emitter.js", @@ -55846,9 +55832,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:23-44" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -55859,10 +55843,10 @@ "sizes": { "javascript": 2021 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", "name": "./node_modules/mitt/dist/mitt.es.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", @@ -55943,10 +55927,10 @@ "sizes": { "javascript": 11464 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", "name": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", @@ -56429,7 +56413,6 @@ "validateRedirect" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:456-2075", "ModuleConcatenation bailout: Cannot concat with ./node_modules/invariant/browser.js: Module is not an ECMAScript module", "ModuleConcatenation bailout: Cannot concat with ./node_modules/prop-types/index.js: Module is not an ECMAScript module", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" @@ -56444,10 +56427,10 @@ "sizes": { "javascript": 308 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/strip-prefix.js", "name": "./.cache/strip-prefix.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/strip-prefix.js", @@ -56565,10 +56548,10 @@ "sizes": { "javascript": 259 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", "name": "./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js", @@ -57024,10 +57007,10 @@ "sizes": { "javascript": 13077 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js|bf1f7f28975361b4f8fa9fb81ec80b5e", "name": "./.cache/page-renderer.js + 4 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", @@ -57130,10 +57113,10 @@ "sizes": { "javascript": 1293 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", "name": "./.cache/page-renderer.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", @@ -57167,9 +57150,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:841-1007" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -57180,10 +57161,10 @@ "sizes": { "javascript": 4295 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", "name": "./.cache/head/head-export-handler-for-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", @@ -57251,9 +57232,7 @@ "providedExports": [ "headHandlerForBrowser" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:561-608" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -57264,10 +57243,10 @@ "sizes": { "javascript": 204 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", "name": "./.cache/head/components/fire-callback-in-effect.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", @@ -57353,10 +57332,10 @@ "sizes": { "javascript": 7182 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", "name": "./.cache/head/utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", @@ -57540,10 +57519,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", "name": "./.cache/head/constants.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", @@ -57648,10 +57627,10 @@ "sizes": { "javascript": 334 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", "name": "./.cache/react-dom-utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/react-dom-utils.js", @@ -57772,9 +57751,7 @@ "providedExports": [ "reactDOMUtils" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-24" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -57785,10 +57762,10 @@ "sizes": { "javascript": 348 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", "name": "./node_modules/gatsby-react-router-scroll/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/index.js", @@ -57824,7 +57801,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "gatsby-react-router-scroll", @@ -57838,7 +57815,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "gatsby-react-router-scroll", @@ -57885,7 +57862,6 @@ "useScrollRestoration" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 1 @@ -57898,10 +57874,10 @@ "sizes": { "javascript": 3298 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js|421caf8c77f8b9ac9b8dc320b30ac261", "name": "./.cache/static-query.js + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", @@ -57927,7 +57903,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./static-query", @@ -57969,7 +57945,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./static-query", @@ -58029,10 +58005,10 @@ "sizes": { "javascript": 2460 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", "name": "./.cache/static-query.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/static-query.js", @@ -58070,9 +58046,7 @@ "StaticQueryContext", "useStaticQuery" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:82-153" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -58083,10 +58057,10 @@ "sizes": { "javascript": 838 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", "name": "./.cache/context-utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", @@ -58169,10 +58143,10 @@ "sizes": { "javascript": 347 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", "name": "./.cache/slice/context.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/context.js", @@ -58496,7 +58470,6 @@ "SlicesResultsContext" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:25-89", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" ], "depth": 1 @@ -58509,10 +58482,10 @@ "sizes": { "javascript": 7428 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", "name": "./.cache/navigation.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/navigation.js", @@ -58608,9 +58581,7 @@ "maybeGetBrowserRedirect", "shouldUpdateScroll" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:17-176" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -58621,10 +58592,10 @@ "sizes": { "javascript": 2239 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", @@ -58702,7 +58673,6 @@ "components" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:0-2239", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 1 @@ -58715,10 +58685,10 @@ "sizes": { "javascript": 3015 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", "name": "./.cache/ensure-resources.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/ensure-resources.js", @@ -58781,9 +58751,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:187-5:942" - ], + "optimizationBailout": [], "depth": 1 }, { @@ -58794,10 +58762,10 @@ "sizes": { "javascript": 12 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", "name": "./.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/match-paths.json", @@ -58867,10 +58835,10 @@ "sizes": { "javascript": 2088 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", "name": "./.cache/register-service-worker.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/register-service-worker.js", @@ -58918,7 +58886,6 @@ "usedExports": true, "providedExports": [], "optimizationBailout": [ - "Statement (IfStatement) with side effects in source code at 1:44-13:380", "ModuleConcatenation bailout: Cannot concat with ./.cache/api-runner-browser.js: Module is not an ECMAScript module" ], "depth": 1 @@ -58931,10 +58898,10 @@ "sizes": { "javascript": 776 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", "name": "./.cache/api-runner-browser-plugins.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", @@ -59001,8 +58968,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 1:0-14", - "Statement (ExpressionStatement) with side effects in source code at 1:0-776", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -59015,10 +58980,10 @@ "sizes": { "javascript": 228 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", "name": "./node_modules/react-server-dom-webpack/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/index.js", @@ -59091,7 +59056,6 @@ "createFromXHR" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:2-79", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -59104,10 +59068,10 @@ "sizes": { "javascript": 6913 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/cjs/react.production.min.js", "name": "./node_modules/react/cjs/react.production.min.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react/cjs/react.production.min.js", @@ -59196,7 +59160,6 @@ "version" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 10:13-370", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -59209,10 +59172,10 @@ "sizes": { "javascript": 1395 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", "name": "./.cache/prefetch.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/prefetch.js", @@ -59294,9 +59257,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:1011-1104" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -59307,10 +59268,10 @@ "sizes": { "javascript": 2021 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", "name": "./node_modules/mitt/dist/mitt.es.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mitt/dist/mitt.es.js", @@ -59389,10 +59350,10 @@ "sizes": { "javascript": 3689 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js|affd109b9f7fc78518f23c2e38d726f9", "name": "./.cache/find-path.js + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", @@ -59623,10 +59584,10 @@ "sizes": { "javascript": 3407 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", "name": "./.cache/find-path.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/find-path.js", @@ -59672,9 +59633,7 @@ "grabMatchParams", "setMatchPaths" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:191-217" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -59685,10 +59644,10 @@ "sizes": { "javascript": 282 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", "name": "./.cache/normalize-page-path.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", @@ -59788,10 +59747,10 @@ "sizes": { "javascript": 1397 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/invariant/browser.js", "name": "./node_modules/invariant/browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/invariant/browser.js", @@ -59914,8 +59873,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 49:0-14", - "Statement (ExpressionStatement) with side effects in source code at 49:0-27", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -59928,10 +59885,10 @@ "sizes": { "javascript": 710 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", "name": "./node_modules/prop-types/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", @@ -59942,8 +59899,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "issuerName": "./.cache/page-renderer.js", + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "issuerName": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -59951,16 +59908,16 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "name": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "id": 7896 } ], "failed": false, "errors": 0, "warnings": 0, "id": 5697, - "issuerId": null, + "issuerId": 7896, "chunks": [ 774 ], @@ -60306,8 +60263,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 18:2-16", - "Statement (ExpressionStatement) with side effects in source code at 18:2-59", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -60320,10 +60275,10 @@ "sizes": { "javascript": 516 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js|4dd0a95b2f160d26891943d383749b9f", "name": "./.cache/redirect-utils.js + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", @@ -60501,10 +60456,10 @@ "sizes": { "javascript": 504 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", "name": "./.cache/redirect-utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirect-utils.js", @@ -60543,9 +60498,7 @@ "providedExports": [ "maybeGetBrowserRedirect" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:0-28" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -60556,10 +60509,10 @@ "sizes": { "javascript": 12 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", "name": "./.cache/redirects.json", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", @@ -60641,10 +60594,10 @@ "sizes": { "javascript": 1642 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js|a3c7e5f11f19923d0c2f8171b0b3a5be", "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 5 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -60864,10 +60817,10 @@ "sizes": { "javascript": 404 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -60878,8 +60831,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "issuerName": "./.cache/loader.js", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "issuerName": "./src/pages/code.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -60887,16 +60840,21 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 } ], "failed": false, "errors": 0, "warnings": 0, "id": null, - "issuerId": null, + "issuerId": 6140, "chunks": [], "assets": [], "reasons": [], @@ -60917,10 +60875,10 @@ "sizes": { "javascript": 161 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", "name": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", @@ -60940,9 +60898,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -61004,10 +60967,10 @@ "sizes": { "javascript": 175 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/iterableToArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", @@ -61027,9 +60990,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -61091,10 +61059,10 @@ "sizes": { "javascript": 495 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", @@ -61114,9 +61082,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -61178,10 +61151,10 @@ "sizes": { "javascript": 207 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", "name": "./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", @@ -61201,9 +61174,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -61265,10 +61243,10 @@ "sizes": { "javascript": 200 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", @@ -61288,9 +61266,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -61401,10 +61384,10 @@ "sizes": { "javascript": 229 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js", "name": "./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js", @@ -61597,10 +61580,10 @@ "sizes": { "javascript": 4295 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", "name": "./.cache/head/head-export-handler-for-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", @@ -61668,9 +61651,7 @@ "providedExports": [ "headHandlerForBrowser" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:561-608" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -61681,10 +61662,10 @@ "sizes": { "javascript": 619 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", "name": "./node_modules/react-dom/client.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/client.js", @@ -61740,7 +61721,6 @@ "hydrateRoot" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-29", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -61753,10 +61733,10 @@ "sizes": { "javascript": 6043 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", "name": "./node_modules/gatsby-react-router-scroll/scroll-handler.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/scroll-handler.js", @@ -61827,7 +61807,6 @@ "__esModule" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-85", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -61840,10 +61819,10 @@ "sizes": { "javascript": 797 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", "name": "./node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/use-scroll-restoration.js", @@ -61899,7 +61878,6 @@ "useScrollRestoration" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 2 @@ -61912,10 +61890,10 @@ "sizes": { "javascript": 4679 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", "name": "./node_modules/gatsby-link/dist/index.modern.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-link/dist/index.modern.mjs", @@ -61956,8 +61934,8 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "gatsby-link", "loc": "1:567-643", @@ -62026,8 +62004,8 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "gatsby-link", "loc": "1:567-643", @@ -62106,7 +62084,6 @@ "withPrefix" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:1773-1852", "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js: Module is not an ECMAScript module", "ModuleConcatenation bailout: Cannot concat with ./node_modules/prop-types/index.js: Module is not an ECMAScript module", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", @@ -62122,10 +62099,10 @@ "sizes": { "javascript": 838 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", "name": "./.cache/context-utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/context-utils.js", @@ -62206,10 +62183,10 @@ "sizes": { "javascript": 326 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", "name": "./.cache/route-announcer-props.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/route-announcer-props.js", @@ -62277,9 +62254,7 @@ "providedExports": [ "RouteAnnouncerProps" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-234" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -62290,10 +62265,10 @@ "sizes": { "javascript": 464 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", "name": "./node_modules/shallow-compare/es/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/shallow-compare/es/index.js", @@ -62372,10 +62347,10 @@ "sizes": { "javascript": 657 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", "name": "./src/pages/404.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/404.tsx", @@ -62446,10 +62421,10 @@ "sizes": { "javascript": 680 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", "name": "./src/pages/blog/{BlogPost.postId}.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/blog/{BlogPost.postId}.tsx", @@ -62521,10 +62496,10 @@ "sizes": { "javascript": 883 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", "name": "./src/pages/blog.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/blog.tsx", @@ -62597,10 +62572,10 @@ "sizes": { "javascript": 18113 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", "name": "./src/pages/brand.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/brand.tsx", @@ -62671,10 +62646,10 @@ "sizes": { "javascript": 12208 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", "name": "./src/pages/code.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", @@ -62733,7 +62708,6 @@ "default" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 72:0-203", "ModuleConcatenation bailout: Cannot concat with ./node_modules/gatsby-plugin-anchor-links/index.js: Module is not an ECMAScript module", "ModuleConcatenation bailout: Cannot concat with ./src/components/Layout/index.tsx: Module ./src/components/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) )", "ModuleConcatenation bailout: Cannot concat with ./src/components/Marked/index.tsx: Module ./src/components/Marked/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-code-tsx, module is in chunk(s) )", @@ -62752,10 +62726,10 @@ "sizes": { "javascript": 9985 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", "name": "./src/pages/conf/faq.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", @@ -62811,7 +62785,6 @@ "default" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 7:0-75:3", "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Footer/index.tsx: Module ./src/components/Conf/Footer/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) )", "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Header/index.tsx: Module ./src/components/Conf/Header/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", "ModuleConcatenation bailout: Cannot concat with ./src/components/Conf/Layout/index.tsx: Module ./src/components/Conf/Layout/index.tsx is not in the same chunk(s) (expected in chunk(s) component---src-pages-conf-faq-tsx, module is in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152)", @@ -62829,10 +62802,10 @@ "sizes": { "javascript": 58909 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx|7eaac5260f345ac0ee0152a9ce6bc0f3", "name": "./src/pages/conf/gallery.tsx + 126 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", @@ -63015,10 +62988,10 @@ "sizes": { "javascript": 1540 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", "name": "./src/pages/conf/gallery.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/gallery.tsx", @@ -63070,10 +63043,10 @@ "sizes": { "javascript": 1869 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", "name": "./src/components/Conf/Gallery/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", @@ -63159,10 +63132,10 @@ "sizes": { "javascript": 11968 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", "name": "./src/utils/conf-images.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", @@ -63240,9 +63213,7 @@ "providedExports": [ "images" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 1:10589-11968" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -63253,10 +63224,10 @@ "sizes": { "javascript": 50 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", "name": "./node_modules/react-medium-image-zoom/dist/styles.css", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", @@ -63327,10 +63298,10 @@ "sizes": { "javascript": 29370 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", "name": "./node_modules/react-medium-image-zoom/dist/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", @@ -63409,9 +63380,7 @@ "Controlled", "default" ], - "optimizationBailout": [ - "Statement (IfStatement) with side effects in source code at 345:0-349:1" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -63422,10 +63391,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", "name": "./static/img/conf/Gallery/1.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", @@ -63510,9 +63479,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -63523,10 +63490,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", "name": "./static/img/conf/Gallery/10_53228256862_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", @@ -63611,9 +63578,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -63624,10 +63589,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", "name": "./static/img/conf/Gallery/11_53229130936_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", @@ -63712,9 +63677,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -63725,10 +63688,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", "name": "./static/img/conf/Gallery/12_53229130901_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", @@ -63813,9 +63776,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -63826,10 +63787,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", "name": "./static/img/conf/Gallery/13_53229431753_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", @@ -63914,9 +63875,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -63927,10 +63886,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", "name": "./static/img/conf/Gallery/14_53228256817_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", @@ -64015,9 +63974,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64028,10 +63985,10 @@ "sizes": { "javascript": 105 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", "name": "./static/img/conf/Gallery/151_53229506084_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", @@ -64116,9 +64073,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-105" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64129,10 +64084,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", "name": "./static/img/conf/Gallery/15_53228256787_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", @@ -64217,9 +64172,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64230,10 +64183,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", "name": "./static/img/conf/Gallery/16_53229629695_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", @@ -64318,9 +64271,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64331,10 +64282,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", "name": "./static/img/conf/Gallery/17_53229431688_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", @@ -64419,9 +64370,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64432,10 +64381,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", "name": "./static/img/conf/Gallery/18_53229629645_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", @@ -64520,9 +64469,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64533,10 +64480,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", "name": "./static/img/conf/Gallery/1_53229506279_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", @@ -64621,9 +64568,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64634,10 +64579,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", "name": "./static/img/conf/Gallery/2.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", @@ -64722,9 +64667,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64735,10 +64678,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", "name": "./static/img/conf/Gallery/2_53229431883_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", @@ -64823,9 +64766,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64836,10 +64777,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", "name": "./static/img/conf/Gallery/3.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", @@ -64924,9 +64865,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -64937,10 +64876,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", "name": "./static/img/conf/Gallery/31_53228256917_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", @@ -65025,9 +64964,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65038,10 +64975,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", "name": "./static/img/conf/Gallery/3_53229131021_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", @@ -65126,9 +65063,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65139,10 +65074,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", "name": "./static/img/conf/Gallery/4.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", @@ -65227,9 +65162,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65240,10 +65173,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", "name": "./static/img/conf/Gallery/5.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", @@ -65328,9 +65261,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65341,10 +65272,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", "name": "./static/img/conf/Gallery/5_53228256882_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", @@ -65429,9 +65360,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65442,10 +65371,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", "name": "./static/img/conf/Gallery/6.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", @@ -65530,9 +65459,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65543,10 +65470,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", "name": "./static/img/conf/Gallery/7_53229506199_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", @@ -65631,9 +65558,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65644,10 +65569,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", "name": "./static/img/conf/Gallery/8.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", @@ -65732,9 +65657,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65745,10 +65668,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", "name": "./static/img/conf/Gallery/8_53229629805_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", @@ -65833,9 +65756,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65846,10 +65767,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", "name": "./static/img/conf/Gallery/9.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", @@ -65934,9 +65855,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -65947,10 +65866,10 @@ "sizes": { "javascript": 117 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", "name": "./static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", @@ -66035,9 +65954,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66048,10 +65965,10 @@ "sizes": { "javascript": 117 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", "name": "./static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", @@ -66136,9 +66053,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66149,10 +66064,10 @@ "sizes": { "javascript": 117 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", "name": "./static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", @@ -66237,9 +66152,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66250,10 +66163,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", @@ -66338,9 +66251,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66351,10 +66262,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", @@ -66439,9 +66350,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66452,10 +66361,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", @@ -66540,9 +66449,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66553,10 +66460,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", @@ -66641,9 +66548,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66654,10 +66559,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", @@ -66742,9 +66647,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66755,10 +66658,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", @@ -66843,9 +66746,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66856,10 +66757,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", @@ -66944,9 +66845,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -66957,10 +66856,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", @@ -67045,9 +66944,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67058,10 +66955,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", @@ -67146,9 +67043,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67159,10 +67054,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", @@ -67247,9 +67142,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67260,10 +67153,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", @@ -67348,9 +67241,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67361,10 +67252,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", @@ -67449,9 +67340,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67462,10 +67351,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", @@ -67550,9 +67439,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67563,10 +67450,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", @@ -67651,9 +67538,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67664,10 +67549,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", @@ -67752,9 +67637,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67765,10 +67648,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", @@ -67853,9 +67736,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67866,10 +67747,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", @@ -67954,9 +67835,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -67967,10 +67846,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", @@ -68055,9 +67934,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68068,10 +67945,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", @@ -68156,9 +68033,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68169,10 +68044,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", @@ -68257,9 +68132,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68270,10 +68143,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", @@ -68358,9 +68231,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68371,10 +68242,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", @@ -68459,9 +68330,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68472,10 +68341,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", @@ -68560,9 +68429,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68573,10 +68440,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", @@ -68661,9 +68528,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68674,10 +68539,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", @@ -68762,9 +68627,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68775,10 +68638,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", @@ -68863,9 +68726,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68876,10 +68737,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", @@ -68964,9 +68825,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -68977,10 +68836,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", @@ -69065,9 +68924,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69078,10 +68935,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", @@ -69166,9 +69023,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69179,10 +69034,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", @@ -69267,9 +69122,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69280,10 +69133,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", @@ -69368,9 +69221,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69381,10 +69232,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", @@ -69469,9 +69320,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69482,10 +69331,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", @@ -69570,9 +69419,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69583,10 +69430,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", @@ -69671,9 +69518,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69684,10 +69529,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", @@ -69772,9 +69617,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69785,10 +69628,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", @@ -69873,9 +69716,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69886,10 +69727,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", @@ -69974,9 +69815,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -69987,10 +69826,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", @@ -70075,9 +69914,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70088,10 +69925,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", @@ -70176,9 +70013,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70189,10 +70024,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", @@ -70277,9 +70112,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70290,10 +70123,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", @@ -70378,9 +70211,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70391,10 +70222,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", @@ -70479,9 +70310,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70492,10 +70321,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", @@ -70580,9 +70409,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70593,10 +70420,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", @@ -70681,9 +70508,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70694,10 +70519,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", @@ -70782,9 +70607,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70795,10 +70618,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", @@ -70883,9 +70706,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70896,10 +70717,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", @@ -70984,9 +70805,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -70997,10 +70816,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", @@ -71085,9 +70904,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71098,10 +70915,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", @@ -71186,9 +71003,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71199,10 +71014,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", @@ -71287,9 +71102,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71300,10 +71113,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", @@ -71388,9 +71201,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71401,10 +71212,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", @@ -71489,9 +71300,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71502,10 +71311,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", @@ -71590,9 +71399,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71603,10 +71410,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", @@ -71691,9 +71498,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71704,10 +71509,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", @@ -71792,9 +71597,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71805,10 +71608,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", @@ -71893,9 +71696,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -71906,10 +71707,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", @@ -71994,9 +71795,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72007,10 +71806,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", @@ -72095,9 +71894,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72108,10 +71905,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", @@ -72196,9 +71993,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72209,10 +72004,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", @@ -72297,9 +72092,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72310,10 +72103,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", @@ -72398,9 +72191,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72411,10 +72202,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", @@ -72499,9 +72290,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72512,10 +72301,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", @@ -72600,9 +72389,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72613,10 +72400,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", @@ -72701,9 +72488,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72714,10 +72499,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", @@ -72802,9 +72587,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72815,10 +72598,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", @@ -72903,9 +72686,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -72916,10 +72697,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", @@ -73004,9 +72785,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73017,10 +72796,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", @@ -73105,9 +72884,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73118,10 +72895,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", @@ -73206,9 +72983,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73219,10 +72994,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", @@ -73307,9 +73082,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73320,10 +73093,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", @@ -73408,9 +73181,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73421,10 +73192,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", @@ -73509,9 +73280,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73522,10 +73291,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", @@ -73610,9 +73379,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73623,10 +73390,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", @@ -73711,9 +73478,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73724,10 +73489,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", @@ -73812,9 +73577,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73825,10 +73588,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", @@ -73913,9 +73676,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -73926,10 +73687,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", @@ -74014,9 +73775,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74027,10 +73786,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", @@ -74115,9 +73874,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74128,10 +73885,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", @@ -74216,9 +73973,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74229,10 +73984,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", @@ -74317,9 +74072,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74330,10 +74083,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", @@ -74418,9 +74171,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74431,10 +74182,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", @@ -74519,9 +74270,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74532,10 +74281,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", @@ -74620,9 +74369,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74633,10 +74380,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", @@ -74721,9 +74468,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74734,10 +74479,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", @@ -74822,9 +74567,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74835,10 +74578,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", @@ -74923,9 +74666,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -74936,10 +74677,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", @@ -75024,9 +74765,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75037,10 +74776,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", @@ -75125,9 +74864,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75138,10 +74875,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", @@ -75226,9 +74963,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75239,10 +74974,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", @@ -75327,9 +75062,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75340,10 +75073,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", @@ -75428,9 +75161,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75441,10 +75172,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", @@ -75529,9 +75260,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75542,10 +75271,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", @@ -75630,9 +75359,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -75643,10 +75370,10 @@ "sizes": { "javascript": 134 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", @@ -75731,9 +75458,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-134" - ], + "optimizationBailout": [], "depth": 5 } ] @@ -75746,10 +75471,10 @@ "sizes": { "javascript": 1975 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", "name": "./src/pages/conf/sched.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", @@ -75823,10 +75548,10 @@ "sizes": { "javascript": 14915 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx|5ae13266539bfa72538ec30a79464e49", "name": "./src/pages/conf/speak.tsx + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", @@ -75885,10 +75610,10 @@ "sizes": { "javascript": 13985 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", "name": "./src/pages/conf/speak.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", @@ -75926,9 +75651,7 @@ "Head", "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 8:0-53:3" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -75939,10 +75662,10 @@ "sizes": { "javascript": 930 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", "name": "./src/components/Conf/Button/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", @@ -76030,10 +75753,10 @@ "sizes": { "javascript": 3833 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx|7aec40c5038fc7a12436695d98bb9ae8", "name": "./src/pages/faq.tsx + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", @@ -76089,10 +75812,10 @@ "sizes": { "javascript": 1969 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", "name": "./src/pages/faq.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/faq.tsx", @@ -76143,10 +75866,10 @@ "sizes": { "javascript": 1864 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", "name": "./src/utils/useFAQAccordion.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", @@ -76234,10 +75957,10 @@ "sizes": { "javascript": 44758 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx|7cbc3a3812ad1f68443ed46f36908c09", "name": "./src/pages/foundation/members.tsx + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", @@ -76293,10 +76016,10 @@ "sizes": { "javascript": 1975 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", "name": "./src/pages/foundation/members.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/foundation/members.tsx", @@ -76347,10 +76070,10 @@ "sizes": { "javascript": 42783 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", "name": "./node_modules/iframe-resizer-react/dist/index.es.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", @@ -76423,9 +76146,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 41:0-1442:3" - ], + "optimizationBailout": [], "depth": 3 } ] @@ -76438,10 +76159,10 @@ "sizes": { "javascript": 20283 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx|c1655557b387b4ede8b3093da6346544", "name": "./src/pages/index.tsx + 8 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", @@ -76501,10 +76222,10 @@ "sizes": { "javascript": 2660 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", "name": "./src/pages/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/index.tsx", @@ -76555,10 +76276,10 @@ "sizes": { "javascript": 1921 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", "name": "./src/Containers/Sections/Hero/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", @@ -76644,10 +76365,10 @@ "sizes": { "javascript": 1713 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", "name": "./src/Containers/Sections/SingleRequest/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", @@ -76733,10 +76454,10 @@ "sizes": { "javascript": 2316 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", "name": "./src/Containers/Sections/TypeSystem/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", @@ -76822,10 +76543,10 @@ "sizes": { "javascript": 2748 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", "name": "./src/Containers/Sections/PredictableResults/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", @@ -76911,10 +76632,10 @@ "sizes": { "javascript": 2615 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", "name": "./src/Containers/Sections/BringYourOwnCode/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", @@ -77000,10 +76721,10 @@ "sizes": { "javascript": 3132 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", "name": "./src/Containers/Sections/WithoutVersion/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", @@ -77089,10 +76810,10 @@ "sizes": { "javascript": 1191 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", "name": "./src/Containers/Sections/PowerFulTools/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", @@ -77178,10 +76899,10 @@ "sizes": { "javascript": 1987 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", "name": "./src/Containers/Sections/WhosUsing/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", @@ -77269,10 +76990,10 @@ "sizes": { "javascript": 1829 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", "name": "./src/pages/users.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/pages/users.tsx", @@ -77343,10 +77064,10 @@ "sizes": { "javascript": 932 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", "name": "./src/templates/{BlogPost.tags}.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/templates/{BlogPost.tags}.tsx", @@ -77419,10 +77140,10 @@ "sizes": { "javascript": 7783 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx|92695c2be1044bdd7ca81cf64bf9b5c4", "name": "./src/templates/doc.tsx + 6 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", @@ -77483,10 +77204,10 @@ "sizes": { "javascript": 1633 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", "name": "./src/templates/doc.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/templates/doc.tsx", @@ -77524,9 +77245,7 @@ "Head", "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 10:0-17:2" - ], + "optimizationBailout": [], "depth": 2 }, { @@ -77537,10 +77256,10 @@ "sizes": { "javascript": 1109 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", "name": "./src/components/DocsLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", @@ -77626,10 +77345,10 @@ "sizes": { "javascript": 1508 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", "name": "./src/components/FoundationLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", @@ -77715,10 +77434,10 @@ "sizes": { "javascript": 455 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", "name": "./src/components/CodeLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", @@ -77804,10 +77523,10 @@ "sizes": { "javascript": 394 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", "name": "./src/components/FAQLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", @@ -77893,10 +77612,10 @@ "sizes": { "javascript": 1499 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", "name": "./src/components/ConfLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", @@ -77982,10 +77701,10 @@ "sizes": { "javascript": 1185 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", "name": "./src/components/DocsSidebar/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", @@ -78134,10 +77853,10 @@ "sizes": { "javascript": 710 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", "name": "./node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/gatsby-browser.js", @@ -78198,7 +77917,6 @@ "onRouteUpdate" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:13-70", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -78211,10 +77929,10 @@ "sizes": { "javascript": 10032 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js|ed0683fcadb4b5028e7a2a693e872b83", "name": "./.cache/gatsby-browser-entry.js + 9 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79064,10 +78782,10 @@ "sizes": { "javascript": 804 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "name": "./.cache/gatsby-browser-entry.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79078,8 +78796,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "issuerName": "./.cache/head/head-export-handler-for-browser.js", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "issuerName": "./src/pages/conf/sched.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -79087,21 +78805,21 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 } ], "failed": false, "errors": 0, "warnings": 0, "id": null, - "issuerId": null, + "issuerId": 8023, "chunks": [], "assets": [], "reasons": [], @@ -79126,9 +78844,7 @@ "withAssetPrefix", "withPrefix" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:29-67" - ], + "optimizationBailout": [], "depth": 3 }, { @@ -79139,10 +78855,10 @@ "sizes": { "javascript": 4423 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", "name": "./.cache/slice.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", @@ -79162,14 +78878,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79191,7 +78907,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./slice", @@ -79205,7 +78921,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./slice", @@ -79220,9 +78936,7 @@ "providedExports": [ "Slice" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 9:317-13:530" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -79233,10 +78947,10 @@ "sizes": { "javascript": 1183 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", "name": "./.cache/slice/server-slice.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", @@ -79256,14 +78970,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79332,10 +79046,10 @@ "sizes": { "javascript": 659 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", "name": "./.cache/slice/inline-slice.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", @@ -79355,14 +79069,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79445,10 +79159,10 @@ "sizes": { "javascript": 1080 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", @@ -79468,14 +79182,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79542,10 +79256,10 @@ "sizes": { "javascript": 546 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", "name": "./.cache/slice/server-slice-renderer.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", @@ -79565,14 +79279,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79646,10 +79360,10 @@ "sizes": { "javascript": 118 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", "name": "./node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", @@ -79669,14 +79383,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79748,10 +79462,10 @@ "sizes": { "javascript": 614 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", "name": "./node_modules/@babel/runtime/helpers/esm/construct.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", @@ -79771,14 +79485,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79850,10 +79564,10 @@ "sizes": { "javascript": 237 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", "name": "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", @@ -79873,14 +79587,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -79952,10 +79666,10 @@ "sizes": { "javascript": 368 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", "name": "./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", @@ -79975,14 +79689,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -80061,10 +79775,10 @@ "sizes": { "javascript": 4157 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", "name": "./node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-server-dom-webpack/cjs/react-server-dom-webpack.production.min.js", @@ -80128,7 +79842,6 @@ "createFromXHR" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 10:13-224", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -80141,10 +79854,10 @@ "sizes": { "javascript": 1639 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", "name": "./node_modules/prop-types/factoryWithThrowingShims.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/factoryWithThrowingShims.js", @@ -80164,9 +79877,9 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "name": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "id": 7896 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", @@ -80216,8 +79929,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 16:0-14", - "Statement (VariableDeclaration) with side effects in source code at 10:0-65", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -80230,10 +79941,10 @@ "sizes": { "javascript": 12 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "json|/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", "name": "./.cache/redirects.json", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/redirects.json", @@ -80313,10 +80024,10 @@ "sizes": { "javascript": 282 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", "name": "./.cache/normalize-page-path.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/normalize-page-path.js", @@ -80414,10 +80125,10 @@ "sizes": { "javascript": 161 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", "name": "./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js", @@ -80437,9 +80148,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -80501,10 +80217,10 @@ "sizes": { "javascript": 175 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/iterableToArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/iterableToArray.js", @@ -80524,9 +80240,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -80588,10 +80309,10 @@ "sizes": { "javascript": 495 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js", @@ -80611,9 +80332,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -80675,10 +80401,10 @@ "sizes": { "javascript": 207 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", "name": "./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js", @@ -80698,9 +80424,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -80762,10 +80493,10 @@ "sizes": { "javascript": 1363 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", "name": "./node_modules/react-dom/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/index.js", @@ -80892,7 +80623,6 @@ "version" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 34:2-13", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -80905,10 +80635,10 @@ "sizes": { "javascript": 204 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", "name": "./.cache/head/components/fire-callback-in-effect.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/components/fire-callback-in-effect.js", @@ -80994,10 +80724,10 @@ "sizes": { "javascript": 7182 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", "name": "./.cache/head/utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/utils.js", @@ -81181,10 +80911,10 @@ "sizes": { "javascript": 224 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", "name": "./node_modules/@babel/runtime/helpers/interopRequireDefault.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/interopRequireDefault.js", @@ -81270,9 +81000,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 6:0-14", - "CommonJS bailout: module.exports is used directly at 6:103-117", - "Statement (ExpressionStatement) with side effects in source code at 6:0-118", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81285,10 +81012,10 @@ "sizes": { "javascript": 295 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", "name": "./node_modules/@babel/runtime/helpers/assertThisInitialized.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/assertThisInitialized.js", @@ -81374,9 +81101,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 7:0-14", - "CommonJS bailout: module.exports is used directly at 7:103-117", - "Statement (ExpressionStatement) with side effects in source code at 7:0-118", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81389,10 +81113,10 @@ "sizes": { "javascript": 358 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", "name": "./node_modules/@babel/runtime/helpers/inheritsLoose.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/inheritsLoose.js", @@ -81478,9 +81202,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 7:0-14", - "CommonJS bailout: module.exports is used directly at 7:95-109", - "Statement (VariableDeclaration) with side effects in source code at 1:0-52", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81493,10 +81214,10 @@ "sizes": { "javascript": 1933 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/session-storage.js", "name": "./node_modules/gatsby-react-router-scroll/session-storage.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-react-router-scroll/session-storage.js", @@ -81557,7 +81278,6 @@ "__esModule" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81570,10 +81290,10 @@ "sizes": { "javascript": 668 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js", "name": "./node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-page-utils/dist/apply-trailing-slash-option.js", @@ -81650,7 +81370,6 @@ "applyTrailingSlashOption" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81663,10 +81382,10 @@ "sizes": { "javascript": 1166 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", "name": "./node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@weknow/gatsby-remark-twitter/gatsby-browser.js", @@ -81726,7 +81445,6 @@ "onRouteUpdate" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:669-4:261", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81739,10 +81457,10 @@ "sizes": { "javascript": 2879 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", "name": "./node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-google-analytics/gatsby-browser.js", @@ -81802,9 +81520,7 @@ "onInitialClientRender", "onRouteUpdate" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-34" - ], + "optimizationBailout": [], "depth": 3 }, { @@ -81815,10 +81531,10 @@ "sizes": { "javascript": 610 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", "name": "./node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-canonical-urls/gatsby-browser.js", @@ -81888,10 +81604,10 @@ "sizes": { "javascript": 1093 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", "name": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", @@ -81952,7 +81668,6 @@ "onInitialClientRender" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -81965,10 +81680,10 @@ "sizes": { "javascript": 9701 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx|6d1c7b45bdeb02f462e7da1a02b19f1b", "name": "./src/components/Layout/index.tsx + 5 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", @@ -82324,10 +82039,10 @@ "sizes": { "javascript": 1222 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", "name": "./src/components/Layout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Layout/index.tsx", @@ -82384,10 +82099,10 @@ "sizes": { "javascript": 3213 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", "name": "./src/components/Footer/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", @@ -82478,10 +82193,10 @@ "sizes": { "javascript": 511 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", "name": "./src/components/Header/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", @@ -82572,10 +82287,10 @@ "sizes": { "javascript": 1707 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", "name": "./src/components/BackToTop/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", @@ -82666,10 +82381,10 @@ "sizes": { "javascript": 1682 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", "name": "./static/img/logos/stackoverflow.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", @@ -82766,10 +82481,10 @@ "sizes": { "javascript": 1366 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", "name": "./static/img/edit.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", @@ -82868,10 +82583,10 @@ "sizes": { "javascript": 761 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", "name": "./src/components/Seo/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Seo/index.tsx", @@ -83241,10 +82956,10 @@ "sizes": { "javascript": 1307 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx|3d022073b61e89615fa9bbde67ff9723", "name": "./src/components/BlogLayout/index.tsx + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", @@ -83344,10 +83059,10 @@ "sizes": { "javascript": 434 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", "name": "./src/components/BlogLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogLayout/index.tsx", @@ -83404,10 +83119,10 @@ "sizes": { "javascript": 873 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", "name": "./src/components/BlogPost/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", @@ -83500,10 +83215,10 @@ "sizes": { "javascript": 1423 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", "name": "./src/components/BlogSidebar/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogSidebar/index.tsx", @@ -83653,10 +83368,10 @@ "sizes": { "javascript": 281172 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx|42b91abc94a31d5ff280a6a6ba2b14a3", "name": "./src/components/Marked/index.tsx + 48 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", @@ -84068,10 +83783,10 @@ "sizes": { "javascript": 19969 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", "name": "./src/components/Marked/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", @@ -84115,9 +83830,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 8:3-531" - ], + "optimizationBailout": [], "depth": 3 }, { @@ -84128,10 +83841,10 @@ "sizes": { "javascript": 622 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", "name": "./src/components/Marked/Header.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", @@ -84222,10 +83935,10 @@ "sizes": { "javascript": 15564 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", "name": "./src/components/Marked/MiniGraphiQL.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", @@ -84303,9 +84016,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 8:114-11:919" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -84316,10 +84027,10 @@ "sizes": { "javascript": 10372 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", "name": "./src/components/Marked/swapiSchema.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", @@ -84397,9 +84108,7 @@ "providedExports": [ "StarWarsSchema" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 14:3-688" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -84410,10 +84119,10 @@ "sizes": { "javascript": 1960 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", "name": "./src/components/Marked/usersSchema.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", @@ -84491,9 +84200,7 @@ "providedExports": [ "UsersSchema" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:0-416" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -84504,10 +84211,10 @@ "sizes": { "javascript": 81542 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", "name": "./node_modules/marked/lib/marked.esm.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", @@ -84607,9 +84314,7 @@ "use", "walkTokens" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 37:0-29" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -84620,10 +84325,10 @@ "sizes": { "javascript": 3181 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", @@ -84696,7 +84401,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./makeExecutableSchema.js", @@ -84710,7 +84415,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./makeExecutableSchema.js", @@ -84764,10 +84469,10 @@ "sizes": { "javascript": 5328 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", @@ -84841,7 +84546,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-typedefs.js", @@ -84855,7 +84560,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-typedefs.js", @@ -84910,10 +84615,10 @@ "sizes": { "javascript": 15559 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", "name": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", @@ -84972,7 +84677,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./addResolversToSchema.js", @@ -84986,7 +84691,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./addResolversToSchema.js", @@ -85040,10 +84745,10 @@ "sizes": { "javascript": 1187 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", "name": "./node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", @@ -85130,7 +84835,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extendResolversFromInterfaces.js", @@ -85144,7 +84849,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extendResolversFromInterfaces.js", @@ -85170,10 +84875,10 @@ "sizes": { "javascript": 884 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", "name": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", @@ -85260,7 +84965,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./checkForResolveTypeResolver.js", @@ -85274,7 +84979,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./checkForResolveTypeResolver.js", @@ -85300,10 +85005,10 @@ "sizes": { "javascript": 1679 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", @@ -85409,7 +85114,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -85423,7 +85128,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -85540,10 +85245,10 @@ "sizes": { "javascript": 2172 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", @@ -85612,7 +85317,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-resolvers.js", @@ -85626,7 +85331,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-resolvers.js", @@ -85666,10 +85371,10 @@ "sizes": { "javascript": 2150 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", "name": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", @@ -85728,7 +85433,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./assertResolversPresent.js", @@ -85742,7 +85447,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./assertResolversPresent.js", @@ -85796,10 +85501,10 @@ "sizes": { "javascript": 1890 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", "name": "./node_modules/@graphql-tools/merge/esm/extensions.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", @@ -85868,7 +85573,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extensions.js", @@ -85882,7 +85587,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extensions.js", @@ -85939,10 +85644,10 @@ "sizes": { "javascript": 14004 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", @@ -86091,7 +85796,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./comments.js", @@ -86105,7 +85810,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./comments.js", @@ -86173,9 +85878,7 @@ "pushComment", "resetComments" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-26" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -86186,10 +85889,10 @@ "sizes": { "javascript": 18745 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", @@ -86310,7 +86013,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./print-schema-with-directives.js", @@ -86324,7 +86027,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./print-schema-with-directives.js", @@ -86368,10 +86071,10 @@ "sizes": { "javascript": 1635 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", @@ -86655,7 +86358,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./utils.js", @@ -86669,7 +86372,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./utils.js", @@ -86755,9 +86458,7 @@ "isWrappingTypeNode", "printTypeNode" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 34:0-38:36" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -86768,10 +86469,10 @@ "sizes": { "javascript": 177 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", @@ -86864,7 +86565,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./isDocumentNode.js", @@ -86878,7 +86579,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./isDocumentNode.js", @@ -86904,10 +86605,10 @@ "sizes": { "javascript": 3331 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", @@ -86981,7 +86682,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-nodes.js", @@ -86995,7 +86696,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-nodes.js", @@ -87122,10 +86823,10 @@ "sizes": { "javascript": 1366 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", @@ -87277,9 +86978,7 @@ "DEFAULT_OPERATION_TYPE_NAME_MAP", "mergeSchemaDefs" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-7:2" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -87290,10 +86989,10 @@ "sizes": { "javascript": 19471 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", @@ -87567,7 +87266,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mapSchema.js", @@ -87581,7 +87280,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mapSchema.js", @@ -87636,10 +87335,10 @@ "sizes": { "javascript": 1850 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", @@ -87731,7 +87430,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./transformInputValue.js", @@ -87745,7 +87444,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./transformInputValue.js", @@ -87817,10 +87516,10 @@ "sizes": { "javascript": 6153 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", @@ -87912,7 +87611,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rewire.js", @@ -87926,7 +87625,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rewire.js", @@ -87980,10 +87679,10 @@ "sizes": { "javascript": 1877 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", @@ -88047,7 +87746,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./stub.js", @@ -88061,7 +87760,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./stub.js", @@ -88133,10 +87832,10 @@ "sizes": { "javascript": 1583 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", @@ -88662,7 +88361,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./Interfaces.js", @@ -88676,7 +88375,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./Interfaces.js", @@ -89237,9 +88936,7 @@ "providedExports": [ "MapperKind" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-28:36" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -89250,10 +88947,10 @@ "sizes": { "javascript": 997 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", @@ -89345,7 +89042,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./forEachDefaultValue.js", @@ -89359,7 +89056,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./forEachDefaultValue.js", @@ -89385,10 +89082,10 @@ "sizes": { "javascript": 6781 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", @@ -89466,7 +89163,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./heal.js", @@ -89480,7 +89177,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./heal.js", @@ -89507,10 +89204,10 @@ "sizes": { "javascript": 571 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", @@ -89602,7 +89299,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./forEachField.js", @@ -89616,7 +89313,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./forEachField.js", @@ -89642,10 +89339,10 @@ "sizes": { "javascript": 1624 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", @@ -89766,7 +89463,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mergeDeep.js", @@ -89780,7 +89477,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mergeDeep.js", @@ -89806,10 +89503,10 @@ "sizes": { "javascript": 1321 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", @@ -89930,7 +89627,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rootTypes.js", @@ -89944,7 +89641,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rootTypes.js", @@ -90018,9 +89715,7 @@ "getRootTypeNames", "getRootTypes" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 13:0-16:3" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -90031,10 +89726,10 @@ "sizes": { "javascript": 6547 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", @@ -90169,7 +89864,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./memoize.js", @@ -90183,7 +89878,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./memoize.js", @@ -90299,10 +89994,10 @@ "sizes": { "javascript": 789 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", @@ -90538,10 +90233,10 @@ "sizes": { "javascript": 2964 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", @@ -90704,7 +90399,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./inspect.js", @@ -90718,7 +90413,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./inspect.js", @@ -90744,10 +90439,10 @@ "sizes": { "javascript": 1679 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", @@ -90910,7 +90605,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -90924,7 +90619,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -91042,10 +90737,10 @@ "sizes": { "javascript": 4348 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", @@ -91124,7 +90819,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-directives.js", @@ -91138,7 +90833,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-directives.js", @@ -91223,10 +90918,10 @@ "sizes": { "javascript": 2590 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", @@ -91305,7 +91000,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./astFromValueUntyped.js", @@ -91319,7 +91014,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./astFromValueUntyped.js", @@ -91373,10 +91068,10 @@ "sizes": { "javascript": 1324 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", @@ -91450,7 +91145,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./type.js", @@ -91464,7 +91159,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./type.js", @@ -91518,10 +91213,10 @@ "sizes": { "javascript": 3486 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", @@ -91595,7 +91290,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -91609,7 +91304,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -91719,10 +91414,10 @@ "sizes": { "javascript": 682 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", @@ -91824,7 +91519,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./arguments.js", @@ -91838,7 +91533,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./arguments.js", @@ -91864,10 +91559,10 @@ "sizes": { "javascript": 3932 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", @@ -92025,7 +91720,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -92039,7 +91734,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -92263,10 +91958,10 @@ "sizes": { "javascript": 407 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", @@ -92340,7 +92035,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-named-type-array.js", @@ -92354,7 +92049,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-named-type-array.js", @@ -92464,10 +92159,10 @@ "sizes": { "javascript": 847 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", @@ -92541,7 +92236,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./enum.js", @@ -92555,7 +92250,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./enum.js", @@ -92609,10 +92304,10 @@ "sizes": { "javascript": 1240 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", @@ -92714,7 +92409,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./enum-values.js", @@ -92728,7 +92423,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./enum-values.js", @@ -92754,10 +92449,10 @@ "sizes": { "javascript": 1065 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", @@ -92831,7 +92526,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./union.js", @@ -92845,7 +92540,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./union.js", @@ -92899,10 +92594,10 @@ "sizes": { "javascript": 838 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", @@ -92976,7 +92671,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./scalar.js", @@ -92990,7 +92685,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./scalar.js", @@ -93044,10 +92739,10 @@ "sizes": { "javascript": 1196 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", @@ -93121,7 +92816,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./input-type.js", @@ -93135,7 +92830,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./input-type.js", @@ -93189,10 +92884,10 @@ "sizes": { "javascript": 1428 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", @@ -93266,7 +92961,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./interface.js", @@ -93280,7 +92975,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./interface.js", @@ -93334,10 +93029,10 @@ "sizes": { "javascript": 265 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", @@ -93574,10 +93269,10 @@ "sizes": { "javascript": 620 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/slug.ts", "name": "./src/utils/slug.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/slug.ts", @@ -93873,10 +93568,10 @@ "sizes": { "javascript": 741 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", "name": "./src/components/BlogPostPreview/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPostPreview/index.tsx", @@ -93995,10 +93690,10 @@ "sizes": { "javascript": 234 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", "name": "./node_modules/gatsby-plugin-anchor-links/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/index.js", @@ -94230,7 +93925,6 @@ "__esModule" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:13-70", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 3 @@ -94243,10 +93937,10 @@ "sizes": { "javascript": 306465 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx|6c904ff77eb2d91abea6cc984a46fad2", "name": "./src/components/Conf/Footer/index.tsx + 18 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94411,10 +94105,10 @@ "sizes": { "javascript": 2073 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", "name": "./src/components/Conf/Footer/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94425,8 +94119,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "issuerName": "./src/pages/conf/sched.tsx", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -94439,16 +94133,16 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null } ], "failed": false, "errors": 0, "warnings": 0, "id": null, - "issuerId": 8023, + "issuerId": null, "chunks": [], "assets": [], "reasons": [], @@ -94458,9 +94152,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:103-466" - ], + "optimizationBailout": [], "depth": 3 }, { @@ -94471,10 +94163,10 @@ "sizes": { "javascript": 2975 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", "name": "./src/components/Conf/SocialIcons/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", @@ -94499,9 +94191,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94565,10 +94257,10 @@ "sizes": { "javascript": 6036 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", "name": "./src/components/Conf/Sponsors/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", @@ -94593,9 +94285,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94646,9 +94338,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:1768-1963" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -94659,10 +94349,10 @@ "sizes": { "javascript": 9809 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", "name": "./static/img/conf/Sponsors/Stellate.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", @@ -94687,9 +94377,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94759,10 +94449,10 @@ "sizes": { "javascript": 11093 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", "name": "./static/img/conf/Sponsors/Postman.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", @@ -94787,9 +94477,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94848,9 +94538,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 69:0-71" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -94861,10 +94549,10 @@ "sizes": { "javascript": 19476 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", "name": "./static/img/conf/Sponsors/Solo.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", @@ -94889,9 +94577,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -94961,10 +94649,10 @@ "sizes": { "javascript": 9430 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", "name": "./static/img/conf/Sponsors/Hasura.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", @@ -94989,9 +94677,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95061,10 +94749,10 @@ "sizes": { "javascript": 11227 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", "name": "./static/img/conf/Sponsors/TheGraph.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", @@ -95089,9 +94777,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95161,10 +94849,10 @@ "sizes": { "javascript": 11310 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", "name": "./static/img/conf/Sponsors/TheGuild.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", @@ -95189,9 +94877,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95275,10 +94963,10 @@ "sizes": { "javascript": 15275 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", "name": "./static/img/conf/Sponsors/Hygraph.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", @@ -95303,9 +94991,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95375,10 +95063,10 @@ "sizes": { "javascript": 8721 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", "name": "./static/img/conf/Sponsors/StepZen.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", @@ -95403,9 +95091,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95464,9 +95152,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 30:0-71" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -95477,10 +95163,10 @@ "sizes": { "javascript": 10580 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", "name": "./static/img/conf/Sponsors/Inigo.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", @@ -95505,9 +95191,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95577,10 +95263,10 @@ "sizes": { "javascript": 8411 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", "name": "./static/img/conf/Sponsors/Neo4j.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", @@ -95605,9 +95291,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95677,10 +95363,10 @@ "sizes": { "javascript": 30702 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", "name": "./static/img/conf/Sponsors/WunderGraph.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", @@ -95705,9 +95391,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95766,9 +95452,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 440:0-75" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -95779,10 +95463,10 @@ "sizes": { "javascript": 9010 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", "name": "./static/img/conf/Sponsors/Graphabase.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", @@ -95807,9 +95491,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95868,9 +95552,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 32:0-74" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -95881,10 +95563,10 @@ "sizes": { "javascript": 10361 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", "name": "./static/img/conf/Partners/GraphQLWeekly.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", @@ -95909,9 +95591,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -95970,9 +95652,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 20:0-77" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -95983,10 +95663,10 @@ "sizes": { "javascript": 8628 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", "name": "./static/img/conf/Partners/GraphQLwtf.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", @@ -96011,9 +95691,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -96083,10 +95763,10 @@ "sizes": { "javascript": 17040 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", "name": "./static/img/conf/Partners/EscapeTechnologies.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", @@ -96111,9 +95791,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -96183,10 +95863,10 @@ "sizes": { "javascript": 104308 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", "name": "./static/img/conf/Partners/TypeGraphQL.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", @@ -96211,9 +95891,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -96272,9 +95952,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 44:0-75" - ], + "optimizationBailout": [], "depth": 5 } ] @@ -96287,10 +95965,10 @@ "sizes": { "javascript": 2495 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", "name": "./src/components/Conf/Header/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", @@ -96301,8 +95979,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "issuerName": "./src/pages/conf/sched.tsx", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -96315,16 +95993,16 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null } ], "failed": false, "errors": 0, "warnings": 0, "id": 2685, - "issuerId": 8023, + "issuerId": null, "chunks": [ 54 ], @@ -96450,7 +96128,6 @@ "default" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:104-272", "ModuleConcatenation bailout: Cannot concat with ./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js: Module ./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js is not in the same chunk(s) (expected in chunk(s) ebdd455b8c861199d615ed529c2728155d22b152, module is in chunk(s) ee9ce975)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/clsx/dist/clsx.m.js: Module ./node_modules/clsx/dist/clsx.m.js is referenced from different chunks by these modules: ./src/components/Conf/Button/index.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" @@ -96465,10 +96142,10 @@ "sizes": { "javascript": 254 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", "name": "./src/components/Conf/Layout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Layout/index.tsx", @@ -96479,8 +96156,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "issuerName": "./src/pages/conf/sched.tsx", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -96493,16 +96170,16 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null } ], "failed": false, "errors": 0, "warnings": 0, "id": 187, - "issuerId": 8023, + "issuerId": null, "chunks": [ 54 ], @@ -96641,10 +96318,10 @@ "sizes": { "javascript": 403 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", "name": "./src/components/Conf/Section/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Section/index.tsx", @@ -96655,8 +96332,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", - "issuerName": "./src/pages/conf/faq.tsx", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -96669,16 +96346,16 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/faq.tsx", - "name": "./src/pages/conf/faq.tsx", - "id": 7161 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null } ], "failed": false, "errors": 0, "warnings": 0, "id": 5704, - "issuerId": 7161, + "issuerId": null, "chunks": [ 489, 585 @@ -96762,10 +96439,10 @@ "sizes": { "javascript": 2193 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", "name": "./src/components/Conf/Seo/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Seo/index.tsx", @@ -96776,8 +96453,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "issuerName": "./src/pages/conf/sched.tsx", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "issuerName": "./src/pages/conf/speak.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -96790,16 +96467,16 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null } ], "failed": false, "errors": 0, "warnings": 0, "id": 852, - "issuerId": 8023, + "issuerId": null, "chunks": [ 54 ], @@ -96926,7 +96603,6 @@ "defaults" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 1:25-323", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" ], "depth": 3 @@ -96939,10 +96615,10 @@ "sizes": { "javascript": 1869 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", "name": "./src/components/Conf/Gallery/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Gallery/index.tsx", @@ -97028,10 +96704,10 @@ "sizes": { "javascript": 930 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", "name": "./src/components/Conf/Button/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Button/index.tsx", @@ -97117,10 +96793,10 @@ "sizes": { "javascript": 366 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", "name": "./src/components/FAQSection/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FAQSection/index.tsx", @@ -97267,10 +96943,10 @@ "sizes": { "javascript": 1864 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", "name": "./src/utils/useFAQAccordion.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/useFAQAccordion.ts", @@ -97356,10 +97032,10 @@ "sizes": { "javascript": 42783 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", "name": "./node_modules/iframe-resizer-react/dist/index.es.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/iframe-resizer-react/dist/index.es.js", @@ -97432,9 +97108,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 41:0-1442:3" - ], + "optimizationBailout": [], "depth": 3 }, { @@ -97445,10 +97119,10 @@ "sizes": { "javascript": 1921 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", "name": "./src/Containers/Sections/Hero/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/Hero/index.tsx", @@ -97534,10 +97208,10 @@ "sizes": { "javascript": 1713 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", "name": "./src/Containers/Sections/SingleRequest/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/SingleRequest/index.tsx", @@ -97623,10 +97297,10 @@ "sizes": { "javascript": 2316 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", "name": "./src/Containers/Sections/TypeSystem/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/TypeSystem/index.tsx", @@ -97712,10 +97386,10 @@ "sizes": { "javascript": 2748 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", "name": "./src/Containers/Sections/PredictableResults/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PredictableResults/index.tsx", @@ -97801,10 +97475,10 @@ "sizes": { "javascript": 2615 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", "name": "./src/Containers/Sections/BringYourOwnCode/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/BringYourOwnCode/index.tsx", @@ -97890,10 +97564,10 @@ "sizes": { "javascript": 3132 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", "name": "./src/Containers/Sections/WithoutVersion/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WithoutVersion/index.tsx", @@ -97979,10 +97653,10 @@ "sizes": { "javascript": 1191 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", "name": "./src/Containers/Sections/PowerFulTools/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/PowerFulTools/index.tsx", @@ -98068,10 +97742,10 @@ "sizes": { "javascript": 1987 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", "name": "./src/Containers/Sections/WhosUsing/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/Containers/Sections/WhosUsing/index.tsx", @@ -98157,10 +97831,10 @@ "sizes": { "javascript": 1109 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", "name": "./src/components/DocsLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsLayout/index.tsx", @@ -98246,10 +97920,10 @@ "sizes": { "javascript": 1508 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", "name": "./src/components/FoundationLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FoundationLayout/index.tsx", @@ -98335,10 +98009,10 @@ "sizes": { "javascript": 455 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", "name": "./src/components/CodeLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/CodeLayout/index.tsx", @@ -98424,10 +98098,10 @@ "sizes": { "javascript": 394 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", "name": "./src/components/FAQLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/FAQLayout/index.tsx", @@ -98513,10 +98187,10 @@ "sizes": { "javascript": 1499 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", "name": "./src/components/ConfLayout/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/ConfLayout/index.tsx", @@ -98602,10 +98276,10 @@ "sizes": { "javascript": 5273 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", "name": "./node_modules/gatsby-plugin-anchor-links/utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/utils.js", @@ -98692,7 +98366,6 @@ "stripHashedLocation" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:346-403", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -98705,10 +98378,10 @@ "sizes": { "javascript": 314 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/lib/ReactPropTypesSecret.js", "name": "./node_modules/prop-types/lib/ReactPropTypesSecret.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/lib/ReactPropTypesSecret.js", @@ -98728,9 +98401,9 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "name": "./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs", + "id": 7896 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prop-types/index.js", @@ -98785,8 +98458,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 12:0-14", - "Statement (ExpressionStatement) with side effects in source code at 12:0-38", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -98799,10 +98470,10 @@ "sizes": { "javascript": 200 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", "name": "./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js", @@ -98822,9 +98493,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/loader.js", - "name": "./.cache/loader.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 + }, + { + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js", @@ -98933,10 +98609,10 @@ "sizes": { "javascript": 302 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", "name": "./.cache/public-page-renderer.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer.js", @@ -98956,14 +98632,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -98987,7 +98663,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./public-page-renderer", @@ -99001,7 +98677,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./public-page-renderer", @@ -99027,8 +98703,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 1:202-216", - "Statement (ExpressionStatement) with side effects in source code at 1:202-271", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -99041,10 +98715,10 @@ "sizes": { "javascript": 131737 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", "name": "./node_modules/react-dom/cjs/react-dom.production.min.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-dom/cjs/react-dom.production.min.js", @@ -99120,7 +98794,6 @@ "version" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 13:13-61", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -99133,10 +98806,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", "name": "./.cache/head/constants.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/head/constants.js", @@ -99239,10 +98912,10 @@ "sizes": { "javascript": 421 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", "name": "./node_modules/@babel/runtime/helpers/setPrototypeOf.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/setPrototypeOf.js", @@ -99361,11 +99034,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 2:2-16", - "CommonJS bailout: module.exports is used directly at 5:67-81", - "CommonJS bailout: module.exports is used directly at 8:0-14", - "CommonJS bailout: module.exports is used directly at 8:96-110", - "Statement (ExpressionStatement) with side effects in source code at 8:0-111", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -99378,10 +99046,10 @@ "sizes": { "javascript": 4423 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", "name": "./.cache/slice.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", @@ -99401,14 +99069,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -99430,7 +99098,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./slice", @@ -99444,7 +99112,7 @@ "moduleName": "./.cache/gatsby-browser-entry.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./slice", @@ -99459,9 +99127,7 @@ "providedExports": [ "Slice" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 9:317-13:530" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -99472,10 +99138,10 @@ "sizes": { "javascript": 3131 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", "name": "./node_modules/gatsby-script/dist/index.modern.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-script/dist/index.modern.mjs", @@ -99486,8 +99152,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", - "issuerName": "./.cache/gatsby-browser-entry.js", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "issuerName": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -99495,26 +99161,26 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser.js", + "name": "./.cache/api-runner-browser.js", + "id": 3092 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/api-runner-browser-plugins.js", + "name": "./.cache/api-runner-browser-plugins.js", + "id": 4741 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", - "name": "./.cache/gatsby-browser-entry.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "name": "./node_modules/gatsby/dist/internal-plugins/partytown/gatsby-browser.js", + "id": 4094 } ], "failed": false, "errors": 0, "warnings": 0, "id": 3521, - "issuerId": null, + "issuerId": 4094, "chunks": [ 143 ], @@ -99540,8 +99206,8 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "gatsby-script", "loc": "1:777-804", @@ -99554,8 +99220,8 @@ "moduleName": "./.cache/gatsby-browser-entry.js + 9 modules", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", "resolvedModule": "./.cache/gatsby-browser-entry.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "gatsby-script", "loc": "1:777-804", @@ -99572,7 +99238,6 @@ "scriptCallbackCache" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:332-687", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module", "ModuleConcatenation bailout: Cannot concat with ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs: Module ./node_modules/@gatsbyjs/reach-router/dist/index.modern.mjs is referenced from different chunks by these modules: ./src/components/BlogSidebar/index.tsx" ], @@ -99586,10 +99251,10 @@ "sizes": { "javascript": 1052 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", "name": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/inject-partytown-snippet.js", @@ -99655,7 +99320,6 @@ "injectPartytownSnippet" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -99668,10 +99332,10 @@ "sizes": { "javascript": 3565 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js|bb8264015b20832a5598babe74683367", "name": "./node_modules/web-vitals/base.js + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", @@ -99725,10 +99389,10 @@ "sizes": { "javascript": 173 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", "name": "./node_modules/web-vitals/base.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", @@ -99792,10 +99456,10 @@ "sizes": { "javascript": 3392 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", "name": "./node_modules/web-vitals/dist/web-vitals.base.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", @@ -99849,7 +99513,7 @@ "moduleName": "./node_modules/web-vitals/base.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", "resolvedModule": "./node_modules/web-vitals/base.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./dist/web-vitals.base.js", @@ -99863,7 +99527,7 @@ "moduleName": "./node_modules/web-vitals/base.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", "resolvedModule": "./node_modules/web-vitals/base.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./dist/web-vitals.base.js", @@ -99886,9 +99550,7 @@ "getLCP", "getTTFB" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-3322" - ], + "optimizationBailout": [], "depth": 5 } ] @@ -99901,10 +99563,10 @@ "sizes": { "javascript": 3213 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", "name": "./src/components/Footer/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Footer/index.tsx", @@ -99995,10 +99657,10 @@ "sizes": { "javascript": 511 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", "name": "./src/components/Header/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Header/index.tsx", @@ -100089,10 +99751,10 @@ "sizes": { "javascript": 714 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", "name": "./src/components/HeaderLinks/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/HeaderLinks/index.tsx", @@ -100257,7 +99919,6 @@ "default" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:51-418", "ModuleConcatenation bailout: Cannot concat with ./src/components/Link/index.tsx: Module ./src/components/Layout/index.tsx is referenced from different chunks by these modules: ./src/pages/404.tsx, ./src/pages/blog.tsx, ./src/pages/blog/{BlogPost.postId}.tsx, ./src/pages/brand.tsx, ./src/pages/code.tsx, ./src/pages/faq.tsx, ./src/pages/foundation/members.tsx, ./src/pages/index.tsx, ./src/pages/users.tsx, ./src/templates/doc.tsx, ./src/templates/{BlogPost.tags}.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" ], @@ -100271,10 +99932,10 @@ "sizes": { "javascript": 303 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", "name": "./src/components/Logo/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Logo/index.tsx", @@ -100452,10 +100113,10 @@ "sizes": { "javascript": 1909 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", "name": "./src/components/Search/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Search/index.tsx", @@ -100633,10 +100294,10 @@ "sizes": { "javascript": 1707 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", "name": "./src/components/BackToTop/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BackToTop/index.tsx", @@ -100727,10 +100388,10 @@ "sizes": { "javascript": 873 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", "name": "./src/components/BlogPost/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/BlogPost/index.tsx", @@ -100821,10 +100482,10 @@ "sizes": { "javascript": 167894 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx|ef1beb256a248180e63cd07cc962ba3b", "name": "./src/components/Prism/index.tsx + 4 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", @@ -101592,10 +101253,10 @@ "sizes": { "javascript": 851 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", "name": "./src/components/Prism/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/index.tsx", @@ -101657,10 +101318,10 @@ "sizes": { "javascript": 15307 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", "name": "./src/components/Prism/Prism.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", @@ -101757,9 +101418,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 7:51-31:792" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -101770,10 +101429,10 @@ "sizes": { "javascript": 9189 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", "name": "./node_modules/prism-react-renderer/dist/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", @@ -101873,9 +101532,7 @@ "default", "defaultProps" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 6:0-10:2" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -101886,10 +101543,10 @@ "sizes": { "javascript": 140924 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", "name": "./node_modules/prism-react-renderer/prism/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", @@ -101962,8 +101619,8 @@ "moduleName": "./node_modules/prism-react-renderer/dist/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", - "type": "harmony side effect evaluation", - "active": true, + "type": "harmony export imported specifier", + "active": false, "explanation": "", "userRequest": "../prism/index.js", "loc": "2:0-53", @@ -101976,8 +101633,8 @@ "moduleName": "./node_modules/prism-react-renderer/dist/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", - "type": "harmony export imported specifier", - "active": false, + "type": "harmony side effect evaluation", + "active": true, "explanation": "", "userRequest": "../prism/index.js", "loc": "2:0-53", @@ -102005,9 +101662,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 20:1-905:5" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -102018,10 +101673,10 @@ "sizes": { "javascript": 1623 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", "name": "./node_modules/prism-react-renderer/themes/duotoneDark/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", @@ -102109,9 +101764,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 5:0-71:2" - ], + "optimizationBailout": [], "depth": 6 } ] @@ -102124,10 +101777,10 @@ "sizes": { "javascript": 622 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", "name": "./src/components/Marked/Header.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/Header.tsx", @@ -102218,10 +101871,10 @@ "sizes": { "javascript": 15564 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", "name": "./src/components/Marked/MiniGraphiQL.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", @@ -102299,9 +101952,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 8:114-11:919" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -102312,10 +101963,10 @@ "sizes": { "javascript": 10372 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", "name": "./src/components/Marked/swapiSchema.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/swapiSchema.tsx", @@ -102393,9 +102044,7 @@ "providedExports": [ "StarWarsSchema" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 14:3-688" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -102406,10 +102055,10 @@ "sizes": { "javascript": 1960 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", "name": "./src/components/Marked/usersSchema.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", @@ -102487,9 +102136,7 @@ "providedExports": [ "UsersSchema" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:0-416" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -102500,10 +102147,10 @@ "sizes": { "javascript": 2567 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", "name": "./node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/components/AnchorLink.js", @@ -102570,7 +102217,6 @@ "__esModule" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:13-70", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 4 @@ -102583,10 +102229,10 @@ "sizes": { "javascript": 2975 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", "name": "./src/components/Conf/SocialIcons/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/SocialIcons/index.tsx", @@ -102611,9 +102257,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -102677,10 +102323,10 @@ "sizes": { "javascript": 6036 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", "name": "./src/components/Conf/Sponsors/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Sponsors/index.tsx", @@ -102705,9 +102351,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -102758,9 +102404,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:1768-1963" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -102771,10 +102415,10 @@ "sizes": { "javascript": 374 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/clsx/dist/clsx.m.js", "name": "./node_modules/clsx/dist/clsx.m.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/clsx/dist/clsx.m.js", @@ -102799,9 +102443,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", @@ -103035,10 +102679,10 @@ "sizes": { "javascript": 492915 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", "name": "./node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js", @@ -103063,9 +102707,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Header/index.tsx", @@ -103448,10 +103092,10 @@ "sizes": { "javascript": 11968 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", "name": "./src/utils/conf-images.ts", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/utils/conf-images.ts", @@ -103529,9 +103173,7 @@ "providedExports": [ "images" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 1:10589-11968" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -103542,10 +103184,10 @@ "sizes": { "javascript": 50 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", "name": "./node_modules/react-medium-image-zoom/dist/styles.css", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", @@ -103616,10 +103258,10 @@ "sizes": { "javascript": 29370 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", "name": "./node_modules/react-medium-image-zoom/dist/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/index.js", @@ -103698,9 +103340,7 @@ "Controlled", "default" ], - "optimizationBailout": [ - "Statement (IfStatement) with side effects in source code at 345:0-349:1" - ], + "optimizationBailout": [], "depth": 4 }, { @@ -103711,10 +103351,10 @@ "sizes": { "javascript": 1185 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", "name": "./src/components/DocsSidebar/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/DocsSidebar/index.tsx", @@ -103861,10 +103501,10 @@ "sizes": { "javascript": 50 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[11].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", "name": "./src/assets/css/style.less", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", @@ -103951,10 +103591,10 @@ "sizes": { "javascript": 50 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/mini-css-extract-plugin/dist/loader.js??ruleSet[1].rules[8].oneOf[1].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", "name": "./src/assets/css/global.css", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", @@ -104041,10 +103681,10 @@ "sizes": { "javascript": 1179 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", "name": "./node_modules/scroll-to-element/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/index.js", @@ -104126,8 +103766,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 28:0-14", - "Statement (VariableDeclaration) with side effects in source code at 1:0-36", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -104140,10 +103778,10 @@ "sizes": { "javascript": 386 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", "name": "./.cache/public-page-renderer-prod.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/public-page-renderer-prod.js", @@ -104163,14 +103801,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -104228,10 +103866,10 @@ "sizes": { "javascript": 198 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", "name": "./node_modules/scheduler/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/index.js", @@ -104319,7 +103957,6 @@ "unstable_wrapCallback" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:2-64", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -104332,10 +103969,10 @@ "sizes": { "javascript": 1183 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", "name": "./.cache/slice/server-slice.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice.js", @@ -104355,14 +103992,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -104431,10 +104068,10 @@ "sizes": { "javascript": 659 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", "name": "./.cache/slice/inline-slice.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/inline-slice.js", @@ -104454,14 +104091,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -104544,10 +104181,10 @@ "sizes": { "javascript": 191 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js", "name": "./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js", @@ -104558,8 +104195,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", - "issuerName": "./.cache/slice.js", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -104567,23 +104204,23 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/code.tsx", + "name": "./src/pages/code.tsx", + "id": 6140 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", - "name": "./.cache/gatsby-browser-entry.js", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/index.tsx", + "name": "./src/components/Marked/index.tsx", "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice.js", - "name": "./.cache/slice.js", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null } ], @@ -104783,10 +104420,10 @@ "sizes": { "javascript": 1080 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", "name": "./node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js", @@ -104806,14 +104443,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -104880,10 +104517,10 @@ "sizes": { "javascript": 421 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/errors.js", "name": "./node_modules/gatsby-plugin-anchor-links/errors.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-anchor-links/errors.js", @@ -104955,7 +104592,6 @@ "__esModule" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:13-70", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -104968,10 +104604,10 @@ "sizes": { "javascript": 2980 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/dynamic|/Users/dmytro/Desktop/graphql.github.io/node_modules/@builder.io/partytown/integration/index.cjs", "name": "./node_modules/@builder.io/partytown/integration/index.cjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@builder.io/partytown/integration/index.cjs", @@ -105043,7 +104679,6 @@ "partytownSnippet" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-62", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -105056,10 +104691,10 @@ "sizes": { "javascript": 345 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/get-forwards.js", "name": "./node_modules/gatsby/dist/internal-plugins/partytown/utils/get-forwards.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/internal-plugins/partytown/utils/get-forwards.js", @@ -105130,7 +104765,6 @@ "getForwards" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -105143,10 +104777,10 @@ "sizes": { "javascript": 3392 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", "name": "./node_modules/web-vitals/dist/web-vitals.base.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/dist/web-vitals.base.js", @@ -105200,7 +104834,7 @@ "moduleName": "./node_modules/web-vitals/base.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", "resolvedModule": "./node_modules/web-vitals/base.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./dist/web-vitals.base.js", @@ -105214,7 +104848,7 @@ "moduleName": "./node_modules/web-vitals/base.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/web-vitals/base.js", "resolvedModule": "./node_modules/web-vitals/base.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./dist/web-vitals.base.js", @@ -105237,9 +104871,7 @@ "getLCP", "getTTFB" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-3322" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -105250,10 +104882,10 @@ "sizes": { "javascript": 472 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", "name": "./src/components/Link/index.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Link/index.tsx", @@ -105465,10 +105097,10 @@ "sizes": { "javascript": 2955 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", "name": "./static/img/logos/github.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/github.svg", @@ -105653,10 +105285,10 @@ "sizes": { "javascript": 1230 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", "name": "./static/img/logos/twitter.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/twitter.svg", @@ -105841,10 +105473,10 @@ "sizes": { "javascript": 3402 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", "name": "./static/img/logos/discord.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/discord.svg", @@ -106029,10 +105661,10 @@ "sizes": { "javascript": 1682 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", "name": "./static/img/logos/stackoverflow.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/logos/stackoverflow.svg", @@ -106129,10 +105761,10 @@ "sizes": { "javascript": 1366 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", "name": "./static/img/edit.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/edit.svg", @@ -106229,10 +105861,10 @@ "sizes": { "css/mini-extract": 71232 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "css|/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less|0", "name": "css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", @@ -106311,10 +105943,10 @@ "sizes": { "css/mini-extract": 50643 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "css|/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css|0", "name": "css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", @@ -106393,10 +106025,10 @@ "sizes": { "javascript": 15307 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", "name": "./src/components/Prism/Prism.tsx", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/components/Prism/Prism.tsx", @@ -106493,9 +106125,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 7:51-31:792" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -106506,10 +106136,10 @@ "sizes": { "javascript": 9189 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", "name": "./node_modules/prism-react-renderer/dist/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", @@ -106609,9 +106239,7 @@ "default", "defaultProps" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 6:0-10:2" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -106622,10 +106250,10 @@ "sizes": { "javascript": 81542 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", "name": "./node_modules/marked/lib/marked.esm.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/marked/lib/marked.esm.js", @@ -106725,9 +106353,7 @@ "use", "walkTokens" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 37:0-29" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -106738,10 +106364,10 @@ "sizes": { "javascript": 3945 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", "name": "./node_modules/graphql/graphql.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/graphql.mjs", @@ -106776,8 +106402,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -106830,8 +106456,8 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./graphql.mjs", "loc": "31:0-53", @@ -106858,8 +106484,8 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./graphql.mjs", "loc": "31:0-53", @@ -106893,10 +106519,10 @@ "sizes": { "javascript": 11244 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", "name": "./node_modules/graphql/type/schema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/schema.mjs", @@ -106931,8 +106557,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -107214,7 +106840,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./schema.mjs", @@ -107256,7 +106882,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./schema.mjs", @@ -107430,7 +107056,6 @@ "isSchema" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 108:0-349:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", @@ -107451,10 +107076,10 @@ "sizes": { "javascript": 7119 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", "name": "./node_modules/graphql/error/GraphQLError.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/GraphQLError.mjs", @@ -107489,8 +107114,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -107674,7 +107299,7 @@ "moduleName": "./node_modules/graphql/error/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "resolvedModule": "./node_modules/graphql/error/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./GraphQLError.mjs", @@ -107716,7 +107341,7 @@ "moduleName": "./node_modules/graphql/error/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "resolvedModule": "./node_modules/graphql/error/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./GraphQLError.mjs", @@ -110424,7 +110049,6 @@ "printError" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 31:0-226:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/location.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/printLocation.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" @@ -110439,10 +110063,10 @@ "sizes": { "javascript": 30652 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs|3871b14eaf64261d8d6685e4d7528bea", "name": "./node_modules/graphql/type/definition.mjs + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", @@ -120310,7 +119934,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./definition.mjs", @@ -120982,7 +120606,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./definition.mjs", @@ -125770,10 +125394,10 @@ "sizes": { "javascript": 30553 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", "name": "./node_modules/graphql/type/definition.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/definition.mjs", @@ -125808,8 +125432,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -125935,9 +125559,7 @@ "resolveObjMapThunk", "resolveReadonlyArrayThunk" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 228:0-246:1" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -125948,10 +125570,10 @@ "sizes": { "javascript": 99 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", "name": "./node_modules/graphql/jsutils/identityFunc.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", @@ -125986,8 +125608,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -126076,10 +125698,10 @@ "sizes": { "javascript": 8655 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", "name": "./node_modules/graphql/type/scalars.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/scalars.mjs", @@ -126114,8 +125736,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -127671,7 +127293,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./scalars.mjs", @@ -127797,7 +127419,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./scalars.mjs", @@ -128403,7 +128025,6 @@ "specifiedScalarTypes" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 19:0-92:3", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/isObjectLike.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", @@ -128421,10 +128042,10 @@ "sizes": { "javascript": 38788 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", "name": "./node_modules/graphql/language/parser.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/parser.mjs", @@ -128459,8 +128080,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -129022,7 +128643,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./parser.mjs", @@ -129078,7 +128699,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./parser.mjs", @@ -129203,10 +128824,10 @@ "sizes": { "javascript": 576 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", "name": "./node_modules/graphql/utilities/typeFromAST.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeFromAST.mjs", @@ -129241,8 +128862,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -129468,7 +129089,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./typeFromAST.mjs", @@ -129482,7 +129103,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./typeFromAST.mjs", @@ -129679,10 +129300,10 @@ "sizes": { "javascript": 400195 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", "name": "./node_modules/codemirror/lib/codemirror.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/lib/codemirror.js", @@ -130100,9 +129721,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 14:2-6", - "CommonJS bailout: module.exports is used directly at 11:65-79", - "Statement (ExpressionStatement) with side effects in source code at 10:0-9849:5", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130115,10 +129733,10 @@ "sizes": { "javascript": 19979 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/hint/show-hint.js", "name": "./node_modules/codemirror/addon/hint/show-hint.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/hint/show-hint.js", @@ -130242,7 +129860,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 6:0-529:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130255,10 +129872,10 @@ "sizes": { "javascript": 9193 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/comment/comment.js", "name": "./node_modules/codemirror/addon/comment/comment.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/comment/comment.js", @@ -130340,7 +129957,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:0-211:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130353,10 +129969,10 @@ "sizes": { "javascript": 6816 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/matchbrackets.js", "name": "./node_modules/codemirror/addon/edit/matchbrackets.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/matchbrackets.js", @@ -130480,7 +130096,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:0-160:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130493,10 +130108,10 @@ "sizes": { "javascript": 7121 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/closebrackets.js", "name": "./node_modules/codemirror/addon/edit/closebrackets.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/edit/closebrackets.js", @@ -130606,7 +130221,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:0-201:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130619,10 +130233,10 @@ "sizes": { "javascript": 9985 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/lint/lint.js", "name": "./node_modules/codemirror/addon/lint/lint.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/lint/lint.js", @@ -130732,7 +130346,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:0-291:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130745,10 +130358,10 @@ "sizes": { "javascript": 26692 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", "name": "./node_modules/codemirror/keymap/sublime.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/keymap/sublime.js", @@ -130858,7 +130471,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 7:0-720:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130871,10 +130483,10 @@ "sizes": { "javascript": 1787 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", "name": "./node_modules/codemirror-graphql/hint.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/hint.js", @@ -130984,8 +130596,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -130998,10 +130608,10 @@ "sizes": { "javascript": 1281 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", "name": "./node_modules/codemirror-graphql/lint.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/lint.js", @@ -131111,8 +130721,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -131125,10 +130733,10 @@ "sizes": { "javascript": 446 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", "name": "./node_modules/codemirror-graphql/mode.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/mode.js", @@ -131238,8 +130846,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -131252,10 +130858,10 @@ "sizes": { "javascript": 3539 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", "name": "./node_modules/codemirror-graphql/results/mode.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/results/mode.js", @@ -131365,8 +130971,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -131379,10 +130983,10 @@ "sizes": { "javascript": 4850 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", "name": "./node_modules/codemirror-graphql/variables/hint.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/hint.js", @@ -131492,8 +131096,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -131506,10 +131108,10 @@ "sizes": { "javascript": 72942 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs|54ff715939c43c96dea655f34aa97217", "name": "./node_modules/graphql/index.mjs + 17 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", @@ -153494,10 +153096,10 @@ "sizes": { "javascript": 7988 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "name": "./node_modules/graphql/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", @@ -153508,8 +153110,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "issuerName": "./src/components/Marked/usersSchema.ts", + "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "issuerName": "./src/components/Marked/MiniGraphiQL.tsx", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -153532,8 +153134,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null } ], @@ -153767,10 +153369,10 @@ "sizes": { "javascript": 422 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", "name": "./node_modules/graphql/version.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", @@ -153805,8 +153407,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -153885,8 +153487,8 @@ "moduleName": "./node_modules/graphql/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./version.mjs", "loc": "29:0-53", @@ -153913,8 +153515,8 @@ "moduleName": "./node_modules/graphql/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./version.mjs", "loc": "29:0-53", @@ -153930,9 +153532,7 @@ "version", "versionInfo" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 12:0-17:3" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -153943,10 +153543,10 @@ "sizes": { "javascript": 8149 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", "name": "./node_modules/graphql/execution/subscribe.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", @@ -153981,8 +153581,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154010,7 +153610,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./subscribe.mjs", @@ -154038,7 +153638,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./subscribe.mjs", @@ -154094,10 +153694,10 @@ "sizes": { "javascript": 1068 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", "name": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", @@ -154132,8 +153732,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154175,7 +153775,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", @@ -154189,7 +153789,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", @@ -154215,10 +153815,10 @@ "sizes": { "javascript": 2826 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", "name": "./node_modules/graphql/utilities/getIntrospectionQuery.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", @@ -154253,8 +153853,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154296,7 +153896,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getIntrospectionQuery.mjs", @@ -154310,7 +153910,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getIntrospectionQuery.mjs", @@ -154364,10 +153964,10 @@ "sizes": { "javascript": 1035 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", "name": "./node_modules/graphql/utilities/getOperationAST.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", @@ -154402,8 +154002,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154473,7 +154073,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getOperationAST.mjs", @@ -154487,7 +154087,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getOperationAST.mjs", @@ -154513,10 +154113,10 @@ "sizes": { "javascript": 1265 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", "name": "./node_modules/graphql/utilities/getOperationRootType.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", @@ -154551,8 +154151,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154594,7 +154194,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getOperationRootType.mjs", @@ -154608,7 +154208,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getOperationRootType.mjs", @@ -154634,10 +154234,10 @@ "sizes": { "javascript": 1038 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", "name": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", @@ -154672,8 +154272,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154715,7 +154315,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./introspectionFromSchema.mjs", @@ -154729,7 +154329,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./introspectionFromSchema.mjs", @@ -154755,10 +154355,10 @@ "sizes": { "javascript": 11964 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", "name": "./node_modules/graphql/utilities/buildClientSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", @@ -154793,8 +154393,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154864,7 +154464,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./buildClientSchema.mjs", @@ -154878,7 +154478,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./buildClientSchema.mjs", @@ -154904,10 +154504,10 @@ "sizes": { "javascript": 4513 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", "name": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", @@ -154942,8 +154542,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -154985,7 +154585,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./lexicographicSortSchema.mjs", @@ -154999,7 +154599,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./lexicographicSortSchema.mjs", @@ -155025,10 +154625,10 @@ "sizes": { "javascript": 7464 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", "name": "./node_modules/graphql/utilities/printSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", @@ -155063,8 +154663,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -155134,7 +154734,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./printSchema.mjs", @@ -155176,7 +154776,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./printSchema.mjs", @@ -155206,10 +154806,10 @@ "sizes": { "javascript": 488 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", "name": "./node_modules/graphql/utilities/concatAST.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", @@ -155244,8 +154844,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -155287,7 +154887,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./concatAST.mjs", @@ -155301,7 +154901,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./concatAST.mjs", @@ -155327,10 +154927,10 @@ "sizes": { "javascript": 2610 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", "name": "./node_modules/graphql/utilities/separateOperations.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", @@ -155365,8 +154965,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -155408,7 +155008,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./separateOperations.mjs", @@ -155422,7 +155022,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./separateOperations.mjs", @@ -155448,10 +155048,10 @@ "sizes": { "javascript": 2785 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", "name": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", @@ -155486,8 +155086,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -155529,7 +155129,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./stripIgnoredCharacters.mjs", @@ -155543,7 +155143,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./stripIgnoredCharacters.mjs", @@ -155569,10 +155169,10 @@ "sizes": { "javascript": 949 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", "name": "./node_modules/graphql/utilities/assertValidName.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", @@ -155607,8 +155207,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -155664,7 +155264,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./assertValidName.mjs", @@ -155692,7 +155292,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./assertValidName.mjs", @@ -155720,10 +155320,10 @@ "sizes": { "javascript": 16664 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", "name": "./node_modules/graphql/utilities/findBreakingChanges.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", @@ -155758,8 +155358,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -155843,7 +155443,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./findBreakingChanges.mjs", @@ -155899,7 +155499,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./findBreakingChanges.mjs", @@ -155920,9 +155520,7 @@ "findBreakingChanges", "findDangerousChanges" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 23:0-45:52" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -155933,10 +155531,10 @@ "sizes": { "javascript": 363 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", "name": "./node_modules/graphql/jsutils/isAsyncIterable.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", @@ -155971,8 +155569,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -156059,10 +155657,10 @@ "sizes": { "javascript": 1351 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", "name": "./node_modules/graphql/execution/mapAsyncIterator.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", @@ -156097,8 +155695,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -156173,10 +155771,10 @@ "sizes": { "javascript": 7011 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", "name": "./node_modules/codemirror-graphql/variables/lint.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/lint.js", @@ -156398,12 +155996,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "CommonJS bailout: this is used directly at 13:26-30", - "CommonJS bailout: this is used directly at 18:20-24", - "CommonJS bailout: this is used directly at 25:14-18", - "CommonJS bailout: this is used directly at 41:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-12:4", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -156416,10 +156008,10 @@ "sizes": { "javascript": 3838 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", "name": "./node_modules/codemirror-graphql/variables/mode.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/variables/mode.js", @@ -156529,8 +156121,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -156543,10 +156133,10 @@ "sizes": { "javascript": 50097 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", "name": "./node_modules/buffer/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/buffer/index.js", @@ -156706,7 +156296,6 @@ "kMaxLength" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 11:0-33", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 5 @@ -156719,10 +156308,10 @@ "sizes": { "javascript": 3181 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", "name": "./node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js", @@ -156795,7 +156384,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./makeExecutableSchema.js", @@ -156809,7 +156398,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./makeExecutableSchema.js", @@ -156863,10 +156452,10 @@ "sizes": { "javascript": 9809 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", "name": "./static/img/conf/Sponsors/Stellate.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Stellate.svg", @@ -156891,9 +156480,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -156963,10 +156552,10 @@ "sizes": { "javascript": 11093 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", "name": "./static/img/conf/Sponsors/Postman.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Postman.svg", @@ -156991,9 +156580,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157052,9 +156641,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 69:0-71" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -157065,10 +156652,10 @@ "sizes": { "javascript": 19476 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", "name": "./static/img/conf/Sponsors/Solo.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Solo.svg", @@ -157093,9 +156680,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157165,10 +156752,10 @@ "sizes": { "javascript": 9430 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", "name": "./static/img/conf/Sponsors/Hasura.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hasura.svg", @@ -157193,9 +156780,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157265,10 +156852,10 @@ "sizes": { "javascript": 11227 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", "name": "./static/img/conf/Sponsors/TheGraph.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGraph.svg", @@ -157293,9 +156880,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157365,10 +156952,10 @@ "sizes": { "javascript": 11310 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", "name": "./static/img/conf/Sponsors/TheGuild.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/TheGuild.svg", @@ -157393,9 +156980,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157479,10 +157066,10 @@ "sizes": { "javascript": 15275 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", "name": "./static/img/conf/Sponsors/Hygraph.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Hygraph.svg", @@ -157507,9 +157094,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157579,10 +157166,10 @@ "sizes": { "javascript": 8721 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", "name": "./static/img/conf/Sponsors/StepZen.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/StepZen.svg", @@ -157607,9 +157194,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157668,9 +157255,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 30:0-71" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -157681,10 +157266,10 @@ "sizes": { "javascript": 10580 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", "name": "./static/img/conf/Sponsors/Inigo.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Inigo.svg", @@ -157709,9 +157294,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157781,10 +157366,10 @@ "sizes": { "javascript": 8411 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", "name": "./static/img/conf/Sponsors/Neo4j.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Neo4j.svg", @@ -157809,9 +157394,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157881,10 +157466,10 @@ "sizes": { "javascript": 30702 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", "name": "./static/img/conf/Sponsors/WunderGraph.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/WunderGraph.svg", @@ -157909,9 +157494,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -157970,9 +157555,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 440:0-75" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -157983,10 +157566,10 @@ "sizes": { "javascript": 9010 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", "name": "./static/img/conf/Sponsors/Graphabase.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Sponsors/Graphabase.svg", @@ -158011,9 +157594,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158072,9 +157655,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 32:0-74" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -158085,10 +157666,10 @@ "sizes": { "javascript": 10361 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", "name": "./static/img/conf/Partners/GraphQLWeekly.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLWeekly.svg", @@ -158113,9 +157694,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158174,9 +157755,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 20:0-77" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -158187,10 +157766,10 @@ "sizes": { "javascript": 8628 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", "name": "./static/img/conf/Partners/GraphQLwtf.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/GraphQLwtf.svg", @@ -158215,9 +157794,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158287,10 +157866,10 @@ "sizes": { "javascript": 17040 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", "name": "./static/img/conf/Partners/EscapeTechnologies.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/EscapeTechnologies.svg", @@ -158315,9 +157894,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158387,10 +157966,10 @@ "sizes": { "javascript": 234669 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", "name": "./static/img/conf/Partners/AmsterdamGraphQL.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/AmsterdamGraphQL.svg", @@ -158415,9 +157994,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158507,7 +158086,6 @@ "default" ], "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 54:0-80", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" ], "depth": 5 @@ -158520,10 +158098,10 @@ "sizes": { "javascript": 234645 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", "name": "./static/img/conf/Partners/BangkokGraphQL.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/BangkokGraphQL.svg", @@ -158548,9 +158126,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158640,7 +158218,6 @@ "default" ], "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 54:0-78", "ModuleConcatenation bailout: Cannot concat with ./node_modules/react/index.js: Module is not an ECMAScript module" ], "depth": 5 @@ -158653,10 +158230,10 @@ "sizes": { "javascript": 104308 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@svgr/webpack/dist/index.js??ruleSet[1].rules[10].use[0]!/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", "name": "./static/img/conf/Partners/TypeGraphQL.svg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Partners/TypeGraphQL.svg", @@ -158681,9 +158258,9 @@ "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", - "name": "./src/pages/conf/sched.tsx", - "id": 8023 + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/speak.tsx", + "name": "./src/pages/conf/speak.tsx", + "id": null }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Conf/Footer/index.tsx", @@ -158742,9 +158319,7 @@ "ReactComponent", "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 44:0-75" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -158755,10 +158330,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", "name": "./static/img/conf/Gallery/1.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1.jpg", @@ -158843,9 +158418,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -158856,10 +158429,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", "name": "./static/img/conf/Gallery/10_53228256862_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/10_53228256862_o.jpg", @@ -158944,9 +158517,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -158957,10 +158528,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", "name": "./static/img/conf/Gallery/11_53229130936_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/11_53229130936_o.jpg", @@ -159045,9 +158616,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159058,10 +158627,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", "name": "./static/img/conf/Gallery/12_53229130901_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/12_53229130901_o.jpg", @@ -159146,9 +158715,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159159,10 +158726,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", "name": "./static/img/conf/Gallery/13_53229431753_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/13_53229431753_o.jpg", @@ -159247,9 +158814,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159260,10 +158825,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", "name": "./static/img/conf/Gallery/14_53228256817_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/14_53228256817_o.jpg", @@ -159348,9 +158913,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159361,10 +158924,10 @@ "sizes": { "javascript": 105 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", "name": "./static/img/conf/Gallery/151_53229506084_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/151_53229506084_o.jpg", @@ -159449,9 +159012,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-105" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159462,10 +159023,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", "name": "./static/img/conf/Gallery/15_53228256787_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/15_53228256787_o.jpg", @@ -159550,9 +159111,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159563,10 +159122,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", "name": "./static/img/conf/Gallery/16_53229629695_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/16_53229629695_o.jpg", @@ -159651,9 +159210,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159664,10 +159221,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", "name": "./static/img/conf/Gallery/17_53229431688_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/17_53229431688_o.jpg", @@ -159752,9 +159309,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159765,10 +159320,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", "name": "./static/img/conf/Gallery/18_53229629645_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/18_53229629645_o.jpg", @@ -159853,9 +159408,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159866,10 +159419,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", "name": "./static/img/conf/Gallery/1_53229506279_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/1_53229506279_o.jpg", @@ -159954,9 +159507,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -159967,10 +159518,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", "name": "./static/img/conf/Gallery/2.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2.jpg", @@ -160055,9 +159606,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160068,10 +159617,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", "name": "./static/img/conf/Gallery/2_53229431883_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/2_53229431883_o.jpg", @@ -160156,9 +159705,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160169,10 +159716,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", "name": "./static/img/conf/Gallery/3.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3.jpg", @@ -160257,9 +159804,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160270,10 +159815,10 @@ "sizes": { "javascript": 104 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", "name": "./static/img/conf/Gallery/31_53228256917_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/31_53228256917_o.jpg", @@ -160358,9 +159903,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-104" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160371,10 +159914,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", "name": "./static/img/conf/Gallery/3_53229131021_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/3_53229131021_o.jpg", @@ -160459,9 +160002,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160472,10 +160013,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", "name": "./static/img/conf/Gallery/4.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/4.jpg", @@ -160560,9 +160101,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160573,10 +160112,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", "name": "./static/img/conf/Gallery/5.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5.jpg", @@ -160661,9 +160200,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160674,10 +160211,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", "name": "./static/img/conf/Gallery/5_53228256882_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/5_53228256882_o.jpg", @@ -160762,9 +160299,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160775,10 +160310,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", "name": "./static/img/conf/Gallery/6.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/6.jpg", @@ -160863,9 +160398,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160876,10 +160409,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", "name": "./static/img/conf/Gallery/7_53229506199_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/7_53229506199_o.jpg", @@ -160964,9 +160497,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -160977,10 +160508,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", "name": "./static/img/conf/Gallery/8.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8.jpg", @@ -161065,9 +160596,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161078,10 +160607,10 @@ "sizes": { "javascript": 103 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", "name": "./static/img/conf/Gallery/8_53229629805_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/8_53229629805_o.jpg", @@ -161166,9 +160695,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-103" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161179,10 +160706,10 @@ "sizes": { "javascript": 89 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", "name": "./static/img/conf/Gallery/9.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/9.jpg", @@ -161267,9 +160794,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-89" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161280,10 +160805,10 @@ "sizes": { "javascript": 117 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", "name": "./static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-1_53228256677_o.jpg", @@ -161368,9 +160893,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161381,10 +160904,10 @@ "sizes": { "javascript": 117 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", "name": "./static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-2_53228256672_o.jpg", @@ -161469,9 +160992,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161482,10 +161003,10 @@ "sizes": { "javascript": 117 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", "name": "./static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphql-cover-3_53228256612_o.jpg", @@ -161570,9 +161091,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-117" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161583,10 +161102,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202310_53229130641_o.jpg", @@ -161671,9 +161190,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161684,10 +161201,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202311_53229130636_o.jpg", @@ -161772,9 +161289,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161785,10 +161300,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202312_53229431468_o.jpg", @@ -161873,9 +161388,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161886,10 +161399,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202313_53229431453_o.jpg", @@ -161974,9 +161487,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -161987,10 +161498,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202314_53228256402_o.jpg", @@ -162075,9 +161586,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162088,10 +161597,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202315_53229431418_o.jpg", @@ -162176,9 +161685,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162189,10 +161696,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202316_53229130551_o.jpg", @@ -162277,9 +161784,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162290,10 +161795,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202317_53229431408_o.jpg", @@ -162378,9 +161883,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162391,10 +161894,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202318_53229431413_o.jpg", @@ -162479,9 +161982,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162492,10 +161993,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202319_53229505639_o.jpg", @@ -162580,9 +162081,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162593,10 +162092,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20231_53229505964_o.jpg", @@ -162681,9 +162180,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162694,10 +162191,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202321_53229504679_o.jpg", @@ -162782,9 +162279,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162795,10 +162290,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202322_53229431348_o.jpg", @@ -162883,9 +162378,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162896,10 +162389,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202323_53229431353_o.jpg", @@ -162984,9 +162477,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -162997,10 +162488,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202324_53228255322_o.jpg", @@ -163085,9 +162576,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163098,10 +162587,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202325_53229628480_o.jpg", @@ -163186,9 +162675,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163199,10 +162686,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202326_53229504664_o.jpg", @@ -163287,9 +162774,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163300,10 +162785,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202327_53229430403_o.jpg", @@ -163388,9 +162873,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163401,10 +162884,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202328_53229129426_o.jpg", @@ -163489,9 +162972,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163502,10 +162983,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202329_53228255262_o.jpg", @@ -163590,9 +163071,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163603,10 +163082,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20232_53229629585_o.jpg", @@ -163691,9 +163170,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163704,10 +163181,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202330_53229430393_o.jpg", @@ -163792,9 +163269,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163805,10 +163280,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202331_53229430378_o.jpg", @@ -163893,9 +163368,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -163906,10 +163379,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202332_53228255222_o.jpg", @@ -163994,9 +163467,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164007,10 +163478,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202333_53229504589_o.jpg", @@ -164095,9 +163566,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164108,10 +163577,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202334_53229505599_o.jpg", @@ -164196,9 +163665,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164209,10 +163676,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202335_53228256247_o.jpg", @@ -164297,9 +163764,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164310,10 +163775,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202336_53229431263_o.jpg", @@ -164398,9 +163863,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164411,10 +163874,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202337_53229431268_o.jpg", @@ -164499,9 +163962,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164512,10 +163973,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202338_53228256132_o.jpg", @@ -164600,9 +164061,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164613,10 +164072,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202339_53228256117_o.jpg", @@ -164701,9 +164160,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164714,10 +164171,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20233_53229431633_o.jpg", @@ -164802,9 +164259,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164815,10 +164270,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202340_53229431183_o.jpg", @@ -164903,9 +164358,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -164916,10 +164369,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202341_53229629225_o.jpg", @@ -165004,9 +164457,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165017,10 +164468,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202342_53229130301_o.jpg", @@ -165105,9 +164556,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165118,10 +164567,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202343_53229505484_o.jpg", @@ -165206,9 +164655,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165219,10 +164666,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202344_53228256077_o.jpg", @@ -165307,9 +164754,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165320,10 +164765,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202345_53229504499_o.jpg", @@ -165408,9 +164853,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165421,10 +164864,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202346_53229629115_o.jpg", @@ -165509,9 +164952,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165522,10 +164963,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202347_53229129301_o.jpg", @@ -165610,9 +165051,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165623,10 +165062,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202348_53229130226_o.jpg", @@ -165711,9 +165150,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165724,10 +165161,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202349_53228256032_o.jpg", @@ -165812,9 +165249,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165825,10 +165260,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20234_53229629525_o.jpg", @@ -165913,9 +165348,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -165926,10 +165359,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202350_53229130146_o.jpg", @@ -166014,9 +165447,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166027,10 +165458,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202351_53229130151_o.jpg", @@ -166115,9 +165546,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166128,10 +165557,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202352_53229629035_o.jpg", @@ -166216,9 +165645,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166229,10 +165656,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202353_53228255937_o.jpg", @@ -166317,9 +165744,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166330,10 +165755,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202354_53229430998_o.jpg", @@ -166418,9 +165843,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166431,10 +165854,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202355_53228255882_o.jpg", @@ -166519,9 +165942,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166532,10 +165953,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202356_53229505199_o.jpg", @@ -166620,9 +166041,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166633,10 +166052,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202357_53228255742_o.jpg", @@ -166721,9 +166140,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166734,10 +166151,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202358_53229628875_o.jpg", @@ -166822,9 +166239,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166835,10 +166250,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202359_53229129286_o.jpg", @@ -166923,9 +166338,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -166936,10 +166349,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20235_53229505904_o.jpg", @@ -167024,9 +166437,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167037,10 +166448,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202360_53229430883_o.jpg", @@ -167125,9 +166536,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167138,10 +166547,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202361_53229628295_o.jpg", @@ -167226,9 +166635,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167239,10 +166646,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202362_53229430868_o.jpg", @@ -167327,9 +166734,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167340,10 +166745,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202363_53229505084_o.jpg", @@ -167428,9 +166833,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167441,10 +166844,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202364_53229430858_o.jpg", @@ -167529,9 +166932,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167542,10 +166943,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202365_53229430258_o.jpg", @@ -167630,9 +167031,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167643,10 +167042,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202366_53229628825_o.jpg", @@ -167731,9 +167130,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167744,10 +167141,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202367_53229430268_o.jpg", @@ -167832,9 +167229,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167845,10 +167240,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202368_53229430823_o.jpg", @@ -167933,9 +167328,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -167946,10 +167339,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202369_53229628795_o.jpg", @@ -168034,9 +167427,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168047,10 +167438,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20236_53229431543_o.jpg", @@ -168135,9 +167526,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168148,10 +167537,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202370_53228255572_o.jpg", @@ -168236,9 +167625,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168249,10 +167636,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202371_53229628710_o.jpg", @@ -168337,9 +167724,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168350,10 +167735,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202372_53229628695_o.jpg", @@ -168438,9 +167823,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168451,10 +167834,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202373_53229430683_o.jpg", @@ -168539,9 +167922,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168552,10 +167933,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202374_53228255537_o.jpg", @@ -168640,9 +168021,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168653,10 +168032,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202375_53228255527_o.jpg", @@ -168741,9 +168120,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168754,10 +168131,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202376_53229628665_o.jpg", @@ -168842,9 +168219,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168855,10 +168230,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202377_53229430648_o.jpg", @@ -168943,9 +168318,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -168956,10 +168329,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202378_53228255107_o.jpg", @@ -169044,9 +168417,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169057,10 +168428,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202379_53228255097_o.jpg", @@ -169145,9 +168516,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169158,10 +168527,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20237_53229629480_o.jpg", @@ -169246,9 +168615,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169259,10 +168626,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202380_53229430623_o.jpg", @@ -169347,9 +168714,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169360,10 +168725,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202381_53228255092_o.jpg", @@ -169448,9 +168813,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169461,10 +168824,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202383_53228255462_o.jpg", @@ -169549,9 +168912,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169562,10 +168923,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202384_53229129586_o.jpg", @@ -169650,9 +169011,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169663,10 +169022,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202385_53229504819_o.jpg", @@ -169751,9 +169110,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169764,10 +169121,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202386_53229129601_o.jpg", @@ -169852,9 +169209,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169865,10 +169220,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202387_53229628600_o.jpg", @@ -169953,9 +169308,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -169966,10 +169319,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202388_53229430518_o.jpg", @@ -170054,9 +169407,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170067,10 +169418,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202389_53229129526_o.jpg", @@ -170155,9 +169506,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170168,10 +169517,10 @@ "sizes": { "javascript": 119 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-20238_53228256482_o.jpg", @@ -170256,9 +169605,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-119" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170269,10 +169616,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202390_53229628530_o.jpg", @@ -170357,9 +169704,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170370,10 +169715,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202391_53229504714_o.jpg", @@ -170458,9 +169803,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170471,10 +169814,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202392_53229430473_o.jpg", @@ -170559,9 +169902,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170572,10 +169913,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202393_53229129511_o.jpg", @@ -170660,9 +170001,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170673,10 +170012,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202394_53228255057_o.jpg", @@ -170761,9 +170100,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170774,10 +170111,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202395_53229430163_o.jpg", @@ -170862,9 +170199,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170875,10 +170210,10 @@ "sizes": { "javascript": 120 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-202396_53229628185_o.jpg", @@ -170963,9 +170298,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-120" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -170976,10 +170309,10 @@ "sizes": { "javascript": 134 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/url-loader/dist/cjs.js??ruleSet[1].rules[5].use[0]!/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", "name": "./static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/static/img/conf/Gallery/graphqlconf-2023graphqlconf-2023_53228255062_o.jpg", @@ -171064,9 +170397,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (ExportDefaultDeclaration) with side effects in source code at 1:0-134" - ], + "optimizationBailout": [], "depth": 5 }, { @@ -171077,10 +170408,10 @@ "sizes": { "css/mini-extract": 2068 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "css|/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css|0", "name": "css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", @@ -171172,10 +170503,10 @@ "sizes": { "javascript": 529 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "name": "./node_modules/@graphql-tools/schema/esm/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", @@ -171304,10 +170635,10 @@ "sizes": { "javascript": 821 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", "name": "./node_modules/scroll-to-element/scroll-to.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/scroll-to.js", @@ -171394,8 +170725,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 43:0-14", - "Statement (VariableDeclaration) with side effects in source code at 1:0-31", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -171408,10 +170737,10 @@ "sizes": { "javascript": 4235 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", "name": "./node_modules/scheduler/cjs/scheduler.production.min.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scheduler/cjs/scheduler.production.min.js", @@ -171574,12 +170903,6 @@ "unstable_wrapCallback" ], "optimizationBailout": [ - "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 13:227-247", - "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 14:20-40", - "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 14:85-105", - "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 14:449-469", - "CommonJS bailout: exports.unstable_now(...) prevents optimization as exports is passed as call context at 18:56-76", - "Statement (IfStatement) with side effects in source code at 11:71-284", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -171592,10 +170915,10 @@ "sizes": { "javascript": 35 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/create-content-digest-browser-shim.js", "name": "./.cache/create-content-digest-browser-shim.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/create-content-digest-browser-shim.js", @@ -171615,14 +170938,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -171714,7 +171037,6 @@ "createContentDigest" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 1:0-35", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -171727,10 +171049,10 @@ "sizes": { "javascript": 546 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", "name": "./.cache/slice/server-slice-renderer.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/.cache/slice/server-slice-renderer.js", @@ -171750,14 +171072,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -171831,10 +171153,10 @@ "sizes": { "javascript": 118 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", "name": "./node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js", @@ -171854,14 +171176,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -171933,10 +171255,10 @@ "sizes": { "javascript": 614 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", "name": "./node_modules/@babel/runtime/helpers/esm/construct.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/construct.js", @@ -171956,14 +171278,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -172035,10 +171357,10 @@ "sizes": { "javascript": 237 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", "name": "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js", @@ -172058,14 +171380,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -172137,10 +171459,10 @@ "sizes": { "javascript": 140924 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", "name": "./node_modules/prism-react-renderer/prism/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/prism/index.js", @@ -172213,8 +171535,8 @@ "moduleName": "./node_modules/prism-react-renderer/dist/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", - "type": "harmony side effect evaluation", - "active": true, + "type": "harmony export imported specifier", + "active": false, "explanation": "", "userRequest": "../prism/index.js", "loc": "2:0-53", @@ -172227,8 +171549,8 @@ "moduleName": "./node_modules/prism-react-renderer/dist/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/dist/index.js", "resolvedModule": "./node_modules/prism-react-renderer/dist/index.js", - "type": "harmony export imported specifier", - "active": false, + "type": "harmony side effect evaluation", + "active": true, "explanation": "", "userRequest": "../prism/index.js", "loc": "2:0-53", @@ -172256,9 +171578,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 20:1-905:5" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -172269,10 +171589,10 @@ "sizes": { "javascript": 1623 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", "name": "./node_modules/prism-react-renderer/themes/duotoneDark/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/prism-react-renderer/themes/duotoneDark/index.js", @@ -172360,9 +171680,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 5:0-71:2" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -172373,10 +171691,10 @@ "sizes": { "javascript": 256 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isPromise.mjs", "name": "./node_modules/graphql/jsutils/isPromise.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isPromise.mjs", @@ -172411,8 +171729,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -172706,10 +172024,10 @@ "sizes": { "javascript": 159 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/devAssert.mjs", "name": "./node_modules/graphql/jsutils/devAssert.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/devAssert.mjs", @@ -172744,8 +172062,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -173627,10 +172945,10 @@ "sizes": { "javascript": 20980 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", "name": "./node_modules/graphql/type/validate.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/validate.mjs", @@ -173665,8 +172983,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -173780,7 +173098,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./validate.mjs", @@ -173808,7 +173126,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./validate.mjs", @@ -173873,10 +173191,10 @@ "sizes": { "javascript": 2239 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/instanceOf.mjs", "name": "./node_modules/graphql/jsutils/instanceOf.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/instanceOf.mjs", @@ -173911,8 +173229,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -174169,10 +173487,10 @@ "sizes": { "javascript": 2512 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/inspect.mjs", "name": "./node_modules/graphql/jsutils/inspect.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/inspect.mjs", @@ -174207,8 +173525,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -176677,10 +175995,10 @@ "sizes": { "javascript": 227 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isObjectLike.mjs", "name": "./node_modules/graphql/jsutils/isObjectLike.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isObjectLike.mjs", @@ -176715,8 +176033,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -177113,10 +176431,10 @@ "sizes": { "javascript": 287 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toObjMap.mjs", "name": "./node_modules/graphql/jsutils/toObjMap.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toObjMap.mjs", @@ -177151,8 +176469,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -177409,10 +176727,10 @@ "sizes": { "javascript": 5492 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", "name": "./node_modules/graphql/type/directives.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/directives.mjs", @@ -177447,8 +176765,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -178080,7 +177398,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./directives.mjs", @@ -178220,7 +177538,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./directives.mjs", @@ -178660,7 +177978,6 @@ "specifiedDirectives" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 44:0-95:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", @@ -178681,10 +177998,10 @@ "sizes": { "javascript": 1181 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", "name": "./node_modules/graphql/type/assertName.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/assertName.mjs", @@ -178719,8 +178036,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -178988,7 +178305,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./assertName.mjs", @@ -179016,7 +178333,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./assertName.mjs", @@ -179076,10 +178393,10 @@ "sizes": { "javascript": 664 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", "name": "./node_modules/graphql/language/location.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/location.mjs", @@ -179114,8 +178431,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -179201,7 +178518,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./location.mjs", @@ -179215,7 +178532,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./location.mjs", @@ -179271,10 +178588,10 @@ "sizes": { "javascript": 2223 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", "name": "./node_modules/graphql/language/printLocation.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printLocation.mjs", @@ -179309,8 +178626,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -179410,7 +178727,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./printLocation.mjs", @@ -179438,7 +178755,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./printLocation.mjs", @@ -179468,10 +178785,10 @@ "sizes": { "javascript": 99 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", "name": "./node_modules/graphql/jsutils/identityFunc.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/identityFunc.mjs", @@ -179506,8 +178823,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -179594,10 +178911,10 @@ "sizes": { "javascript": 1481 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", "name": "./node_modules/graphql/utilities/valueFromASTUntyped.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromASTUntyped.mjs", @@ -179632,8 +178949,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -179761,7 +179078,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./valueFromASTUntyped.mjs", @@ -179775,7 +179092,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./valueFromASTUntyped.mjs", @@ -179804,10 +179121,10 @@ "sizes": { "javascript": 2257 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/kinds.mjs", "name": "./node_modules/graphql/language/kinds.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/kinds.mjs", @@ -179842,8 +179159,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -186929,7 +186246,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./kinds.mjs", @@ -186943,7 +186260,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./kinds.mjs", @@ -190724,9 +190041,7 @@ "providedExports": [ "Kind" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 6:0-50:24" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -190737,10 +190052,10 @@ "sizes": { "javascript": 614 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyValMap.mjs", "name": "./node_modules/graphql/jsutils/keyValMap.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyValMap.mjs", @@ -190775,8 +190090,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -191089,10 +190404,10 @@ "sizes": { "javascript": 303 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/mapValue.mjs", "name": "./node_modules/graphql/jsutils/mapValue.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/mapValue.mjs", @@ -191127,8 +190442,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -191329,10 +190644,10 @@ "sizes": { "javascript": 804 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyMap.mjs", "name": "./node_modules/graphql/jsutils/keyMap.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/keyMap.mjs", @@ -191367,8 +190682,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -191681,10 +190996,10 @@ "sizes": { "javascript": 11285 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs|c65b9bb9e560c67813784fa516ac7f2a", "name": "./node_modules/graphql/language/printer.mjs + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", @@ -192046,7 +191361,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./printer.mjs", @@ -192060,7 +191375,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./printer.mjs", @@ -192537,10 +191852,10 @@ "sizes": { "javascript": 9361 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", "name": "./node_modules/graphql/language/printer.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", @@ -192575,8 +191890,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -192604,9 +191919,7 @@ "providedExports": [ "print" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 13:0-288:2" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -192617,10 +191930,10 @@ "sizes": { "javascript": 1924 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", "name": "./node_modules/graphql/language/printString.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", @@ -192655,8 +191968,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -192731,10 +192044,10 @@ "sizes": { "javascript": 9565 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", "name": "./node_modules/graphql/language/visitor.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/visitor.mjs", @@ -192769,8 +192082,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -193192,7 +192505,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./visitor.mjs", @@ -193262,7 +192575,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./visitor.mjs", @@ -193482,7 +192795,6 @@ "visitInParallel" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-39", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", @@ -193498,10 +192810,10 @@ "sizes": { "javascript": 5162 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/ast.mjs", "name": "./node_modules/graphql/language/ast.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/ast.mjs", @@ -193536,8 +192848,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -193665,7 +192977,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./ast.mjs", @@ -193707,7 +193019,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./ast.mjs", @@ -194108,9 +193420,7 @@ "Token", "isNode" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-43:1" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -194121,10 +193431,10 @@ "sizes": { "javascript": 3683 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", "name": "./node_modules/graphql/jsutils/suggestionList.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/suggestionList.mjs", @@ -194159,8 +193469,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -194419,10 +193729,10 @@ "sizes": { "javascript": 772 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/didYouMean.mjs", "name": "./node_modules/graphql/jsutils/didYouMean.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/didYouMean.mjs", @@ -194457,8 +193767,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -194729,10 +194039,10 @@ "sizes": { "javascript": 1333 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/directiveLocation.mjs", "name": "./node_modules/graphql/language/directiveLocation.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/directiveLocation.mjs", @@ -194767,8 +194077,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -195400,7 +194710,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./directiveLocation.mjs", @@ -195414,7 +194724,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./directiveLocation.mjs", @@ -196185,9 +195495,7 @@ "providedExports": [ "DirectiveLocation" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 6:0-26:50" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -196198,10 +195506,10 @@ "sizes": { "javascript": 17171 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", "name": "./node_modules/graphql/type/introspection.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/introspection.mjs", @@ -196236,8 +195544,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -197219,7 +196527,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./introspection.mjs", @@ -197415,7 +196723,7 @@ "moduleName": "./node_modules/graphql/type/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "resolvedModule": "./node_modules/graphql/type/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./introspection.mjs", @@ -197933,7 +197241,6 @@ "isIntrospectionType" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 22:0-64:3", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/invariant.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/directiveLocation.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", @@ -197952,10 +197259,10 @@ "sizes": { "javascript": 4717 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", "name": "./node_modules/graphql/utilities/astFromValue.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/astFromValue.mjs", @@ -197990,8 +197297,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -198273,7 +197580,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./astFromValue.mjs", @@ -198287,7 +197594,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./astFromValue.mjs", @@ -198349,10 +197656,10 @@ "sizes": { "javascript": 3273 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", "name": "./node_modules/graphql/utilities/typeComparators.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/typeComparators.mjs", @@ -198387,8 +197694,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -198558,7 +197865,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./typeComparators.mjs", @@ -198600,7 +197907,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./typeComparators.mjs", @@ -198716,10 +198023,10 @@ "sizes": { "javascript": 990 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/tokenKind.mjs", "name": "./node_modules/graphql/language/tokenKind.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/tokenKind.mjs", @@ -198754,8 +198061,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -198897,7 +198204,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./tokenKind.mjs", @@ -198911,7 +198218,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./tokenKind.mjs", @@ -200634,9 +199941,7 @@ "providedExports": [ "TokenKind" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 7:0-30:34" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -200647,10 +199952,10 @@ "sizes": { "javascript": 1460 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", "name": "./node_modules/graphql/language/source.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/source.mjs", @@ -200685,8 +199990,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -200828,7 +200133,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./source.mjs", @@ -200842,7 +200147,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./source.mjs", @@ -200944,7 +200249,6 @@ "isSource" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 12:0-41:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/instanceOf.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx" @@ -200959,10 +200263,10 @@ "sizes": { "javascript": 23251 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", "name": "./node_modules/graphql/language/lexer.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", @@ -200997,8 +200301,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -201084,7 +200388,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./lexer.mjs", @@ -201098,7 +200402,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./lexer.mjs", @@ -201200,7 +200504,6 @@ "isPunctuatorTokenKind" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 15:0-78:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/syntaxError.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/blockString.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", @@ -201217,10 +200520,10 @@ "sizes": { "javascript": 378 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", "name": "./node_modules/graphql/error/syntaxError.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/syntaxError.mjs", @@ -201255,8 +200558,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -201286,7 +200589,7 @@ "moduleName": "./node_modules/graphql/error/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "resolvedModule": "./node_modules/graphql/error/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./syntaxError.mjs", @@ -201300,7 +200603,7 @@ "moduleName": "./node_modules/graphql/error/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "resolvedModule": "./node_modules/graphql/error/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./syntaxError.mjs", @@ -201622,10 +200925,10 @@ "sizes": { "javascript": 3933 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", "name": "./node_modules/graphql/validation/validate.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/validate.mjs", @@ -201660,8 +200963,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -201873,7 +201176,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./validate.mjs", @@ -201887,7 +201190,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./validate.mjs", @@ -201926,10 +201229,10 @@ "sizes": { "javascript": 5668 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", "name": "./node_modules/graphql/validation/specifiedRules.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/specifiedRules.mjs", @@ -201964,8 +201267,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -202065,7 +201368,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./specifiedRules.mjs", @@ -202079,7 +201382,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./specifiedRules.mjs", @@ -202139,7 +201442,6 @@ "specifiedSDLRules" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 75:0-102:3", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", @@ -202185,10 +201487,10 @@ "sizes": { "javascript": 1041 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", "name": "./node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs", @@ -202223,8 +201525,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -202296,7 +201598,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/ExecutableDefinitionsRule.mjs", @@ -202310,7 +201612,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/ExecutableDefinitionsRule.mjs", @@ -202368,10 +201670,10 @@ "sizes": { "javascript": 2370 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", "name": "./node_modules/graphql/language/predicates.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/predicates.mjs", @@ -202406,8 +201708,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -202633,7 +201935,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./predicates.mjs", @@ -202773,7 +202075,7 @@ "moduleName": "./node_modules/graphql/language/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "resolvedModule": "./node_modules/graphql/language/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./predicates.mjs", @@ -203015,10 +202317,10 @@ "sizes": { "javascript": 1037 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs", @@ -203053,8 +202355,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -203098,7 +202400,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueOperationNamesRule.mjs", @@ -203112,7 +202414,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueOperationNamesRule.mjs", @@ -203168,10 +202470,10 @@ "sizes": { "javascript": 947 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", "name": "./node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs", @@ -203206,8 +202508,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -203251,7 +202553,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/LoneAnonymousOperationRule.mjs", @@ -203265,7 +202567,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/LoneAnonymousOperationRule.mjs", @@ -203322,10 +202624,10 @@ "sizes": { "javascript": 2678 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", "name": "./node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs", @@ -203360,8 +202662,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -203405,7 +202707,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/SingleFieldSubscriptionsRule.mjs", @@ -203419,7 +202721,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/SingleFieldSubscriptionsRule.mjs", @@ -203477,10 +202779,10 @@ "sizes": { "javascript": 7667 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", "name": "./node_modules/graphql/execution/values.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/values.mjs", @@ -203515,8 +202817,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -203714,7 +203016,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./values.mjs", @@ -203756,7 +203058,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./values.mjs", @@ -203937,10 +203239,10 @@ "sizes": { "javascript": 5083 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", "name": "./node_modules/graphql/utilities/valueFromAST.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/valueFromAST.mjs", @@ -203975,8 +203277,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -204188,7 +203490,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./valueFromAST.mjs", @@ -204202,7 +203504,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./valueFromAST.mjs", @@ -204234,10 +203536,10 @@ "sizes": { "javascript": 4692 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", "name": "./node_modules/graphql/utilities/coerceInputValue.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/coerceInputValue.mjs", @@ -204272,8 +203574,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -204345,7 +203647,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./coerceInputValue.mjs", @@ -204359,7 +203661,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./coerceInputValue.mjs", @@ -204396,10 +203698,10 @@ "sizes": { "javascript": 421 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/Path.mjs", "name": "./node_modules/graphql/jsutils/Path.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/Path.mjs", @@ -204434,8 +203736,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -204577,7 +203879,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "../jsutils/Path.mjs", @@ -204591,7 +203893,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "../jsutils/Path.mjs", @@ -204857,10 +204159,10 @@ "sizes": { "javascript": 2306 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs", @@ -204895,8 +204197,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -204968,7 +204270,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/KnownTypeNamesRule.mjs", @@ -204982,7 +204284,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/KnownTypeNamesRule.mjs", @@ -205040,7 +204342,6 @@ "KnownTypeNamesRule" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 68:0-70:2", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/suggestionList.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", @@ -205058,10 +204359,10 @@ "sizes": { "javascript": 1633 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", "name": "./node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs", @@ -205096,8 +204397,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -205141,7 +204442,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/FragmentsOnCompositeTypesRule.mjs", @@ -205155,7 +204456,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/FragmentsOnCompositeTypesRule.mjs", @@ -205214,10 +204515,10 @@ "sizes": { "javascript": 1030 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", "name": "./node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs", @@ -205252,8 +204553,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -205297,7 +204598,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/VariablesAreInputTypesRule.mjs", @@ -205311,7 +204612,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/VariablesAreInputTypesRule.mjs", @@ -205370,10 +204671,10 @@ "sizes": { "javascript": 1402 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", "name": "./node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs", @@ -205408,8 +204709,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -205453,7 +204754,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/ScalarLeafsRule.mjs", @@ -205467,7 +204768,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/ScalarLeafsRule.mjs", @@ -205525,10 +204826,10 @@ "sizes": { "javascript": 4017 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", "name": "./node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs", @@ -205563,8 +204864,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -205608,7 +204909,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/FieldsOnCorrectTypeRule.mjs", @@ -205622,7 +204923,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/FieldsOnCorrectTypeRule.mjs", @@ -205682,10 +204983,10 @@ "sizes": { "javascript": 883 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs", @@ -205720,8 +205021,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -205765,7 +205066,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueFragmentNamesRule.mjs", @@ -205779,7 +205080,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueFragmentNamesRule.mjs", @@ -205835,10 +205136,10 @@ "sizes": { "javascript": 688 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs", @@ -205873,8 +205174,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -205946,7 +205247,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/KnownFragmentNamesRule.mjs", @@ -205960,7 +205261,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/KnownFragmentNamesRule.mjs", @@ -206016,10 +205317,10 @@ "sizes": { "javascript": 1325 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", "name": "./node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs", @@ -206054,8 +205355,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -206127,7 +205428,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/NoUnusedFragmentsRule.mjs", @@ -206141,7 +205442,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/NoUnusedFragmentsRule.mjs", @@ -206197,10 +205498,10 @@ "sizes": { "javascript": 2218 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", "name": "./node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs", @@ -206235,8 +205536,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -206280,7 +205581,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/PossibleFragmentSpreadsRule.mjs", @@ -206294,7 +205595,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/PossibleFragmentSpreadsRule.mjs", @@ -206354,10 +205655,10 @@ "sizes": { "javascript": 2403 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", "name": "./node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs", @@ -206392,8 +205693,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -206437,7 +205738,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/NoFragmentCyclesRule.mjs", @@ -206451,7 +205752,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/NoFragmentCyclesRule.mjs", @@ -206507,10 +205808,10 @@ "sizes": { "javascript": 1210 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs", @@ -206545,8 +205846,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -206590,7 +205891,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueVariableNamesRule.mjs", @@ -206604,7 +205905,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueVariableNamesRule.mjs", @@ -206661,10 +205962,10 @@ "sizes": { "javascript": 1279 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", "name": "./node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs", @@ -206699,8 +206000,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -206744,7 +206045,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/NoUndefinedVariablesRule.mjs", @@ -206758,7 +206059,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/NoUndefinedVariablesRule.mjs", @@ -206814,10 +206115,10 @@ "sizes": { "javascript": 1374 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", "name": "./node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs", @@ -206852,8 +206153,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -206897,7 +206198,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/NoUnusedVariablesRule.mjs", @@ -206911,7 +206212,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/NoUnusedVariablesRule.mjs", @@ -206967,10 +206268,10 @@ "sizes": { "javascript": 4404 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", "name": "./node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs", @@ -207005,8 +206306,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -207078,7 +206379,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/KnownDirectivesRule.mjs", @@ -207092,7 +206393,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/KnownDirectivesRule.mjs", @@ -207168,10 +206469,10 @@ "sizes": { "javascript": 2652 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs", @@ -207206,8 +206507,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -207279,7 +206580,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", @@ -207293,7 +206594,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueDirectivesPerLocationRule.mjs", @@ -207366,10 +206667,10 @@ "sizes": { "javascript": 3077 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs", @@ -207404,8 +206705,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -207449,7 +206750,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/KnownArgumentNamesRule.mjs", @@ -207463,7 +206764,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/KnownArgumentNamesRule.mjs", @@ -207539,10 +206840,10 @@ "sizes": { "javascript": 1189 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs", @@ -207577,8 +206878,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -207650,7 +206951,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueArgumentNamesRule.mjs", @@ -207664,7 +206965,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueArgumentNamesRule.mjs", @@ -207735,10 +207036,10 @@ "sizes": { "javascript": 4816 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", "name": "./node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs", @@ -207773,8 +207074,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -207818,7 +207119,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/ValuesOfCorrectTypeRule.mjs", @@ -207832,7 +207133,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/ValuesOfCorrectTypeRule.mjs", @@ -207894,10 +207195,10 @@ "sizes": { "javascript": 4497 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", "name": "./node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs", @@ -207932,8 +207233,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -207977,7 +207278,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", @@ -207991,7 +207292,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/ProvidedRequiredArgumentsRule.mjs", @@ -208069,10 +207370,10 @@ "sizes": { "javascript": 3172 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", "name": "./node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs", @@ -208107,8 +207408,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -208152,7 +207453,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/VariablesInAllowedPositionRule.mjs", @@ -208166,7 +207467,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/VariablesInAllowedPositionRule.mjs", @@ -208227,10 +207528,10 @@ "sizes": { "javascript": 24124 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", "name": "./node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs", @@ -208265,8 +207566,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -208310,7 +207611,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/OverlappingFieldsCanBeMergedRule.mjs", @@ -208324,7 +207625,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/OverlappingFieldsCanBeMergedRule.mjs", @@ -208386,10 +207687,10 @@ "sizes": { "javascript": 1173 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs", @@ -208424,8 +207725,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -208497,7 +207798,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", @@ -208511,7 +207812,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueInputFieldNamesRule.mjs", @@ -208582,10 +207883,10 @@ "sizes": { "javascript": 1567 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", "name": "./node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs", @@ -208620,8 +207921,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -208693,7 +207994,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/LoneSchemaDefinitionRule.mjs", @@ -208707,7 +208008,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/LoneSchemaDefinitionRule.mjs", @@ -208763,10 +208064,10 @@ "sizes": { "javascript": 1825 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs", @@ -208801,8 +208102,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -208874,7 +208175,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueOperationTypesRule.mjs", @@ -208888,7 +208189,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueOperationTypesRule.mjs", @@ -208944,10 +208245,10 @@ "sizes": { "javascript": 1285 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs", @@ -208982,8 +208283,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -209055,7 +208356,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueTypeNamesRule.mjs", @@ -209069,7 +208370,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueTypeNamesRule.mjs", @@ -209125,10 +208426,10 @@ "sizes": { "javascript": 1911 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs", @@ -209163,8 +208464,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -209236,7 +208537,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueEnumValueNamesRule.mjs", @@ -209250,7 +208551,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueEnumValueNamesRule.mjs", @@ -209307,10 +208608,10 @@ "sizes": { "javascript": 2292 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs", @@ -209345,8 +208646,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -209418,7 +208719,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueFieldDefinitionNamesRule.mjs", @@ -209432,7 +208733,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueFieldDefinitionNamesRule.mjs", @@ -209489,10 +208790,10 @@ "sizes": { "javascript": 2426 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs", @@ -209527,8 +208828,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -209572,7 +208873,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueArgumentDefinitionNamesRule.mjs", @@ -209586,7 +208887,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueArgumentDefinitionNamesRule.mjs", @@ -209643,10 +208944,10 @@ "sizes": { "javascript": 1212 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", "name": "./node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs", @@ -209681,8 +208982,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -209754,7 +209055,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/UniqueDirectiveNamesRule.mjs", @@ -209768,7 +209069,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/UniqueDirectiveNamesRule.mjs", @@ -209824,10 +209125,10 @@ "sizes": { "javascript": 4122 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", "name": "./node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs", @@ -209862,8 +209163,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -209935,7 +209236,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/PossibleTypeExtensionsRule.mjs", @@ -209949,7 +209250,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/PossibleTypeExtensionsRule.mjs", @@ -209993,7 +209294,6 @@ "PossibleTypeExtensionsRule" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 83:0-90:2", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/error/GraphQLError.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/didYouMean.mjs: Module ./src/components/Marked/index.tsx is referenced from different chunks by these modules: ./src/components/BlogPost/index.tsx, ./src/components/CodeLayout/index.tsx, ./src/components/ConfLayout/index.tsx, ./src/components/DocsLayout/index.tsx, ./src/components/FAQSection/index.tsx, ./src/components/FoundationLayout/index.tsx, ./src/pages/code.tsx", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", @@ -210013,10 +209313,10 @@ "sizes": { "javascript": 9413 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", "name": "./node_modules/graphql/utilities/TypeInfo.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/TypeInfo.mjs", @@ -210051,8 +209351,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -210110,7 +209410,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./TypeInfo.mjs", @@ -210138,7 +209438,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./TypeInfo.mjs", @@ -210240,7 +209540,6 @@ "visitWithTypeInfo" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 28:0-326:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/ast.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", @@ -210258,10 +209557,10 @@ "sizes": { "javascript": 4877 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", "name": "./node_modules/graphql/validation/ValidationContext.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/ValidationContext.mjs", @@ -210296,8 +209595,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -210341,7 +209640,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./ValidationContext.mjs", @@ -210355,7 +209654,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./ValidationContext.mjs", @@ -210416,7 +209715,6 @@ "ValidationContext" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-105:1", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/kinds.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/language/visitor.mjs: Module ./node_modules/graphql-language-service/esm/index.js is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/lint.js (referenced with cjs require), ./node_modules/codemirror-graphql/results/mode.js (referenced with cjs require), ./node_modules/codemirror-graphql/utils/mode-factory.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/mode.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/utilities/TypeInfo.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)" @@ -210431,10 +209729,10 @@ "sizes": { "javascript": 30574 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs|88ffe1ba65f4d52c27ea3f9301873cd1", "name": "./node_modules/graphql/execution/execute.mjs + 3 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", @@ -210474,7 +209772,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./execute.mjs", @@ -210530,7 +209828,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./execute.mjs", @@ -210895,10 +210193,10 @@ "sizes": { "javascript": 28732 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", "name": "./node_modules/graphql/execution/execute.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/execute.mjs", @@ -210933,8 +210231,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -210976,9 +210274,7 @@ "executeSync", "getFieldDef" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 39:0-47:2" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -210989,10 +210285,10 @@ "sizes": { "javascript": 649 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", "name": "./node_modules/graphql/jsutils/memoize3.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", @@ -211027,8 +210323,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -211101,10 +210397,10 @@ "sizes": { "javascript": 630 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", "name": "./node_modules/graphql/jsutils/promiseReduce.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", @@ -211139,8 +210435,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -211213,10 +210509,10 @@ "sizes": { "javascript": 563 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", "name": "./node_modules/graphql/jsutils/promiseForObject.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", @@ -211251,8 +210547,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -211327,10 +210623,10 @@ "sizes": { "javascript": 1460 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs|f136a4015d071d3660475d5d1376307e", "name": "./node_modules/graphql/error/locatedError.mjs + 1 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", @@ -211356,7 +210652,7 @@ "moduleName": "./node_modules/graphql/error/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "resolvedModule": "./node_modules/graphql/error/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./locatedError.mjs", @@ -211370,7 +210666,7 @@ "moduleName": "./node_modules/graphql/error/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "resolvedModule": "./node_modules/graphql/error/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./locatedError.mjs", @@ -211539,10 +210835,10 @@ "sizes": { "javascript": 964 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", "name": "./node_modules/graphql/error/locatedError.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/locatedError.mjs", @@ -211577,8 +210873,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -211617,10 +210913,10 @@ "sizes": { "javascript": 496 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", "name": "./node_modules/graphql/jsutils/toError.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", @@ -211655,8 +210951,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -211718,9 +211014,7 @@ "providedExports": [ "toError" ], - "optimizationBailout": [ - "Statement (ClassDeclaration) with side effects in source code at 12:0-18:1" - ], + "optimizationBailout": [], "depth": 7 } ] @@ -211733,10 +211027,10 @@ "sizes": { "javascript": 12232 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/search/searchcursor.js", "name": "./node_modules/codemirror/addon/search/searchcursor.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror/addon/search/searchcursor.js", @@ -211809,7 +211103,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 4:0-305:3", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -211822,10 +211115,10 @@ "sizes": { "javascript": 178647 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js|03c5644494bf217ee0712997af0fe6fd", "name": "./node_modules/graphql-language-service/esm/index.js + 23 modules", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", @@ -212006,10 +211299,10 @@ "sizes": { "javascript": 969 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "name": "./node_modules/graphql-language-service/esm/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", @@ -212123,10 +211416,10 @@ "sizes": { "javascript": 287 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "name": "./node_modules/graphql-language-service/esm/interface/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", @@ -212190,7 +211483,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./interface", @@ -212470,7 +211763,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./interface", @@ -212542,10 +211835,10 @@ "sizes": { "javascript": 1213 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", "name": "./node_modules/graphql-language-service/esm/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", @@ -212609,7 +211902,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./types", @@ -212637,7 +211930,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./types", @@ -213230,9 +212523,7 @@ "FileChangeTypeKind", "InsertTextFormat" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-6:2" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -213243,10 +212534,10 @@ "sizes": { "javascript": 296 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "name": "./node_modules/graphql-language-service/esm/parser/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", @@ -213310,7 +212601,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./parser", @@ -213450,7 +212741,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./parser", @@ -214856,10 +214147,10 @@ "sizes": { "javascript": 580 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "name": "./node_modules/graphql-language-service/esm/utils/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", @@ -214923,7 +214214,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./utils", @@ -215105,7 +214396,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./utils", @@ -215355,10 +214646,10 @@ "sizes": { "javascript": 3654 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", "name": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", @@ -215917,8 +215208,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./autocompleteUtils", "loc": "1:0-36", @@ -215931,8 +215222,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./autocompleteUtils", "loc": "1:0-36", @@ -215965,10 +215256,10 @@ "sizes": { "javascript": 36845 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", "name": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", @@ -216079,7 +215370,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getAutocompleteSuggestions", @@ -216093,7 +215384,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getAutocompleteSuggestions", @@ -216122,9 +215413,7 @@ "getVariableCompletions", "runOnlineParser" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-8:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -216135,10 +215424,10 @@ "sizes": { "javascript": 78825 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", "name": "./node_modules/vscode-languageserver-types/lib/esm/main.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", @@ -216207,7 +215496,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/types.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "vscode-languageserver-types", @@ -216221,7 +215510,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/types.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "vscode-languageserver-types", @@ -216310,9 +215599,7 @@ "integer", "uinteger" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 7:0-12:38" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -216323,10 +215610,10 @@ "sizes": { "javascript": 4007 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", "name": "./node_modules/graphql-language-service/esm/parser/CharacterStream.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", @@ -216395,8 +215682,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./CharacterStream", "loc": "1:0-63", @@ -216409,8 +215696,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./CharacterStream", "loc": "1:0-63", @@ -216435,10 +215722,10 @@ "sizes": { "javascript": 9086 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", "name": "./node_modules/graphql-language-service/esm/parser/Rules.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", @@ -216507,7 +215794,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./Rules", @@ -216549,7 +215836,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./Rules", @@ -216624,9 +215911,7 @@ "ParseRules", "isIgnored" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-16:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -216637,10 +215922,10 @@ "sizes": { "javascript": 802 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", "name": "./node_modules/graphql-language-service/esm/parser/RuleHelpers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", @@ -218137,7 +217422,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./RuleHelpers", @@ -218152,7 +217437,7 @@ "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", "type": "harmony export imported specifier", - "active": false, + "active": true, "explanation": "", "userRequest": "./RuleHelpers", "loc": "3:0-56", @@ -218207,8 +217492,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./RuleHelpers", "loc": "3:0-56", @@ -218241,10 +217526,10 @@ "sizes": { "javascript": 6592 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", "name": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", @@ -218313,7 +217598,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./onlineParser", @@ -218327,7 +217612,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./onlineParser", @@ -218342,9 +217627,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 126:0-129:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -218355,10 +217638,10 @@ "sizes": { "javascript": 1061 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", "name": "./node_modules/graphql-language-service/esm/parser/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", @@ -218427,7 +217710,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./types", @@ -218441,7 +217724,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./types", @@ -218457,9 +217740,7 @@ "AdditionalRuleKinds", "RuleKinds" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-31:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -218470,10 +217751,10 @@ "sizes": { "javascript": 5008 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", "name": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", @@ -218542,7 +217823,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getDefinition", @@ -218556,7 +217837,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getDefinition", @@ -218578,9 +217859,7 @@ "getDefinitionQueryResultForFragmentSpread", "getDefinitionQueryResultForNamedType" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-9:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -218591,10 +217870,10 @@ "sizes": { "javascript": 1833 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", "name": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", @@ -218663,7 +217942,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./fragmentDependencies", @@ -218691,7 +217970,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./fragmentDependencies", @@ -218721,10 +218000,10 @@ "sizes": { "javascript": 7012 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", "name": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", @@ -218793,7 +218072,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getVariablesJSONSchema", @@ -218807,7 +218086,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getVariablesJSONSchema", @@ -218823,9 +218102,7 @@ "defaultJSONSchemaOptions", "getVariablesJSONSchema" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-4:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -218836,10 +218113,10 @@ "sizes": { "javascript": 1009 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", "name": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", @@ -218908,8 +218185,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./getASTNodeAtPosition", "loc": "3:0-77", @@ -218936,8 +218213,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./getASTNodeAtPosition", "loc": "3:0-77", @@ -218964,10 +218241,10 @@ "sizes": { "javascript": 1576 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", "name": "./node_modules/graphql-language-service/esm/utils/Range.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", @@ -219036,8 +218313,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./Range", "loc": "4:0-72", @@ -219092,8 +218369,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./Range", "loc": "4:0-72", @@ -219124,10 +218401,10 @@ "sizes": { "javascript": 1961 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", "name": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", @@ -219196,7 +218473,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./validateWithCustomRules", @@ -219210,7 +218487,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./validateWithCustomRules", @@ -219225,9 +218502,7 @@ "providedExports": [ "validateWithCustomRules" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:0-15:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -219238,10 +218513,10 @@ "sizes": { "javascript": 977 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", "name": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", @@ -219338,8 +218613,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./collectVariables", "loc": "6:0-54", @@ -219352,8 +218627,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./collectVariables", "loc": "6:0-54", @@ -219378,10 +218653,10 @@ "sizes": { "javascript": 872 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", "name": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", @@ -219450,8 +218725,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./getOperationFacts", "loc": "7:0-105", @@ -219492,8 +218767,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./getOperationFacts", "loc": "7:0-105", @@ -219522,10 +218797,10 @@ "sizes": { "javascript": 4424 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", "name": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", @@ -219594,7 +218869,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getDiagnostics", @@ -219608,7 +218883,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getDiagnostics", @@ -219631,9 +218906,7 @@ "getRange", "validateQuery" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-9:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -219644,10 +218917,10 @@ "sizes": { "javascript": 4617 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", "name": "./node_modules/graphql-language-service/esm/interface/getOutline.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", @@ -219716,7 +218989,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getOutline", @@ -219730,7 +219003,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getOutline", @@ -219745,9 +219018,7 @@ "providedExports": [ "getOutline" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 4:0-20:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -219758,10 +219029,10 @@ "sizes": { "javascript": 5141 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", "name": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", @@ -219830,7 +219101,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getHoverInformation", @@ -219844,7 +219115,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getHoverInformation", @@ -219874,10 +219145,10 @@ "sizes": { "javascript": 3730 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", "name": "./node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs", @@ -219912,8 +219183,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -219985,7 +219256,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/custom/NoDeprecatedCustomRule.mjs", @@ -219999,7 +219270,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/custom/NoDeprecatedCustomRule.mjs", @@ -220029,10 +219300,10 @@ "sizes": { "javascript": 1155 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", "name": "./node_modules/codemirror-graphql/utils/mode-factory.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-factory.js", @@ -220133,8 +219404,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:23-27", - "Statement (VariableDeclaration) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -220147,10 +219416,10 @@ "sizes": { "javascript": 422 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", "name": "./node_modules/graphql/version.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/version.mjs", @@ -220185,8 +219454,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -220265,8 +219534,8 @@ "moduleName": "./node_modules/graphql/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./version.mjs", "loc": "29:0-53", @@ -220293,8 +219562,8 @@ "moduleName": "./node_modules/graphql/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./version.mjs", "loc": "29:0-53", @@ -220310,9 +219579,7 @@ "version", "versionInfo" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 12:0-17:3" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -220323,10 +219590,10 @@ "sizes": { "javascript": 8149 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", "name": "./node_modules/graphql/execution/subscribe.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/subscribe.mjs", @@ -220361,8 +219628,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -220390,7 +219657,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./subscribe.mjs", @@ -220418,7 +219685,7 @@ "moduleName": "./node_modules/graphql/execution/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "resolvedModule": "./node_modules/graphql/execution/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./subscribe.mjs", @@ -220474,10 +219741,10 @@ "sizes": { "javascript": 1068 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", "name": "./node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs", @@ -220512,8 +219779,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -220555,7 +219822,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", @@ -220569,7 +219836,7 @@ "moduleName": "./node_modules/graphql/validation/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "resolvedModule": "./node_modules/graphql/validation/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rules/custom/NoSchemaIntrospectionCustomRule.mjs", @@ -220595,10 +219862,10 @@ "sizes": { "javascript": 2826 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", "name": "./node_modules/graphql/utilities/getIntrospectionQuery.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getIntrospectionQuery.mjs", @@ -220633,8 +219900,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -220676,7 +219943,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getIntrospectionQuery.mjs", @@ -220690,7 +219957,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getIntrospectionQuery.mjs", @@ -220744,10 +220011,10 @@ "sizes": { "javascript": 1035 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", "name": "./node_modules/graphql/utilities/getOperationAST.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationAST.mjs", @@ -220782,8 +220049,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -220853,7 +220120,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getOperationAST.mjs", @@ -220867,7 +220134,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getOperationAST.mjs", @@ -220893,10 +220160,10 @@ "sizes": { "javascript": 1265 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", "name": "./node_modules/graphql/utilities/getOperationRootType.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/getOperationRootType.mjs", @@ -220931,8 +220198,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -220974,7 +220241,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getOperationRootType.mjs", @@ -220988,7 +220255,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getOperationRootType.mjs", @@ -221014,10 +220281,10 @@ "sizes": { "javascript": 1038 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", "name": "./node_modules/graphql/utilities/introspectionFromSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/introspectionFromSchema.mjs", @@ -221052,8 +220319,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -221095,7 +220362,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./introspectionFromSchema.mjs", @@ -221109,7 +220376,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./introspectionFromSchema.mjs", @@ -221135,10 +220402,10 @@ "sizes": { "javascript": 11964 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", "name": "./node_modules/graphql/utilities/buildClientSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildClientSchema.mjs", @@ -221173,8 +220440,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -221244,7 +220511,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./buildClientSchema.mjs", @@ -221258,7 +220525,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./buildClientSchema.mjs", @@ -221284,10 +220551,10 @@ "sizes": { "javascript": 3190 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", "name": "./node_modules/graphql/utilities/buildASTSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/buildASTSchema.mjs", @@ -221322,8 +220589,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -221465,7 +220732,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./buildASTSchema.mjs", @@ -221493,7 +220760,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./buildASTSchema.mjs", @@ -221529,10 +220796,10 @@ "sizes": { "javascript": 23975 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", "name": "./node_modules/graphql/utilities/extendSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/extendSchema.mjs", @@ -221567,8 +220834,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -221640,7 +220907,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extendSchema.mjs", @@ -221654,7 +220921,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extendSchema.mjs", @@ -221672,7 +220939,6 @@ "extendSchemaImpl" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 763:0-766:2", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/execution/values.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/devAssert.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", "ModuleConcatenation bailout: Cannot concat with ./node_modules/graphql/jsutils/inspect.mjs: Module ./node_modules/graphql/index.mjs is referenced from these modules with unsupported syntax: ./node_modules/codemirror-graphql/variables/hint.js (referenced with cjs require), ./node_modules/codemirror-graphql/variables/lint.js (referenced with cjs require)", @@ -221699,10 +220965,10 @@ "sizes": { "javascript": 4513 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", "name": "./node_modules/graphql/utilities/lexicographicSortSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/lexicographicSortSchema.mjs", @@ -221737,8 +221003,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -221780,7 +221046,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./lexicographicSortSchema.mjs", @@ -221794,7 +221060,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./lexicographicSortSchema.mjs", @@ -221820,10 +221086,10 @@ "sizes": { "javascript": 7464 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", "name": "./node_modules/graphql/utilities/printSchema.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/printSchema.mjs", @@ -221858,8 +221124,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -221929,7 +221195,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./printSchema.mjs", @@ -221971,7 +221237,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./printSchema.mjs", @@ -222001,10 +221267,10 @@ "sizes": { "javascript": 488 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", "name": "./node_modules/graphql/utilities/concatAST.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/concatAST.mjs", @@ -222039,8 +221305,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -222082,7 +221348,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./concatAST.mjs", @@ -222096,7 +221362,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./concatAST.mjs", @@ -222122,10 +221388,10 @@ "sizes": { "javascript": 2610 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", "name": "./node_modules/graphql/utilities/separateOperations.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/separateOperations.mjs", @@ -222160,8 +221426,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -222203,7 +221469,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./separateOperations.mjs", @@ -222217,7 +221483,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./separateOperations.mjs", @@ -222243,10 +221509,10 @@ "sizes": { "javascript": 2785 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", "name": "./node_modules/graphql/utilities/stripIgnoredCharacters.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/stripIgnoredCharacters.mjs", @@ -222281,8 +221547,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -222324,7 +221590,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./stripIgnoredCharacters.mjs", @@ -222338,7 +221604,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./stripIgnoredCharacters.mjs", @@ -222364,10 +221630,10 @@ "sizes": { "javascript": 949 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", "name": "./node_modules/graphql/utilities/assertValidName.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/assertValidName.mjs", @@ -222402,8 +221668,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -222459,7 +221725,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./assertValidName.mjs", @@ -222487,7 +221753,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./assertValidName.mjs", @@ -222515,10 +221781,10 @@ "sizes": { "javascript": 16664 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", "name": "./node_modules/graphql/utilities/findBreakingChanges.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/findBreakingChanges.mjs", @@ -222553,8 +221819,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -222638,7 +221904,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./findBreakingChanges.mjs", @@ -222694,7 +221960,7 @@ "moduleName": "./node_modules/graphql/utilities/index.mjs", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "resolvedModule": "./node_modules/graphql/utilities/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./findBreakingChanges.mjs", @@ -222715,9 +221981,7 @@ "findBreakingChanges", "findDangerousChanges" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 23:0-45:52" - ], + "optimizationBailout": [], "depth": 6 }, { @@ -222728,10 +221992,10 @@ "sizes": { "javascript": 492 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/forEachState.js", "name": "./node_modules/codemirror-graphql/utils/forEachState.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/forEachState.js", @@ -222807,7 +222071,6 @@ "default" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-62", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -222820,10 +222083,10 @@ "sizes": { "javascript": 2568 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/hintList.js", "name": "./node_modules/codemirror-graphql/utils/hintList.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/hintList.js", @@ -222899,7 +222162,6 @@ "default" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-62", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -222912,10 +222174,10 @@ "sizes": { "javascript": 6766 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", "name": "./node_modules/codemirror-graphql/utils/jsonParse.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/jsonParse.js", @@ -223016,8 +222278,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 2:17-21", - "Statement (VariableDeclaration) with side effects in source code at 2:0-16:5", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -223030,10 +222290,10 @@ "sizes": { "javascript": 3944 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/base64-js/index.js", "name": "./node_modules/base64-js/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/base64-js/index.js", @@ -223110,7 +222370,6 @@ "toByteArray" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 3:0-31", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -223123,10 +222382,10 @@ "sizes": { "javascript": 2154 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/ieee754/index.js", "name": "./node_modules/ieee754/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/ieee754/index.js", @@ -223202,7 +222461,6 @@ "write" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-33:1", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 6 @@ -223215,10 +222473,10 @@ "sizes": { "javascript": 5328 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js", @@ -223292,7 +222550,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-typedefs.js", @@ -223306,7 +222564,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-typedefs.js", @@ -223361,10 +222619,10 @@ "sizes": { "javascript": 15559 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", "name": "./node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js", @@ -223423,7 +222681,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./addResolversToSchema.js", @@ -223437,7 +222695,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./addResolversToSchema.js", @@ -223491,10 +222749,10 @@ "sizes": { "javascript": 1187 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", "name": "./node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js", @@ -223581,7 +222839,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extendResolversFromInterfaces.js", @@ -223595,7 +222853,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extendResolversFromInterfaces.js", @@ -223621,10 +222879,10 @@ "sizes": { "javascript": 884 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", "name": "./node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js", @@ -223711,7 +222969,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./checkForResolveTypeResolver.js", @@ -223725,7 +222983,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./checkForResolveTypeResolver.js", @@ -223751,10 +223009,10 @@ "sizes": { "javascript": 1679 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/helpers.js", @@ -223860,7 +223118,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -223874,7 +223132,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -223991,10 +223249,10 @@ "sizes": { "javascript": 2172 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", "name": "./node_modules/@graphql-tools/merge/esm/merge-resolvers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/merge-resolvers.js", @@ -224063,7 +223321,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-resolvers.js", @@ -224077,7 +223335,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-resolvers.js", @@ -224117,10 +223375,10 @@ "sizes": { "javascript": 2150 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", "name": "./node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js", @@ -224179,7 +223437,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./assertResolversPresent.js", @@ -224193,7 +223451,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./assertResolversPresent.js", @@ -224247,10 +223505,10 @@ "sizes": { "javascript": 1890 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", "name": "./node_modules/@graphql-tools/merge/esm/extensions.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", @@ -224319,7 +223577,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extensions.js", @@ -224333,7 +223591,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extensions.js", @@ -224390,10 +223648,10 @@ "sizes": { "javascript": 116 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "name": "./node_modules/@graphql-tools/merge/esm/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", @@ -224666,10 +223924,10 @@ "sizes": { "javascript": 348 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", "name": "./node_modules/@graphql-tools/schema/esm/chainResolvers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/chainResolvers.js", @@ -224728,7 +223986,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./chainResolvers.js", @@ -224742,7 +224000,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./chainResolvers.js", @@ -224768,10 +224026,10 @@ "sizes": { "javascript": 1393 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", "name": "./node_modules/@graphql-tools/schema/esm/merge-schemas.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/merge-schemas.js", @@ -224830,7 +224088,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-schemas.js", @@ -224844,7 +224102,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-schemas.js", @@ -224870,10 +224128,10 @@ "sizes": { "javascript": 1 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/types.js", "name": "./node_modules/@graphql-tools/schema/esm/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/types.js", @@ -224932,7 +224190,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./types.js", @@ -224946,7 +224204,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./types.js", @@ -224970,10 +224228,10 @@ "sizes": { "javascript": 2353 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", @@ -225065,7 +224323,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extractExtensionsFromSchema.js", @@ -225079,7 +224337,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extractExtensionsFromSchema.js", @@ -225105,10 +224363,10 @@ "sizes": { "javascript": 2001 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", @@ -225783,7 +225041,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "@graphql-tools/utils", @@ -225797,7 +225055,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "@graphql-tools/utils", @@ -226050,10 +225308,10 @@ "sizes": { "javascript": 176 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", "name": "./node_modules/graphql/error/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/error/index.mjs", @@ -226088,8 +225346,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -226112,7 +225370,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./error/index.mjs", @@ -226182,7 +225440,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./error/index.mjs", @@ -226212,10 +225470,10 @@ "sizes": { "javascript": 346 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", "name": "./node_modules/graphql/execution/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/index.mjs", @@ -226250,8 +225508,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -226274,7 +225532,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./execution/index.mjs", @@ -226414,7 +225672,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./execution/index.mjs", @@ -226449,10 +225707,10 @@ "sizes": { "javascript": 887 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", "name": "./node_modules/graphql/language/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/index.mjs", @@ -226487,8 +225745,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -226511,7 +225769,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./language/index.mjs", @@ -226945,7 +226203,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./language/index.mjs", @@ -227001,10 +226259,10 @@ "sizes": { "javascript": 2458 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", "name": "./node_modules/graphql/type/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/type/index.mjs", @@ -227039,8 +226297,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -227063,7 +226321,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./type/index.mjs", @@ -228295,7 +227553,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./type/index.mjs", @@ -228408,10 +227666,10 @@ "sizes": { "javascript": 2685 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", "name": "./node_modules/graphql/utilities/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/index.mjs", @@ -228446,8 +227704,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -228470,7 +227728,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./utilities/index.mjs", @@ -228904,7 +228162,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./utilities/index.mjs", @@ -228960,10 +228218,10 @@ "sizes": { "javascript": 4505 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", "name": "./node_modules/graphql/validation/index.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/validation/index.mjs", @@ -228998,8 +228256,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -229022,7 +228280,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./validation/index.mjs", @@ -229568,7 +228826,7 @@ "moduleName": "./node_modules/graphql/index.mjs + 17 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/index.mjs", "resolvedModule": "./node_modules/graphql/index.mjs", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./validation/index.mjs", @@ -229632,10 +228890,10 @@ "sizes": { "javascript": 1998 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", "name": "./node_modules/scroll-to-element/tween.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/tween.js", @@ -229727,8 +228985,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 100:0-14", - "Statement (VariableDeclaration) with side effects in source code at 1:0-29", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 7 @@ -229741,10 +228997,10 @@ "sizes": { "javascript": 1933 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", "name": "./node_modules/raf/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/raf/index.js", @@ -229836,8 +229092,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 60:0-14", - "Statement (VariableDeclaration) with side effects in source code at 1:0-6:67", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 7 @@ -229850,10 +229104,10 @@ "sizes": { "javascript": 368 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", "name": "./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js", @@ -229873,14 +229127,14 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/page-renderer.js", - "name": "./.cache/page-renderer.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "name": "./.cache/_this_is_virtual_fs_path_/$virtual/async-requires.js", + "id": 5418 }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/head/head-export-handler-for-browser.js", - "name": "./.cache/head/head-export-handler-for-browser.js", - "id": null + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/pages/conf/sched.tsx", + "name": "./src/pages/conf/sched.tsx", + "id": 8023 }, { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/gatsby-browser-entry.js", @@ -229957,10 +229211,10 @@ "sizes": { "javascript": 226 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/invariant.mjs", "name": "./node_modules/graphql/jsutils/invariant.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/invariant.mjs", @@ -229995,8 +229249,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -230673,10 +229927,10 @@ "sizes": { "javascript": 1164 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/characterClasses.mjs", "name": "./node_modules/graphql/language/characterClasses.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/characterClasses.mjs", @@ -230711,8 +229965,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -230976,10 +230230,10 @@ "sizes": { "javascript": 4824 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", "name": "./node_modules/graphql/language/blockString.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/blockString.mjs", @@ -230990,8 +230244,8 @@ "cacheable": true, "optional": false, "orphan": false, - "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", - "issuerName": "./node_modules/graphql/language/printer.mjs", + "issuer": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "issuerName": "./node_modules/graphql/language/lexer.mjs", "issuerPath": [ { "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/.cache/production-app.js", @@ -231014,8 +230268,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -231029,16 +230283,16 @@ "id": null }, { - "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printer.mjs", - "name": "./node_modules/graphql/language/printer.mjs", - "id": null + "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/lexer.mjs", + "name": "./node_modules/graphql/language/lexer.mjs", + "id": 2105 } ], "failed": false, "errors": 0, "warnings": 0, "id": 7392, - "issuerId": null, + "issuerId": 2105, "chunks": [ 694 ], @@ -231236,10 +230490,10 @@ "sizes": { "javascript": 1924 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", "name": "./node_modules/graphql/language/printString.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/language/printString.mjs", @@ -231274,8 +230528,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -231348,10 +230602,10 @@ "sizes": { "javascript": 1276 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/naturalCompare.mjs", "name": "./node_modules/graphql/jsutils/naturalCompare.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/naturalCompare.mjs", @@ -231386,8 +230640,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -231602,10 +230856,10 @@ "sizes": { "javascript": 819 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isIterableObject.mjs", "name": "./node_modules/graphql/jsutils/isIterableObject.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isIterableObject.mjs", @@ -231640,8 +230894,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -231772,10 +231026,10 @@ "sizes": { "javascript": 4751 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", "name": "./node_modules/graphql/execution/collectFields.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/collectFields.mjs", @@ -231810,8 +231064,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -231992,10 +231246,10 @@ "sizes": { "javascript": 213 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/printPathArray.mjs", "name": "./node_modules/graphql/jsutils/printPathArray.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/printPathArray.mjs", @@ -232030,8 +231284,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232134,10 +231388,10 @@ "sizes": { "javascript": 375 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/groupBy.mjs", "name": "./node_modules/graphql/jsutils/groupBy.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/groupBy.mjs", @@ -232172,8 +231426,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232304,10 +231558,10 @@ "sizes": { "javascript": 905 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", "name": "./node_modules/graphql/utilities/sortValueNode.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/utilities/sortValueNode.mjs", @@ -232342,8 +231596,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232477,10 +231731,10 @@ "sizes": { "javascript": 649 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", "name": "./node_modules/graphql/jsutils/memoize3.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/memoize3.mjs", @@ -232515,8 +231769,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232589,10 +231843,10 @@ "sizes": { "javascript": 630 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", "name": "./node_modules/graphql/jsutils/promiseReduce.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseReduce.mjs", @@ -232627,8 +231881,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232701,10 +231955,10 @@ "sizes": { "javascript": 563 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", "name": "./node_modules/graphql/jsutils/promiseForObject.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/promiseForObject.mjs", @@ -232739,8 +231993,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232813,10 +232067,10 @@ "sizes": { "javascript": 496 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", "name": "./node_modules/graphql/jsutils/toError.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/toError.mjs", @@ -232851,8 +232105,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -232914,9 +232168,7 @@ "providedExports": [ "toError" ], - "optimizationBailout": [ - "Statement (ClassDeclaration) with side effects in source code at 12:0-18:1" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -232927,10 +232179,10 @@ "sizes": { "javascript": 287 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "name": "./node_modules/graphql-language-service/esm/interface/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", @@ -232994,7 +232246,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./interface", @@ -233274,7 +232526,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./interface", @@ -233346,10 +232598,10 @@ "sizes": { "javascript": 1213 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", "name": "./node_modules/graphql-language-service/esm/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", @@ -233413,7 +232665,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./types", @@ -233441,7 +232693,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./types", @@ -234034,9 +233286,7 @@ "FileChangeTypeKind", "InsertTextFormat" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-6:2" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -234047,10 +233297,10 @@ "sizes": { "javascript": 296 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "name": "./node_modules/graphql-language-service/esm/parser/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", @@ -234114,7 +233364,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./parser", @@ -234254,7 +233504,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./parser", @@ -235660,10 +234910,10 @@ "sizes": { "javascript": 580 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "name": "./node_modules/graphql-language-service/esm/utils/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", @@ -235727,7 +234977,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./utils", @@ -235909,7 +235159,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./utils", @@ -236159,10 +235409,10 @@ "sizes": { "javascript": 553 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-indent.js", "name": "./node_modules/codemirror-graphql/utils/mode-indent.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/codemirror-graphql/utils/mode-indent.js", @@ -236243,7 +235493,6 @@ "default" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-62", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 7 @@ -236256,10 +235505,10 @@ "sizes": { "javascript": 363 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", "name": "./node_modules/graphql/jsutils/isAsyncIterable.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/jsutils/isAsyncIterable.mjs", @@ -236294,8 +235543,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -236382,10 +235631,10 @@ "sizes": { "javascript": 1351 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", "name": "./node_modules/graphql/execution/mapAsyncIterator.mjs", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql/execution/mapAsyncIterator.mjs", @@ -236420,8 +235669,8 @@ "id": null }, { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/usersSchema.ts", - "name": "./src/components/Marked/usersSchema.ts", + "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby/dist/utils/babel-loader.js??[[missing ident]]!/Users/dmytro/Desktop/graphql.github.io/src/components/Marked/MiniGraphiQL.tsx", + "name": "./src/components/Marked/MiniGraphiQL.tsx", "id": null }, { @@ -236494,10 +235743,10 @@ "sizes": { "javascript": 14004 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/comments.js", @@ -236646,7 +235895,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./comments.js", @@ -236660,7 +235909,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./comments.js", @@ -236728,9 +235977,7 @@ "pushComment", "resetComments" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-26" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -236741,10 +235988,10 @@ "sizes": { "javascript": 18745 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", @@ -236865,7 +236112,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./print-schema-with-directives.js", @@ -236879,7 +236126,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./print-schema-with-directives.js", @@ -236923,10 +236170,10 @@ "sizes": { "javascript": 1635 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js", @@ -237210,7 +236457,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./utils.js", @@ -237224,7 +236471,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./utils.js", @@ -237310,9 +236557,7 @@ "isWrappingTypeNode", "printTypeNode" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 34:0-38:36" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -237323,10 +236568,10 @@ "sizes": { "javascript": 177 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", @@ -237419,7 +236664,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./isDocumentNode.js", @@ -237433,7 +236678,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./isDocumentNode.js", @@ -237459,10 +236704,10 @@ "sizes": { "javascript": 3331 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js", @@ -237536,7 +236781,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-nodes.js", @@ -237550,7 +236795,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-nodes.js", @@ -237677,10 +236922,10 @@ "sizes": { "javascript": 1366 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js", @@ -237832,9 +237077,7 @@ "DEFAULT_OPERATION_TYPE_NAME_MAP", "mergeSchemaDefs" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 3:0-7:2" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -237845,10 +237088,10 @@ "sizes": { "javascript": 19471 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapSchema.js", @@ -238122,7 +237365,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mapSchema.js", @@ -238136,7 +237379,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mapSchema.js", @@ -238191,10 +237434,10 @@ "sizes": { "javascript": 1850 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/transformInputValue.js", @@ -238286,7 +237529,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./transformInputValue.js", @@ -238300,7 +237543,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./transformInputValue.js", @@ -238372,10 +237615,10 @@ "sizes": { "javascript": 6153 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rewire.js", @@ -238467,7 +237710,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rewire.js", @@ -238481,7 +237724,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rewire.js", @@ -238535,10 +237778,10 @@ "sizes": { "javascript": 1877 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/stub.js", @@ -238602,7 +237845,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./stub.js", @@ -238616,7 +237859,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./stub.js", @@ -238688,10 +237931,10 @@ "sizes": { "javascript": 1583 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Interfaces.js", @@ -239217,7 +238460,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./Interfaces.js", @@ -239231,7 +238474,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./Interfaces.js", @@ -239792,9 +239035,7 @@ "providedExports": [ "MapperKind" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-28:36" - ], + "optimizationBailout": [], "depth": 7 }, { @@ -239805,10 +239046,10 @@ "sizes": { "javascript": 997 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", @@ -239900,7 +239141,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./forEachDefaultValue.js", @@ -239914,7 +239155,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./forEachDefaultValue.js", @@ -239940,10 +239181,10 @@ "sizes": { "javascript": 6781 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/heal.js", @@ -240021,7 +239262,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./heal.js", @@ -240035,7 +239276,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./heal.js", @@ -240062,10 +239303,10 @@ "sizes": { "javascript": 571 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/forEachField.js", @@ -240157,7 +239398,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./forEachField.js", @@ -240171,7 +239412,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./forEachField.js", @@ -240197,10 +239438,10 @@ "sizes": { "javascript": 1624 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mergeDeep.js", @@ -240321,7 +239562,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mergeDeep.js", @@ -240335,7 +239576,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mergeDeep.js", @@ -240361,10 +239602,10 @@ "sizes": { "javascript": 448 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", @@ -240433,7 +239674,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./typedefs-mergers/index.js", @@ -240447,7 +239688,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./typedefs-mergers/index.js", @@ -240498,10 +239739,10 @@ "sizes": { "javascript": 2353 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/extractExtensionsFromSchema.js", @@ -240608,7 +239849,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./extractExtensionsFromSchema.js", @@ -240622,7 +239863,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./extractExtensionsFromSchema.js", @@ -240648,10 +239889,10 @@ "sizes": { "javascript": 2001 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", @@ -240739,7 +239980,7 @@ "moduleName": "./src/components/Marked/index.tsx + 48 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "@graphql-tools/utils", @@ -240753,7 +239994,7 @@ "moduleName": "./src/components/Marked/index.tsx + 48 modules", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "@graphql-tools/utils", @@ -241117,7 +240358,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "@graphql-tools/utils", @@ -241131,7 +240372,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/extensions.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/extensions.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/extensions.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "@graphql-tools/utils", @@ -241622,10 +240863,10 @@ "sizes": { "javascript": 616 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Path.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Path.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/Path.js", @@ -241689,7 +240930,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./Path.js", @@ -241703,7 +240944,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./Path.js", @@ -241731,10 +240972,10 @@ "sizes": { "javascript": 2763 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/addTypes.js", @@ -241826,7 +241067,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./addTypes.js", @@ -241840,7 +241081,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./addTypes.js", @@ -241866,10 +241107,10 @@ "sizes": { "javascript": 2590 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", @@ -241933,7 +241174,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./astFromValueUntyped.js", @@ -241947,7 +241188,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./astFromValueUntyped.js", @@ -242001,10 +241242,10 @@ "sizes": { "javascript": 11883 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", @@ -242068,7 +241309,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./build-operation-for-field.js", @@ -242082,7 +241323,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./build-operation-for-field.js", @@ -242096,7 +241337,6 @@ "buildOperationNodeForField" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 4:0-29", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -242109,10 +241349,10 @@ "sizes": { "javascript": 6393 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/collectFields.js", @@ -242176,7 +241416,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./collectFields.js", @@ -242190,7 +241430,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./collectFields.js", @@ -242265,7 +241505,6 @@ "shouldIncludeNode" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 145:0-159:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -242278,10 +241517,10 @@ "sizes": { "javascript": 14004 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/comments.js", @@ -242345,7 +241584,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./comments.js", @@ -242359,7 +241598,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./comments.js", @@ -242424,7 +241663,6 @@ "resetComments" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-26", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -242437,10 +241675,10 @@ "sizes": { "javascript": 1484 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/directives.js", @@ -242532,7 +241770,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -242546,7 +241784,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -242561,7 +241799,6 @@ "GraphQLStreamDirective" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-20:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -242574,10 +241811,10 @@ "sizes": { "javascript": 715 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/errors.js", @@ -242711,7 +241948,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./errors.js", @@ -242725,7 +241962,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./errors.js", @@ -242780,10 +242017,10 @@ "sizes": { "javascript": 1 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/executor.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/executor.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/executor.js", @@ -242847,7 +242084,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./executor.js", @@ -242861,7 +242098,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./executor.js", @@ -242885,10 +242122,10 @@ "sizes": { "javascript": 4359 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fields.js", @@ -242952,7 +242189,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -242966,7 +242203,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -242995,10 +242232,10 @@ "sizes": { "javascript": 3360 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/filterSchema.js", @@ -243062,7 +242299,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./filterSchema.js", @@ -243076,7 +242313,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./filterSchema.js", @@ -243102,10 +242339,10 @@ "sizes": { "javascript": 843 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", @@ -243169,7 +242406,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./fixSchemaAst.js", @@ -243183,7 +242420,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./fixSchemaAst.js", @@ -243209,10 +242446,10 @@ "sizes": { "javascript": 1181 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", @@ -243276,7 +242513,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-arguments-with-directives.js", @@ -243290,7 +242527,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-arguments-with-directives.js", @@ -243316,10 +242553,10 @@ "sizes": { "javascript": 4348 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-directives.js", @@ -243383,7 +242620,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-directives.js", @@ -243397,7 +242634,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-directives.js", @@ -243482,10 +242719,10 @@ "sizes": { "javascript": 1151 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", @@ -243549,7 +242786,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -243563,7 +242800,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -243577,7 +242814,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -243591,7 +242828,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -243617,10 +242854,10 @@ "sizes": { "javascript": 552 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", @@ -243684,7 +242921,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-implementing-types.js", @@ -243698,7 +242935,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-implementing-types.js", @@ -243752,10 +242989,10 @@ "sizes": { "javascript": 2998 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", @@ -243861,7 +243098,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getArgumentValues.js", @@ -243875,7 +243112,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getArgumentValues.js", @@ -243901,10 +243138,10 @@ "sizes": { "javascript": 518 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", @@ -243968,7 +243205,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getOperationASTFromRequest.js", @@ -243982,7 +243219,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getOperationASTFromRequest.js", @@ -244025,7 +243262,6 @@ "getOperationASTFromRequest" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-12:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -244038,10 +243274,10 @@ "sizes": { "javascript": 2975 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", @@ -244119,7 +243355,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getResolversFromSchema.js", @@ -244133,7 +243369,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getResolversFromSchema.js", @@ -244159,10 +243395,10 @@ "sizes": { "javascript": 331 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", @@ -244226,7 +243462,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getResponseKeyFromInfo.js", @@ -244240,7 +243476,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getResponseKeyFromInfo.js", @@ -244266,10 +243502,10 @@ "sizes": { "javascript": 395 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", @@ -244333,7 +243569,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./implementsAbstractType.js", @@ -244347,7 +243583,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./implementsAbstractType.js", @@ -244373,10 +243609,10 @@ "sizes": { "javascript": 2964 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/inspect.js", @@ -244524,7 +243760,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./inspect.js", @@ -244538,7 +243774,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./inspect.js", @@ -244564,10 +243800,10 @@ "sizes": { "javascript": 210 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", @@ -244631,7 +243867,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./isAsyncIterable.js", @@ -244645,7 +243881,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./isAsyncIterable.js", @@ -244671,10 +243907,10 @@ "sizes": { "javascript": 177 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/isDocumentNode.js", @@ -244738,7 +243974,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./isDocumentNode.js", @@ -244752,7 +243988,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./isDocumentNode.js", @@ -244778,10 +244014,10 @@ "sizes": { "javascript": 768 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/jsutils.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/jsutils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/jsutils.js", @@ -244873,7 +244109,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./jsutils.js", @@ -244887,7 +244123,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./jsutils.js", @@ -244917,10 +244153,10 @@ "sizes": { "javascript": 1 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/loaders.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/loaders.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/loaders.js", @@ -244984,7 +244220,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./loaders.js", @@ -244998,7 +244234,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./loaders.js", @@ -245022,10 +244258,10 @@ "sizes": { "javascript": 1707 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", @@ -245089,7 +244325,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mapAsyncIterator.js", @@ -245103,7 +244339,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mapAsyncIterator.js", @@ -245129,10 +244365,10 @@ "sizes": { "javascript": 6547 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/memoize.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/memoize.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/memoize.js", @@ -245252,7 +244488,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./memoize.js", @@ -245266,7 +244502,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./memoize.js", @@ -245382,10 +244618,10 @@ "sizes": { "javascript": 1624 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/mergeDeep.js", @@ -245449,7 +244685,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mergeDeep.js", @@ -245463,7 +244699,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mergeDeep.js", @@ -245489,10 +244725,10 @@ "sizes": { "javascript": 2407 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", @@ -245556,7 +244792,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./observableToAsyncIterable.js", @@ -245570,7 +244806,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./observableToAsyncIterable.js", @@ -245596,10 +244832,10 @@ "sizes": { "javascript": 1149 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", @@ -245663,7 +244899,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./parse-graphql-json.js", @@ -245677,7 +244913,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./parse-graphql-json.js", @@ -245703,10 +244939,10 @@ "sizes": { "javascript": 2890 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", @@ -245770,7 +245006,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./parse-graphql-sdl.js", @@ -245784,7 +245020,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./parse-graphql-sdl.js", @@ -245812,10 +245048,10 @@ "sizes": { "javascript": 18745 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js", @@ -245907,7 +245143,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./print-schema-with-directives.js", @@ -245921,7 +245157,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./print-schema-with-directives.js", @@ -245965,10 +245201,10 @@ "sizes": { "javascript": 7549 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/prune.js", @@ -246032,7 +245268,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./prune.js", @@ -246046,7 +245282,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./prune.js", @@ -246072,10 +245308,10 @@ "sizes": { "javascript": 5058 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/renameType.js", @@ -246139,7 +245375,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./renameType.js", @@ -246153,7 +245389,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./renameType.js", @@ -246179,10 +245415,10 @@ "sizes": { "javascript": 1321 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/rootTypes.js", @@ -246288,7 +245524,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rootTypes.js", @@ -246302,7 +245538,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rootTypes.js", @@ -246375,7 +245611,6 @@ "getRootTypes" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 13:0-16:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -246388,10 +245623,10 @@ "sizes": { "javascript": 188 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/selectionSets.js", @@ -246455,7 +245690,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./selectionSets.js", @@ -246469,7 +245704,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./selectionSets.js", @@ -246495,10 +245730,10 @@ "sizes": { "javascript": 1213 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/types.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/types.js", @@ -246562,7 +245797,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./types.js", @@ -246576,7 +245811,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./types.js", @@ -246590,7 +245825,6 @@ "DirectiveLocation" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-24:50", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -246603,10 +245837,10 @@ "sizes": { "javascript": 1468 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/updateArgument.js", @@ -246670,7 +245904,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./updateArgument.js", @@ -246684,7 +245918,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./updateArgument.js", @@ -246711,10 +245945,10 @@ "sizes": { "javascript": 1389 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/validate-documents.js", @@ -246778,7 +246012,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./validate-documents.js", @@ -246792,7 +246026,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./validate-documents.js", @@ -246819,10 +246053,10 @@ "sizes": { "javascript": 644 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", @@ -246886,7 +246120,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./valueMatchesCriteria.js", @@ -246900,7 +246134,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./valueMatchesCriteria.js", @@ -246926,10 +246160,10 @@ "sizes": { "javascript": 9573 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/visitResult.js", @@ -246993,7 +246227,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./visitResult.js", @@ -247007,7 +246241,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./visitResult.js", @@ -247035,10 +246269,10 @@ "sizes": { "javascript": 2145 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/withCancel.js", @@ -247102,7 +246336,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./withCancel.js", @@ -247116,7 +246350,7 @@ "moduleName": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./withCancel.js", @@ -247132,7 +246366,6 @@ "withCancel" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 5:0-9:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 7 @@ -247145,10 +246378,10 @@ "sizes": { "javascript": 5214 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", "name": "./node_modules/scroll-to-element/ease.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/ease.js", @@ -247755,10 +246988,6 @@ "outSine" ], "optimizationBailout": [ - "CommonJS bailout: exports.outBounce(...) prevents optimization as exports is passed as call context at 120:13-30", - "CommonJS bailout: exports.inBounce(...) prevents optimization as exports is passed as call context at 136:21-37", - "CommonJS bailout: exports.outBounce(...) prevents optimization as exports is passed as call context at 137:9-26", - "Statement (ExpressionStatement) with side effects in source code at 2:0-4:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 8 @@ -247771,10 +247000,10 @@ "sizes": { "javascript": 2161 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/emitter.js", "name": "./node_modules/scroll-to-element/emitter.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/scroll-to-element/emitter.js", @@ -247871,8 +247100,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 97:2-16", - "Statement (ExpressionStatement) with side effects in source code at 12:0-18:2", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 8 @@ -247885,10 +247112,10 @@ "sizes": { "javascript": 1061 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", "name": "./node_modules/performance-now/lib/performance-now.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/performance-now/lib/performance-now.js", @@ -248041,12 +247268,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: this is used directly at 34:8-12", - "CommonJS bailout: module.exports is used directly at 6:4-18", - "CommonJS bailout: module.exports is used directly at 10:4-18", - "CommonJS bailout: module.exports is used directly at 23:4-18", - "CommonJS bailout: module.exports is used directly at 28:4-18", - "Statement (ExpressionStatement) with side effects in source code at 2:0-34:14", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 8 @@ -248059,10 +247280,10 @@ "sizes": { "javascript": 3654 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", "name": "./node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/autocompleteUtils.js", @@ -248621,8 +247842,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./autocompleteUtils", "loc": "1:0-36", @@ -248635,8 +247856,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./autocompleteUtils", "loc": "1:0-36", @@ -248669,10 +247890,10 @@ "sizes": { "javascript": 36845 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", "name": "./node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getAutocompleteSuggestions.js", @@ -248783,7 +248004,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getAutocompleteSuggestions", @@ -248797,7 +248018,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getAutocompleteSuggestions", @@ -248826,9 +248047,7 @@ "getVariableCompletions", "runOnlineParser" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-8:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -248839,10 +248058,10 @@ "sizes": { "javascript": 78825 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", "name": "./node_modules/vscode-languageserver-types/lib/esm/main.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/vscode-languageserver-types/lib/esm/main.js", @@ -248911,7 +248130,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/types.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "vscode-languageserver-types", @@ -248925,7 +248144,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/types.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/types.js", "resolvedModule": "./node_modules/graphql-language-service/esm/types.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "vscode-languageserver-types", @@ -249014,9 +248233,7 @@ "integer", "uinteger" ], - "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 7:0-12:38" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -249027,10 +248244,10 @@ "sizes": { "javascript": 4007 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", "name": "./node_modules/graphql-language-service/esm/parser/CharacterStream.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/CharacterStream.js", @@ -249099,8 +248316,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./CharacterStream", "loc": "1:0-63", @@ -249113,8 +248330,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./CharacterStream", "loc": "1:0-63", @@ -249139,10 +248356,10 @@ "sizes": { "javascript": 9086 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", "name": "./node_modules/graphql-language-service/esm/parser/Rules.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/Rules.js", @@ -249211,7 +248428,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./Rules", @@ -249253,7 +248470,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./Rules", @@ -249328,9 +248545,7 @@ "ParseRules", "isIgnored" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-16:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -249341,10 +248556,10 @@ "sizes": { "javascript": 802 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", "name": "./node_modules/graphql-language-service/esm/parser/RuleHelpers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/RuleHelpers.js", @@ -250841,7 +250056,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./RuleHelpers", @@ -250856,7 +250071,7 @@ "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", "type": "harmony export imported specifier", - "active": false, + "active": true, "explanation": "", "userRequest": "./RuleHelpers", "loc": "3:0-56", @@ -250911,8 +250126,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./RuleHelpers", "loc": "3:0-56", @@ -250945,10 +250160,10 @@ "sizes": { "javascript": 6592 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", "name": "./node_modules/graphql-language-service/esm/parser/onlineParser.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/onlineParser.js", @@ -251017,7 +250232,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./onlineParser", @@ -251031,7 +250246,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./onlineParser", @@ -251046,9 +250261,7 @@ "providedExports": [ "default" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 126:0-129:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -251059,10 +250272,10 @@ "sizes": { "javascript": 1061 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", "name": "./node_modules/graphql-language-service/esm/parser/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/types.js", @@ -251131,7 +250344,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./types", @@ -251145,7 +250358,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/parser/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/parser/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/parser/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./types", @@ -251161,9 +250374,7 @@ "AdditionalRuleKinds", "RuleKinds" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-31:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -251174,10 +250385,10 @@ "sizes": { "javascript": 5008 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", "name": "./node_modules/graphql-language-service/esm/interface/getDefinition.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDefinition.js", @@ -251246,7 +250457,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getDefinition", @@ -251260,7 +250471,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getDefinition", @@ -251282,9 +250493,7 @@ "getDefinitionQueryResultForFragmentSpread", "getDefinitionQueryResultForNamedType" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 1:0-9:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -251295,10 +250504,10 @@ "sizes": { "javascript": 1833 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", "name": "./node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/fragmentDependencies.js", @@ -251367,7 +250576,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./fragmentDependencies", @@ -251395,7 +250604,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./fragmentDependencies", @@ -251425,10 +250634,10 @@ "sizes": { "javascript": 7012 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", "name": "./node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getVariablesJSONSchema.js", @@ -251497,7 +250706,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getVariablesJSONSchema", @@ -251511,7 +250720,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getVariablesJSONSchema", @@ -251527,9 +250736,7 @@ "defaultJSONSchemaOptions", "getVariablesJSONSchema" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 2:0-4:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -251540,10 +250747,10 @@ "sizes": { "javascript": 1009 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", "name": "./node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getASTNodeAtPosition.js", @@ -251612,8 +250819,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./getASTNodeAtPosition", "loc": "3:0-77", @@ -251640,8 +250847,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./getASTNodeAtPosition", "loc": "3:0-77", @@ -251668,10 +250875,10 @@ "sizes": { "javascript": 1576 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", "name": "./node_modules/graphql-language-service/esm/utils/Range.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/Range.js", @@ -251740,8 +250947,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./Range", "loc": "4:0-72", @@ -251796,8 +251003,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./Range", "loc": "4:0-72", @@ -251828,10 +251035,10 @@ "sizes": { "javascript": 1961 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", "name": "./node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/validateWithCustomRules.js", @@ -251900,7 +251107,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./validateWithCustomRules", @@ -251914,7 +251121,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./validateWithCustomRules", @@ -251929,9 +251136,7 @@ "providedExports": [ "validateWithCustomRules" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 2:0-15:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -251942,10 +251147,10 @@ "sizes": { "javascript": 977 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", "name": "./node_modules/graphql-language-service/esm/utils/collectVariables.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/collectVariables.js", @@ -252042,8 +251247,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./collectVariables", "loc": "6:0-54", @@ -252056,8 +251261,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./collectVariables", "loc": "6:0-54", @@ -252082,10 +251287,10 @@ "sizes": { "javascript": 872 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", "name": "./node_modules/graphql-language-service/esm/utils/getOperationFacts.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/getOperationFacts.js", @@ -252154,8 +251359,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony side effect evaluation", - "active": false, + "type": "harmony export imported specifier", + "active": true, "explanation": "", "userRequest": "./getOperationFacts", "loc": "7:0-105", @@ -252196,8 +251401,8 @@ "moduleName": "./node_modules/graphql-language-service/esm/utils/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/utils/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/utils/index.js", - "type": "harmony export imported specifier", - "active": true, + "type": "harmony side effect evaluation", + "active": false, "explanation": "", "userRequest": "./getOperationFacts", "loc": "7:0-105", @@ -252226,10 +251431,10 @@ "sizes": { "javascript": 4424 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", "name": "./node_modules/graphql-language-service/esm/interface/getDiagnostics.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getDiagnostics.js", @@ -252298,7 +251503,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getDiagnostics", @@ -252312,7 +251517,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getDiagnostics", @@ -252335,9 +251540,7 @@ "getRange", "validateQuery" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-9:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -252348,10 +251551,10 @@ "sizes": { "javascript": 4617 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", "name": "./node_modules/graphql-language-service/esm/interface/getOutline.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getOutline.js", @@ -252420,7 +251623,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getOutline", @@ -252434,7 +251637,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getOutline", @@ -252449,9 +251652,7 @@ "providedExports": [ "getOutline" ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 4:0-20:2" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -252462,10 +251663,10 @@ "sizes": { "javascript": 5141 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", "name": "./node_modules/graphql-language-service/esm/interface/getHoverInformation.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/getHoverInformation.js", @@ -252534,7 +251735,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": true, "explanation": "", "userRequest": "./getHoverInformation", @@ -252548,7 +251749,7 @@ "moduleName": "./node_modules/graphql-language-service/esm/interface/index.js", "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/graphql-language-service/esm/interface/index.js", "resolvedModule": "./node_modules/graphql-language-service/esm/interface/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": true, "explanation": "", "userRequest": "./getHoverInformation", @@ -252576,10 +251777,10 @@ "sizes": { "javascript": 1321 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rootTypes.js", @@ -252700,7 +251901,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rootTypes.js", @@ -252714,7 +251915,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rootTypes.js", @@ -252788,9 +251989,7 @@ "getRootTypeNames", "getRootTypes" ], - "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 13:0-16:3" - ], + "optimizationBailout": [], "depth": 8 }, { @@ -252801,10 +252000,10 @@ "sizes": { "javascript": 6547 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/memoize.js", @@ -252939,7 +252138,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./memoize.js", @@ -252953,7 +252152,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./memoize.js", @@ -253069,10 +252268,10 @@ "sizes": { "javascript": 789 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromType.js", @@ -253308,10 +252507,10 @@ "sizes": { "javascript": 2964 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/inspect.js", @@ -253474,7 +252673,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./inspect.js", @@ -253488,7 +252687,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./inspect.js", @@ -253514,10 +252713,10 @@ "sizes": { "javascript": 1679 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/helpers.js", @@ -253680,7 +252879,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -253694,7 +252893,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./helpers.js", @@ -253812,10 +253011,10 @@ "sizes": { "javascript": 4348 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-directives.js", @@ -253894,7 +253093,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-directives.js", @@ -253908,7 +253107,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-directives.js", @@ -253993,10 +253192,10 @@ "sizes": { "javascript": 2590 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js", @@ -254075,7 +253274,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./astFromValueUntyped.js", @@ -254089,7 +253288,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./astFromValueUntyped.js", @@ -254143,10 +253342,10 @@ "sizes": { "javascript": 1324 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js", @@ -254220,7 +253419,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./type.js", @@ -254234,7 +253433,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./type.js", @@ -254288,10 +253487,10 @@ "sizes": { "javascript": 3486 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js", @@ -254365,7 +253564,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -254379,7 +253578,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -254489,10 +253688,10 @@ "sizes": { "javascript": 682 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js", @@ -254594,7 +253793,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./arguments.js", @@ -254608,7 +253807,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./arguments.js", @@ -254634,10 +253833,10 @@ "sizes": { "javascript": 3932 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js", @@ -254795,7 +253994,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -254809,7 +254008,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -255033,10 +254232,10 @@ "sizes": { "javascript": 407 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js", @@ -255110,7 +254309,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./merge-named-type-array.js", @@ -255124,7 +254323,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./merge-named-type-array.js", @@ -255234,10 +254433,10 @@ "sizes": { "javascript": 847 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js", @@ -255311,7 +254510,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./enum.js", @@ -255325,7 +254524,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./enum.js", @@ -255379,10 +254578,10 @@ "sizes": { "javascript": 1240 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js", @@ -255484,7 +254683,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./enum-values.js", @@ -255498,7 +254697,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./enum-values.js", @@ -255524,10 +254723,10 @@ "sizes": { "javascript": 1065 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js", @@ -255601,7 +254800,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./union.js", @@ -255615,7 +254814,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./union.js", @@ -255669,10 +254868,10 @@ "sizes": { "javascript": 838 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js", @@ -255746,7 +254945,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./scalar.js", @@ -255760,7 +254959,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./scalar.js", @@ -255814,10 +255013,10 @@ "sizes": { "javascript": 1196 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js", @@ -255891,7 +255090,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./input-type.js", @@ -255905,7 +255104,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./input-type.js", @@ -255959,10 +255158,10 @@ "sizes": { "javascript": 1428 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", "name": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js", @@ -256036,7 +255235,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./interface.js", @@ -256050,7 +255249,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/esm/typedefs-mergers/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./interface.js", @@ -256104,10 +255303,10 @@ "sizes": { "javascript": 265 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", @@ -256342,10 +255541,10 @@ "sizes": { "javascript": 1583 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Interfaces.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Interfaces.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Interfaces.js", @@ -256774,7 +255973,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./Interfaces.js", @@ -256788,7 +255987,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./Interfaces.js", @@ -257348,7 +256547,6 @@ "MapperKind" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-28:36", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -257361,10 +256559,10 @@ "sizes": { "javascript": 616 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Path.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Path.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/Path.js", @@ -257443,7 +256641,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./Path.js", @@ -257457,7 +256655,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./Path.js", @@ -257485,10 +256683,10 @@ "sizes": { "javascript": 2763 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/addTypes.js", @@ -257595,7 +256793,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./addTypes.js", @@ -257609,7 +256807,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./addTypes.js", @@ -257635,10 +256833,10 @@ "sizes": { "javascript": 11883 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/build-operation-for-field.js", @@ -257717,7 +256915,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./build-operation-for-field.js", @@ -257731,7 +256929,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./build-operation-for-field.js", @@ -257745,7 +256943,6 @@ "buildOperationNodeForField" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 4:0-29", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -257758,10 +256955,10 @@ "sizes": { "javascript": 6393 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/collectFields.js", @@ -257840,7 +257037,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./collectFields.js", @@ -257854,7 +257051,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./collectFields.js", @@ -257929,7 +257126,6 @@ "shouldIncludeNode" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 145:0-159:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -257942,10 +257138,10 @@ "sizes": { "javascript": 1484 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/directives.js", @@ -258052,7 +257248,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -258066,7 +257262,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./directives.js", @@ -258081,7 +257277,6 @@ "GraphQLStreamDirective" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 5:0-20:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -258094,10 +257289,10 @@ "sizes": { "javascript": 715 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/errors.js", @@ -258274,7 +257469,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./errors.js", @@ -258288,7 +257483,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./errors.js", @@ -258343,10 +257538,10 @@ "sizes": { "javascript": 1 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/executor.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/executor.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/executor.js", @@ -258425,7 +257620,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./executor.js", @@ -258439,7 +257634,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./executor.js", @@ -258463,10 +257658,10 @@ "sizes": { "javascript": 4359 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fields.js", @@ -258545,7 +257740,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -258559,7 +257754,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./fields.js", @@ -258588,10 +257783,10 @@ "sizes": { "javascript": 3360 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/filterSchema.js", @@ -258670,7 +257865,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./filterSchema.js", @@ -258684,7 +257879,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./filterSchema.js", @@ -258710,10 +257905,10 @@ "sizes": { "javascript": 843 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/fixSchemaAst.js", @@ -258792,7 +257987,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./fixSchemaAst.js", @@ -258806,7 +258001,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./fixSchemaAst.js", @@ -258832,10 +258027,10 @@ "sizes": { "javascript": 997 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js", @@ -258914,7 +258109,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./forEachDefaultValue.js", @@ -258928,7 +258123,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./forEachDefaultValue.js", @@ -258954,10 +258149,10 @@ "sizes": { "javascript": 571 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/forEachField.js", @@ -259036,7 +258231,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./forEachField.js", @@ -259050,7 +258245,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./forEachField.js", @@ -259076,10 +258271,10 @@ "sizes": { "javascript": 1181 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-arguments-with-directives.js", @@ -259158,7 +258353,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-arguments-with-directives.js", @@ -259172,7 +258367,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-arguments-with-directives.js", @@ -259198,10 +258393,10 @@ "sizes": { "javascript": 1151 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-fields-with-directives.js", @@ -259280,7 +258475,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -259294,7 +258489,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -259308,7 +258503,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -259322,7 +258517,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-fields-with-directives.js", @@ -259348,10 +258543,10 @@ "sizes": { "javascript": 552 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/get-implementing-types.js", @@ -259430,7 +258625,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./get-implementing-types.js", @@ -259444,7 +258639,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./get-implementing-types.js", @@ -259498,10 +258693,10 @@ "sizes": { "javascript": 2998 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getArgumentValues.js", @@ -259664,7 +258859,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getArgumentValues.js", @@ -259678,7 +258873,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getArgumentValues.js", @@ -259704,10 +258899,10 @@ "sizes": { "javascript": 518 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getOperationASTFromRequest.js", @@ -259786,7 +258981,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getOperationASTFromRequest.js", @@ -259800,7 +258995,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getOperationASTFromRequest.js", @@ -259843,7 +259038,6 @@ "getOperationASTFromRequest" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 10:0-12:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -259856,10 +259050,10 @@ "sizes": { "javascript": 2975 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResolversFromSchema.js", @@ -259938,7 +259132,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getResolversFromSchema.js", @@ -259952,7 +259146,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getResolversFromSchema.js", @@ -259978,10 +259172,10 @@ "sizes": { "javascript": 331 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getResponseKeyFromInfo.js", @@ -260060,7 +259254,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./getResponseKeyFromInfo.js", @@ -260074,7 +259268,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./getResponseKeyFromInfo.js", @@ -260100,10 +259294,10 @@ "sizes": { "javascript": 6781 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/heal.js", @@ -260182,7 +259376,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./heal.js", @@ -260196,7 +259390,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./heal.js", @@ -260223,10 +259417,10 @@ "sizes": { "javascript": 395 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/implementsAbstractType.js", @@ -260305,7 +259499,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./implementsAbstractType.js", @@ -260319,7 +259513,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./implementsAbstractType.js", @@ -260345,10 +259539,10 @@ "sizes": { "javascript": 210 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js", @@ -260427,7 +259621,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./isAsyncIterable.js", @@ -260441,7 +259635,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./isAsyncIterable.js", @@ -260467,10 +259661,10 @@ "sizes": { "javascript": 768 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/jsutils.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/jsutils.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/jsutils.js", @@ -260577,7 +259771,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./jsutils.js", @@ -260591,7 +259785,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./jsutils.js", @@ -260621,10 +259815,10 @@ "sizes": { "javascript": 1 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/loaders.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/loaders.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/loaders.js", @@ -260703,7 +259897,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./loaders.js", @@ -260717,7 +259911,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./loaders.js", @@ -260741,10 +259935,10 @@ "sizes": { "javascript": 1707 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapAsyncIterator.js", @@ -260823,7 +260017,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mapAsyncIterator.js", @@ -260837,7 +260031,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mapAsyncIterator.js", @@ -260863,10 +260057,10 @@ "sizes": { "javascript": 19471 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/mapSchema.js", @@ -261113,7 +260307,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./mapSchema.js", @@ -261127,7 +260321,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./mapSchema.js", @@ -261182,10 +260376,10 @@ "sizes": { "javascript": 2407 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/observableToAsyncIterable.js", @@ -261264,7 +260458,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./observableToAsyncIterable.js", @@ -261278,7 +260472,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./observableToAsyncIterable.js", @@ -261304,10 +260498,10 @@ "sizes": { "javascript": 1149 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-json.js", @@ -261386,7 +260580,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./parse-graphql-json.js", @@ -261400,7 +260594,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./parse-graphql-json.js", @@ -261426,10 +260620,10 @@ "sizes": { "javascript": 2890 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/parse-graphql-sdl.js", @@ -261508,7 +260702,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./parse-graphql-sdl.js", @@ -261522,7 +260716,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./parse-graphql-sdl.js", @@ -261550,10 +260744,10 @@ "sizes": { "javascript": 7549 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/prune.js", @@ -261632,7 +260826,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./prune.js", @@ -261646,7 +260840,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./prune.js", @@ -261672,10 +260866,10 @@ "sizes": { "javascript": 5058 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/renameType.js", @@ -261754,7 +260948,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./renameType.js", @@ -261768,7 +260962,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./renameType.js", @@ -261794,10 +260988,10 @@ "sizes": { "javascript": 6153 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/rewire.js", @@ -261904,7 +261098,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./rewire.js", @@ -261918,7 +261112,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./rewire.js", @@ -261972,10 +261166,10 @@ "sizes": { "javascript": 188 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/selectionSets.js", @@ -262054,7 +261248,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./selectionSets.js", @@ -262068,7 +261262,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./selectionSets.js", @@ -262094,10 +261288,10 @@ "sizes": { "javascript": 1877 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/stub.js", @@ -262176,7 +261370,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./stub.js", @@ -262190,7 +261384,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./stub.js", @@ -262261,10 +261455,10 @@ "sizes": { "javascript": 1850 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/transformInputValue.js", @@ -262343,7 +261537,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./transformInputValue.js", @@ -262357,7 +261551,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./transformInputValue.js", @@ -262428,10 +261622,10 @@ "sizes": { "javascript": 1213 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/types.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/types.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/types.js", @@ -262510,7 +261704,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./types.js", @@ -262524,7 +261718,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./types.js", @@ -262538,7 +261732,6 @@ "DirectiveLocation" ], "optimizationBailout": [ - "Statement (ExpressionStatement) with side effects in source code at 2:0-24:50", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -262551,10 +261744,10 @@ "sizes": { "javascript": 1468 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/updateArgument.js", @@ -262633,7 +261826,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./updateArgument.js", @@ -262647,7 +261840,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./updateArgument.js", @@ -262674,10 +261867,10 @@ "sizes": { "javascript": 1389 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/validate-documents.js", @@ -262756,7 +261949,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./validate-documents.js", @@ -262770,7 +261963,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./validate-documents.js", @@ -262797,10 +261990,10 @@ "sizes": { "javascript": 644 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/valueMatchesCriteria.js", @@ -262879,7 +262072,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./valueMatchesCriteria.js", @@ -262893,7 +262086,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./valueMatchesCriteria.js", @@ -262919,10 +262112,10 @@ "sizes": { "javascript": 9573 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/visitResult.js", @@ -263001,7 +262194,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./visitResult.js", @@ -263015,7 +262208,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./visitResult.js", @@ -263043,10 +262236,10 @@ "sizes": { "javascript": 2145 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/withCancel.js", @@ -263125,7 +262318,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony side effect evaluation", + "type": "harmony export imported specifier", "active": false, "explanation": "", "userRequest": "./withCancel.js", @@ -263139,7 +262332,7 @@ "moduleName": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModuleIdentifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", "resolvedModule": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/index.js", - "type": "harmony export imported specifier", + "type": "harmony side effect evaluation", "active": false, "explanation": "", "userRequest": "./withCancel.js", @@ -263155,7 +262348,6 @@ "withCancel" ], "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 5:0-9:3", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -263168,10 +262360,10 @@ "sizes": { "javascript": 384 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", @@ -263310,7 +262502,6 @@ "AccumulatorMap" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-17:1", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 8 @@ -263323,10 +262514,10 @@ "sizes": { "javascript": 789 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", "name": "./node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils/esm/astFromType.js", @@ -263547,10 +262738,10 @@ "sizes": { "javascript": 384 }, - "built": true, - "codeGenerated": true, + "built": false, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/nullthrows/nullthrows.js", "name": "./node_modules/nullthrows/nullthrows.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/nullthrows/nullthrows.js", @@ -263722,8 +262913,6 @@ "usedExports": null, "providedExports": null, "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 12:0-14", - "Statement (ExpressionStatement) with side effects in source code at 12:0-28", "ModuleConcatenation bailout: Module is not an ECMAScript module" ], "depth": 9 @@ -263736,10 +262925,10 @@ "sizes": { "javascript": 384 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js", @@ -263893,7 +263082,6 @@ "AccumulatorMap" ], "optimizationBailout": [ - "Statement (ExportNamedDeclaration) with side effects in source code at 4:0-17:1", "ModuleConcatenation bailout: Module is not in any chunk" ], "depth": 9 @@ -263906,10 +263094,10 @@ "sizes": { "javascript": 265 }, - "built": true, + "built": false, "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "javascript/esm|/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", "name": "./node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js", @@ -264160,9 +263348,9 @@ "runtime": 953 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/chunk loaded", "name": "webpack/runtime/chunk loaded", "nameForCondition": null, @@ -264195,9 +263383,9 @@ "runtime": 302 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/compat get default export", "name": "webpack/runtime/compat get default export", "nameForCondition": null, @@ -264230,9 +263418,9 @@ "runtime": 1209 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/create fake namespace object", "name": "webpack/runtime/create fake namespace object", "nameForCondition": null, @@ -264265,9 +263453,9 @@ "runtime": 2337 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/css loading", "name": "webpack/runtime/css loading", "nameForCondition": null, @@ -264300,9 +263488,9 @@ "runtime": 313 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/define property getters", "name": "webpack/runtime/define property getters", "nameForCondition": null, @@ -264335,9 +263523,9 @@ "runtime": 336 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/ensure chunk", "name": "webpack/runtime/ensure chunk", "nameForCondition": null, @@ -264370,9 +263558,9 @@ "runtime": 1862 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/get javascript chunk filename", "name": "webpack/runtime/get javascript chunk filename", "nameForCondition": null, @@ -264405,9 +263593,9 @@ "runtime": 210 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/get mini-css chunk filename", "name": "webpack/runtime/get mini-css chunk filename", "nameForCondition": null, @@ -264440,9 +263628,9 @@ "runtime": 221 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/global", "name": "webpack/runtime/global", "nameForCondition": null, @@ -264475,9 +263663,9 @@ "runtime": 103 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/hasOwnProperty shorthand", "name": "webpack/runtime/hasOwnProperty shorthand", "nameForCondition": null, @@ -264510,9 +263698,9 @@ "runtime": 3247 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/jsonp chunk loading", "name": "webpack/runtime/jsonp chunk loading", "nameForCondition": null, @@ -264545,9 +263733,9 @@ "runtime": 1421 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/load script", "name": "webpack/runtime/load script", "nameForCondition": null, @@ -264580,9 +263768,9 @@ "runtime": 279 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/make namespace object", "name": "webpack/runtime/make namespace object", "nameForCondition": null, @@ -264615,9 +263803,9 @@ "runtime": 28 }, "built": false, - "codeGenerated": true, + "codeGenerated": false, "buildTimeExecuted": false, - "cached": false, + "cached": true, "identifier": "webpack/runtime/publicPath", "name": "webpack/runtime/publicPath", "nameForCondition": null, @@ -265870,1201 +265058,6 @@ "errors": [], "errorsCount": 0, "warnings": [], - "warningsCount": 1, - "children": [ - { - "name": "mini-css-extract-plugin /Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "hash": "aad771df5f34ddec4b04", - "version": "5.82.1", - "time": 1238, - "builtAt": 1718101640300, - "publicPath": "/", - "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", - "assetsByChunkName": {}, - "assets": [], - "chunks": [ - { - "rendered": true, - "initial": true, - "entry": true, - "recorded": false, - "size": 77576, - "sizes": { - "javascript": 76579, - "runtime": 997 - }, - "names": [ - "child" - ], - "idHints": [], - "runtime": [ - "child" - ], - "files": [], - "auxiliaryFiles": [], - "hash": "f9c4b6c866d2f9064f8b", - "childrenByOrder": {}, - "id": 396, - "siblings": [], - "parents": [], - "children": [], - "origins": [ - { - "module": "", - "moduleIdentifier": "", - "moduleName": "", - "loc": "child", - "request": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less" - } - ] - } - ], - "modules": [ - { - "type": "module", - "moduleType": "javascript/auto", - "layer": null, - "size": 74974, - "sizes": { - "javascript": 74974 - }, - "built": true, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "index": 0, - "preOrderIndex": 0, - "index2": 1, - "postOrderIndex": 1, - "cacheable": true, - "optional": false, - "orphan": false, - "issuer": null, - "issuerName": null, - "issuerPath": null, - "failed": false, - "errors": 0, - "warnings": 0, - "id": 439, - "issuerId": null, - "chunks": [ - 396 - ], - "assets": [], - "reasons": [ - { - "moduleIdentifier": null, - "module": null, - "moduleName": null, - "resolvedModuleIdentifier": null, - "resolvedModule": null, - "type": "entry", - "active": true, - "explanation": "", - "userRequest": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "loc": "child", - "moduleId": null, - "resolvedModuleId": null - }, - { - "moduleIdentifier": null, - "module": null, - "moduleName": null, - "resolvedModuleIdentifier": null, - "resolvedModule": null, - "type": null, - "active": true, - "explanation": "used as library export", - "userRequest": null, - "moduleId": null, - "resolvedModuleId": null - } - ], - "usedExports": true, - "providedExports": [ - "default" - ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-84", - "ModuleConcatenation bailout: Module uses module.id" - ], - "depth": 0 - }, - { - "type": "module", - "moduleType": "javascript/auto", - "layer": null, - "size": 1605, - "sizes": { - "javascript": 1605 - }, - "built": true, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "name": "./node_modules/css-loader/dist/runtime/api.js", - "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "index": 1, - "preOrderIndex": 1, - "index2": 0, - "postOrderIndex": 0, - "cacheable": true, - "optional": false, - "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "issuerName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "issuerPath": [ - { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "id": 439 - } - ], - "failed": false, - "errors": 0, - "warnings": 0, - "id": 645, - "issuerId": 439, - "chunks": [ - 396 - ], - "assets": [], - "reasons": [ - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "type": "harmony side effect evaluation", - "active": true, - "explanation": "", - "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", - "loc": "2:0-95", - "moduleId": 439, - "resolvedModuleId": 439 - }, - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/style.less", - "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[11].oneOf[1].use[3]!./src/assets/css/style.less", - "type": "harmony import specifier", - "active": true, - "explanation": "", - "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", - "loc": "3:30-57", - "moduleId": 439, - "resolvedModuleId": 439 - }, - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "module": "./node_modules/css-loader/dist/runtime/api.js", - "moduleName": "./node_modules/css-loader/dist/runtime/api.js", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "resolvedModule": "./node_modules/css-loader/dist/runtime/api.js", - "type": "cjs self exports reference", - "active": true, - "explanation": "", - "userRequest": null, - "loc": "9:0-14", - "moduleId": 645, - "resolvedModuleId": 645 - } - ], - "usedExports": null, - "providedExports": null, - "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 9:0-14", - "Statement (ExpressionStatement) with side effects in source code at 9:0-66:2", - "ModuleConcatenation bailout: Module is not an ECMAScript module" - ], - "depth": 1 - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 302, - "sizes": { - "runtime": 302 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/compat get default export", - "name": "webpack/runtime/compat get default export", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 313, - "sizes": { - "runtime": 313 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/define property getters", - "name": "webpack/runtime/define property getters", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 103, - "sizes": { - "runtime": 103 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/hasOwnProperty shorthand", - "name": "webpack/runtime/hasOwnProperty shorthand", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 279, - "sizes": { - "runtime": 279 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/make namespace object", - "name": "webpack/runtime/make namespace object", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - } - ], - "entrypoints": { - "child": { - "name": "child", - "chunks": [ - 396 - ], - "assets": [], - "filteredAssets": 0, - "assetsSize": 0, - "auxiliaryAssets": [], - "filteredAuxiliaryAssets": 0, - "auxiliaryAssetsSize": 0, - "children": {}, - "childAssets": {}, - "isOverSizeLimit": false - } - }, - "namedChunkGroups": { - "child": { - "name": "child", - "chunks": [ - 396 - ], - "assets": [], - "filteredAssets": 0, - "assetsSize": 0, - "auxiliaryAssets": [], - "filteredAuxiliaryAssets": 0, - "auxiliaryAssetsSize": 0, - "children": {}, - "childAssets": {}, - "isOverSizeLimit": false - } - }, - "errors": [], - "errorsCount": 0, - "warnings": [], - "warningsCount": 0, - "children": [] - }, - { - "name": "mini-css-extract-plugin /Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "hash": "1fe5f5e3e1130f0abd02", - "version": "5.82.1", - "time": 3060, - "builtAt": 1718101642160, - "publicPath": "/", - "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", - "assetsByChunkName": {}, - "assets": [], - "chunks": [ - { - "rendered": true, - "initial": true, - "entry": true, - "recorded": false, - "size": 5070, - "sizes": { - "javascript": 4073, - "runtime": 997 - }, - "names": [ - "child" - ], - "idHints": [], - "runtime": [ - "child" - ], - "files": [], - "auxiliaryFiles": [], - "hash": "7ab176320ca87ec69e41", - "childrenByOrder": {}, - "id": 396, - "siblings": [], - "parents": [], - "children": [], - "origins": [ - { - "module": "", - "moduleIdentifier": "", - "moduleName": "", - "loc": "child", - "request": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css" - } - ] - } - ], - "modules": [ - { - "type": "module", - "moduleType": "javascript/auto", - "layer": null, - "size": 2468, - "sizes": { - "javascript": 2468 - }, - "built": true, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "index": 0, - "preOrderIndex": 0, - "index2": 1, - "postOrderIndex": 1, - "cacheable": true, - "optional": false, - "orphan": false, - "issuer": null, - "issuerName": null, - "issuerPath": null, - "failed": false, - "errors": 0, - "warnings": 0, - "id": 945, - "issuerId": null, - "chunks": [ - 396 - ], - "assets": [], - "reasons": [ - { - "moduleIdentifier": null, - "module": null, - "moduleName": null, - "resolvedModuleIdentifier": null, - "resolvedModule": null, - "type": "entry", - "active": true, - "explanation": "", - "userRequest": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "loc": "child", - "moduleId": null, - "resolvedModuleId": null - }, - { - "moduleIdentifier": null, - "module": null, - "moduleName": null, - "resolvedModuleIdentifier": null, - "resolvedModule": null, - "type": null, - "active": true, - "explanation": "used as library export", - "userRequest": null, - "moduleId": null, - "resolvedModuleId": null - } - ], - "usedExports": true, - "providedExports": [ - "default" - ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-84", - "ModuleConcatenation bailout: Module uses module.id" - ], - "depth": 0 - }, - { - "type": "module", - "moduleType": "javascript/auto", - "layer": null, - "size": 1605, - "sizes": { - "javascript": 1605 - }, - "built": true, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "name": "./node_modules/css-loader/dist/runtime/api.js", - "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "index": 1, - "preOrderIndex": 1, - "index2": 0, - "postOrderIndex": 0, - "cacheable": true, - "optional": false, - "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "issuerName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "issuerPath": [ - { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "id": 945 - } - ], - "failed": false, - "errors": 0, - "warnings": 0, - "id": 645, - "issuerId": 945, - "chunks": [ - 396 - ], - "assets": [], - "reasons": [ - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "type": "harmony side effect evaluation", - "active": true, - "explanation": "", - "userRequest": "../../css-loader/dist/runtime/api.js", - "loc": "2:0-79", - "moduleId": 945, - "resolvedModuleId": 945 - }, - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/node_modules/react-medium-image-zoom/dist/styles.css", - "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./node_modules/react-medium-image-zoom/dist/styles.css", - "type": "harmony import specifier", - "active": true, - "explanation": "", - "userRequest": "../../css-loader/dist/runtime/api.js", - "loc": "3:30-57", - "moduleId": 945, - "resolvedModuleId": 945 - }, - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "module": "./node_modules/css-loader/dist/runtime/api.js", - "moduleName": "./node_modules/css-loader/dist/runtime/api.js", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "resolvedModule": "./node_modules/css-loader/dist/runtime/api.js", - "type": "cjs self exports reference", - "active": true, - "explanation": "", - "userRequest": null, - "loc": "9:0-14", - "moduleId": 645, - "resolvedModuleId": 645 - } - ], - "usedExports": null, - "providedExports": null, - "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 9:0-14", - "Statement (ExpressionStatement) with side effects in source code at 9:0-66:2", - "ModuleConcatenation bailout: Module is not an ECMAScript module" - ], - "depth": 1 - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 302, - "sizes": { - "runtime": 302 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/compat get default export", - "name": "webpack/runtime/compat get default export", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 313, - "sizes": { - "runtime": 313 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/define property getters", - "name": "webpack/runtime/define property getters", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 103, - "sizes": { - "runtime": 103 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/hasOwnProperty shorthand", - "name": "webpack/runtime/hasOwnProperty shorthand", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 279, - "sizes": { - "runtime": 279 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/make namespace object", - "name": "webpack/runtime/make namespace object", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - } - ], - "entrypoints": { - "child": { - "name": "child", - "chunks": [ - 396 - ], - "assets": [], - "filteredAssets": 0, - "assetsSize": 0, - "auxiliaryAssets": [], - "filteredAuxiliaryAssets": 0, - "auxiliaryAssetsSize": 0, - "children": {}, - "childAssets": {}, - "isOverSizeLimit": false - } - }, - "namedChunkGroups": { - "child": { - "name": "child", - "chunks": [ - 396 - ], - "assets": [], - "filteredAssets": 0, - "assetsSize": 0, - "auxiliaryAssets": [], - "filteredAuxiliaryAssets": 0, - "auxiliaryAssetsSize": 0, - "children": {}, - "childAssets": {}, - "isOverSizeLimit": false - } - }, - "errors": [], - "errorsCount": 0, - "warnings": [], - "warningsCount": 0, - "children": [] - }, - { - "name": "mini-css-extract-plugin /Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "hash": "e676fc34601b740f3fb7", - "version": "5.82.1", - "time": 4257, - "builtAt": 1718101643341, - "publicPath": "/", - "outputPath": "/Users/dmytro/Desktop/graphql.github.io/public", - "assetsByChunkName": {}, - "assets": [], - "chunks": [ - { - "rendered": true, - "initial": true, - "entry": true, - "recorded": false, - "size": 56644, - "sizes": { - "javascript": 55647, - "runtime": 997 - }, - "names": [ - "child" - ], - "idHints": [], - "runtime": [ - "child" - ], - "files": [], - "auxiliaryFiles": [], - "hash": "0fc27b58389ff8be1419", - "childrenByOrder": {}, - "id": 396, - "siblings": [], - "parents": [], - "children": [], - "origins": [ - { - "module": "", - "moduleIdentifier": "", - "moduleName": "", - "loc": "child", - "request": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css" - } - ] - } - ], - "modules": [ - { - "type": "module", - "moduleType": "javascript/auto", - "layer": null, - "size": 54042, - "sizes": { - "javascript": 54042 - }, - "built": true, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "index": 0, - "preOrderIndex": 0, - "index2": 1, - "postOrderIndex": 1, - "cacheable": true, - "optional": false, - "orphan": false, - "issuer": null, - "issuerName": null, - "issuerPath": null, - "failed": false, - "errors": 0, - "warnings": 1, - "id": 906, - "issuerId": null, - "chunks": [ - 396 - ], - "assets": [], - "reasons": [ - { - "moduleIdentifier": null, - "module": null, - "moduleName": null, - "resolvedModuleIdentifier": null, - "resolvedModule": null, - "type": "entry", - "active": true, - "explanation": "", - "userRequest": "!!/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "loc": "child", - "moduleId": null, - "resolvedModuleId": null - }, - { - "moduleIdentifier": null, - "module": null, - "moduleName": null, - "resolvedModuleIdentifier": null, - "resolvedModule": null, - "type": null, - "active": true, - "explanation": "used as library export", - "userRequest": null, - "moduleId": null, - "resolvedModuleId": null - } - ], - "usedExports": true, - "providedExports": [ - "default" - ], - "optimizationBailout": [ - "Statement (VariableDeclaration) with side effects in source code at 3:0-84", - "ModuleConcatenation bailout: Module uses module.id" - ], - "depth": 0 - }, - { - "type": "module", - "moduleType": "javascript/auto", - "layer": null, - "size": 1605, - "sizes": { - "javascript": 1605 - }, - "built": true, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "name": "./node_modules/css-loader/dist/runtime/api.js", - "nameForCondition": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "index": 1, - "preOrderIndex": 1, - "index2": 0, - "postOrderIndex": 0, - "cacheable": true, - "optional": false, - "orphan": false, - "issuer": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "issuerName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "issuerPath": [ - { - "identifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "name": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "id": 906 - } - ], - "failed": false, - "errors": 0, - "warnings": 0, - "id": 645, - "issuerId": 906, - "chunks": [ - 396 - ], - "assets": [], - "reasons": [ - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "type": "harmony side effect evaluation", - "active": true, - "explanation": "", - "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", - "loc": "2:0-95", - "moduleId": 906, - "resolvedModuleId": 906 - }, - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "module": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "resolvedModule": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "type": "harmony import specifier", - "active": true, - "explanation": "", - "userRequest": "../../../node_modules/css-loader/dist/runtime/api.js", - "loc": "3:30-57", - "moduleId": 906, - "resolvedModuleId": 906 - }, - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "module": "./node_modules/css-loader/dist/runtime/api.js", - "moduleName": "./node_modules/css-loader/dist/runtime/api.js", - "resolvedModuleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/runtime/api.js", - "resolvedModule": "./node_modules/css-loader/dist/runtime/api.js", - "type": "cjs self exports reference", - "active": true, - "explanation": "", - "userRequest": null, - "loc": "9:0-14", - "moduleId": 645, - "resolvedModuleId": 645 - } - ], - "usedExports": null, - "providedExports": null, - "optimizationBailout": [ - "CommonJS bailout: module.exports is used directly at 9:0-14", - "Statement (ExpressionStatement) with side effects in source code at 9:0-66:2", - "ModuleConcatenation bailout: Module is not an ECMAScript module" - ], - "depth": 1 - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 302, - "sizes": { - "runtime": 302 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/compat get default export", - "name": "webpack/runtime/compat get default export", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 313, - "sizes": { - "runtime": 313 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/define property getters", - "name": "webpack/runtime/define property getters", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 103, - "sizes": { - "runtime": 103 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/hasOwnProperty shorthand", - "name": "webpack/runtime/hasOwnProperty shorthand", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - }, - { - "type": "module", - "moduleType": "runtime", - "layer": null, - "size": 279, - "sizes": { - "runtime": 279 - }, - "built": false, - "codeGenerated": true, - "buildTimeExecuted": false, - "cached": false, - "identifier": "webpack/runtime/make namespace object", - "name": "webpack/runtime/make namespace object", - "nameForCondition": null, - "index": null, - "preOrderIndex": null, - "index2": null, - "postOrderIndex": null, - "optional": false, - "orphan": false, - "failed": false, - "errors": 0, - "warnings": 0, - "id": "", - "chunks": [ - 396 - ], - "assets": [], - "reasons": [], - "usedExports": null, - "providedExports": [], - "optimizationBailout": [], - "depth": null - } - ], - "entrypoints": { - "child": { - "name": "child", - "chunks": [ - 396 - ], - "assets": [], - "filteredAssets": 0, - "assetsSize": 0, - "auxiliaryAssets": [], - "filteredAuxiliaryAssets": 0, - "auxiliaryAssetsSize": 0, - "children": {}, - "childAssets": {}, - "isOverSizeLimit": false - } - }, - "namedChunkGroups": { - "child": { - "name": "child", - "chunks": [ - 396 - ], - "assets": [], - "filteredAssets": 0, - "assetsSize": 0, - "auxiliaryAssets": [], - "filteredAuxiliaryAssets": 0, - "auxiliaryAssetsSize": 0, - "children": {}, - "childAssets": {}, - "isOverSizeLimit": false - } - }, - "errors": [], - "errorsCount": 0, - "warnings": [ - { - "moduleIdentifier": "/Users/dmytro/Desktop/graphql.github.io/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!/Users/dmytro/Desktop/graphql.github.io/src/assets/css/global.css", - "moduleName": "./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[1]!./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].oneOf[1].use[2]!./src/assets/css/global.css", - "message": "Module Warning (from ./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js):\nWarning\n\n(21:3) Nested CSS was detected, but CSS nesting has not been configured correctly.\nPlease enable a CSS nesting plugin *before* Tailwind in your configuration.\nSee how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting", - "moduleId": 906, - "moduleTrace": [], - "stack": "ModuleWarning: Module Warning (from ./node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/cjs.js):\nWarning\n\n(21:3) Nested CSS was detected, but CSS nesting has not been configured correctly.\nPlease enable a CSS nesting plugin *before* Tailwind in your configuration.\nSee how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting\n at Object.emitWarning (/Users/dmytro/Desktop/graphql.github.io/node_modules/webpack/lib/NormalModule.js:604:6)\n at Object.loader (/Users/dmytro/Desktop/graphql.github.io/node_modules/gatsby-plugin-postcss/node_modules/postcss-loader/dist/index.js:116:10)" - } - ], - "warningsCount": 1, - "children": [] - } - ] + "warningsCount": 0, + "children": [] } \ No newline at end of file From 993ce215bd39953f78b38da4d2f00d2f9d22ec6e Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 14:57:47 +0200 Subject: [PATCH 04/10] fix --- gatsby-node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-node.ts b/gatsby-node.ts index 2dd6f072c4..a59444fc91 100644 --- a/gatsby-node.ts +++ b/gatsby-node.ts @@ -553,7 +553,7 @@ export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] = plugins: [ new RelativeCiAgentWebpackPlugin(), new StatsWriterPlugin({ - filename: "../webpack-stats.json", + filename: "./webpack-stats.json", stats: { assets: true, chunks: true, From 4eac1b89317f556061000f29093037b081c8d5ef Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 15:07:47 +0200 Subject: [PATCH 05/10] add github action --- .github/workflows/CI.yml | 2 +- .github/workflows/build.yml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a0d88d6f3d..c7fbd1f77b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: with: node-version: "18.15.0" - - run: yarn install + - run: yarn # Verify it compiles - run: yarn build diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000000..9728ca65b8 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,30 @@ +name: Build + +on: + push: + branches: + - master + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 'latest' + + # Install dependencies + - run: yarn + + # Build and output bundle stats to webpack-stats.json + - run: yarn build + + # Send bundle stats and build information to RelativeCI + - name: Send bundle stats to RelativeCI + uses: relative-ci/agent-action@v2 + with: + webpackStatsFile: ./webpack-stats.json + key: ${{ secrets.RELATIVE_CI_KEY }} + token: ${{ secrets.GITHUB_TOKEN }} From eb9b4d62dcd3fec14b81d182b28a1fea0b8e3945 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 15:12:37 +0200 Subject: [PATCH 06/10] move --- gatsby-node.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-node.ts b/gatsby-node.ts index a59444fc91..6330a138ad 100644 --- a/gatsby-node.ts +++ b/gatsby-node.ts @@ -7,13 +7,13 @@ import { updateCodeData } from "./scripts/update-code-data/update-code-data" import { organizeCodeData } from "./scripts/update-code-data/organize-code-data" import { sortCodeData } from "./scripts/update-code-data/sort-code-data" import redirects from "./redirects.json" +import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent" +import { StatsWriterPlugin } from "webpack-stats-plugin" require("dotenv").config({ path: `.env.${process.env.NODE_ENV}`, }) -import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent" -import { StatsWriterPlugin } from "webpack-stats-plugin" export const createSchemaCustomization: GatsbyNode["createSchemaCustomization"] = async ({ actions }) => { From af7a7d000b3b5cbe58d1b5b10ff1606ab54d2866 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 15:23:05 +0200 Subject: [PATCH 07/10] aaa --- gatsby-node.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gatsby-node.ts b/gatsby-node.ts index 6330a138ad..9c58cdf47b 100644 --- a/gatsby-node.ts +++ b/gatsby-node.ts @@ -6,7 +6,6 @@ import { glob } from "glob" import { updateCodeData } from "./scripts/update-code-data/update-code-data" import { organizeCodeData } from "./scripts/update-code-data/organize-code-data" import { sortCodeData } from "./scripts/update-code-data/sort-code-data" -import redirects from "./redirects.json" import { RelativeCiAgentWebpackPlugin } from "@relative-ci/agent" import { StatsWriterPlugin } from "webpack-stats-plugin" @@ -14,7 +13,6 @@ require("dotenv").config({ path: `.env.${process.env.NODE_ENV}`, }) - export const createSchemaCustomization: GatsbyNode["createSchemaCustomization"] = async ({ actions }) => { const gql = String.raw @@ -547,9 +545,7 @@ export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] = assert: "assert/", }, }, - }) - if (stage === "build-javascript") { - actions.setWebpackConfig({ + ...(stage === "build-javascript" && { plugins: [ new RelativeCiAgentWebpackPlugin(), new StatsWriterPlugin({ @@ -562,5 +558,5 @@ export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] = }), ], }) - } + }) } From 5c0359b6277004aa23e54edfc37b2ec2c66d2ad6 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 15:25:21 +0200 Subject: [PATCH 08/10] aaa --- relativeci.config.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 relativeci.config.js diff --git a/relativeci.config.js b/relativeci.config.js new file mode 100644 index 0000000000..ef015b3419 --- /dev/null +++ b/relativeci.config.js @@ -0,0 +1,11 @@ +module.exports = { + // Get current commit message (`git log -1 --pretty=%B`) and send it to RelativeCI as part of the build information + includeCommitMessage: true, + // Save agent payload to disk for debugging + // @example './relative-ci-payload.json', + payloadFilepath: undefined, + webpack: { + // Path to Webpack stats JSON file + stats: "./webpack-stats.json", + }, +} From 709f487cb0f8969788dd58b39cf07a6a152fac29 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 15:27:45 +0200 Subject: [PATCH 09/10] aa --- gatsby-node.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-node.ts b/gatsby-node.ts index 9c58cdf47b..bded10559b 100644 --- a/gatsby-node.ts +++ b/gatsby-node.ts @@ -549,6 +549,7 @@ export const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"] = plugins: [ new RelativeCiAgentWebpackPlugin(), new StatsWriterPlugin({ + enabled: true, filename: "./webpack-stats.json", stats: { assets: true, From 6894583235466d4d4866dc04db0a6bae7c6cd16d Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Tue, 11 Jun 2024 15:31:11 +0200 Subject: [PATCH 10/10] aa --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9728ca65b8..5c3cfd61fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build on: push: branches: - - master + - source pull_request: jobs: